Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
esther lara

esther l.

Divider

Questions asked

BEST MATCH

Which of the following complex ions would have the largest crystal splitting energy, $\Delta_o$? A $[Co(H_2O)_6]^{3+}$ B $[Co(NH_3)_6]^{3+}$ C $[CoCl_6]^{3-}$ D $[Co(CN)_6]^{3-}$ E $[Co(NH_3)_5Cl]^{2+}$

View Answer
divider
BEST MATCH

Find all aymptotes of the cubic curve \[ 2 x^{3}-x^{2} y-2 x y^{2}+y^{3}-4 x^{2}+8 x y-4 x+1=0 \]

View Answer
divider
BEST MATCH

Cindy Sherman played iconic roles of being a career girl, bombshell, fashion victim, schoolgirl, society lady, etc however now in 2024, have they changed significantly in the past fifty years? How does the media portray women today? What kinds of roles do they play and are these roles cultually determined?

View Answer
divider
BEST MATCH

2. Some friends are trying to make wine in their basement. They've added yeast to a sweet grape juice mixture contained in an open barrel. After several days of yeast growth, they find that sugar levels have dropped, but there's no alcohol in the mixture. a) How can you explain the low sugar levels? b) How can you explain the lack of alcohol? c) What could they change to produce wine with alcohol?

View Answer
divider
BEST MATCH

Inhabitants of planet Britz are telepathic and have a language with 37 distinct letters made up of 24 sounds, 4 gestures and 9 thoughts. They make words by putting these letters together in a sequence. Repetitions of letters are allowed. a) How many 11-letter words can be constructed from the 37 letters of the Britzian alphabet? $37^{11}$ b) How many of the 11-letter words in part (a) contain exactly one pop sound, one wink gesture and one tired thought? $C(11,1) \times C(10,1) \times C(9,1) \times 34^8$ c) How many of the 11-letter words in part (a) contain at least one squawk sound, one wink gesture and one confused thought? d) How many of the 11-letter words in part (a) contain at exactly 4 sounds, 3 gestures and 4 thoughts? (In each of the categories, the letters need not be distinct.) $24^4 \times 4^3 \times 9^4 \times C(11,4) \times C(7,4) \times C(3,3)$

View Answer
divider
BEST MATCH

L = l_n tan(\frac{\pi}{4} + \frac{\phi}{2}) - \frac{e}{2} ln\frac{1 + e sin\phi}{1 - e sin\phi} = 0.974594822 rad

View Answer
divider
BEST MATCH

Arjun is 25 years old and planning his retirement. The financial advisor has advised him to accumulate a minimum of $2,300,000.00 in an RRSP to live comfortably after retirement. He can make annual contributions of $15,000.00 at the beginning of each year. If interest is 5.5% compounded quarterly, how many annual payments (n) are required to reach the desired goal? Round up your final answer to the next whole number. Do not enter the comma",", or a dollar sign ($) while entering your answer.

View Answer
divider
BEST MATCH

A point charge -q is placed at a distance d from an isolated conducting plane. The field at a point P on the other side of the plane is a. directed perpendicular to the plane and away from the plane b. directed perpendicular to the plane but towards the plane c. directed radially away from the point charge d. directed radially towards the point charge

View Answer
divider
BEST MATCH

Question 17 Find the curvature of the function y = -\frac{5}{x} at x = -0.5. Find the radius of curvature at x = -0.5. If the radius is infinite, enter 'oo' for ?. Find the center of curvature at x = -0.5. If the center of curvature does not exist, enter "DNE". Note: For very large or very small numbers you will probably wish to use scientific notation to enter your answers.

View Answer
divider
BEST MATCH

ME021 Engineering Computing Spring 2018 The arrays. You may assume there will always be two header lines, but there could be any number of data lines. Set up a loop where: The data is shown on the console with a line number for each line. For larger data sets, this may cause the console to scroll, which is fine. The user is asked if there is a data point to be removed. If there is, then remove it from the arrays. This may require allocating temporary arrays and allocating the data arrays again. You will need to use the deallocate function before allocating an array that has already been allocated. Choose how to set up the prompts for this to make sense to the user. If the user chose not to remove a data point, exit the loop. Compute the averages and the best-fit slope and intercept, per the relations above. Print the resulting equation for the best-fit line in a tidy format that uses engineering notation. * Plan on spending some time on this data point removal requirement. It will require some thinking about how the loop should run, when it should check to leave the loop, and so on. It may be helpful to initially set remove the chosen data point, which there are several ways to do. Your program should run for any length data file, without assuming a maximum length anywhere. Three data files (xydata1.txt, xydata2.txt, and xydata3.txt) are provided on CatCourses for testing, and your TA may choose to use others as well. Sample Run To help visualize what the program will look like when running, a sample run is shown below. The sample data file used xydata.txt is also available on CatCourses. Enter the data file name: xydata.txt The following 5 data points were read from xydata.txt: Data point x value y value 0.2304 40.2611 5.2995 35.5563 16.3687 30.1252 15.4378 24.6166 20.5669 19.8167 Choose a point to delete or 'e' to keep this data: 2 The following 4 data points were read from xydata.txt: Data point x value y value 0.2304 40.2611 10.3687 30.1252 15.4378 24.6106 20.5669 19.8167 Choose a point to delete or 'e' to keep this data: c We find the equation of the line to be: y = -1.014*x + 48.584

View Answer
divider