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

marie g.

Divider

Questions asked

BEST MATCH

12. Which molecule is more soluble in water? OH vs. OH O N Compound A Compound B a. Compound A b. Compound B c. same solubility d. not enough information given

View Answer
divider
BEST MATCH

What directly or indirectly causes about 6% of all new U.S. cases of HIV? Group of answer choices perinatal transmission the blood supply in licensed plasma centers sharing of drug injection equipment contaminated with HIV the blood supply in licensed blood banks

View Answer
divider
BEST MATCH

You use a unary minus sign preceding a value to make the value \_\_\_\_\_\_. positive valid constant negative

View Answer
divider
BEST MATCH

Linear Optimization A local charity group has a community outreach program that trains residents for two types of recycling and community cleanup activity and is planning a big recycling weekend effort to tidy up the city and generate funds to support further outreach. With limited volunteers, they need to determine how to best prioritize their recycling efforts. Recycling plastic bottles generates proceeds of $16 per bag and a volunteer can gather 5 bags per hour. Recycling aluminum cans generates proceeds of $28 per bag and a volunteer can gather 3 bags per hour. The charity expects to have 100 volunteers. To ensure that both kinds of recycling are collected, the city wants at least 25% of the volunteers collecting cans and at least 30% collecting bottles. Write a Matlab script that uses linprog to determine the number of volunteers to use collecting each type of recyclable to maximize fund generation. Let a variable named vols be your solution vector, representing the numbers of bottle-collecting and can-collecting volunteers, in that order. Have your script clearly say how many volunteers should be trained to collect each type of recycling. Have it print the hourly fundraising for the recycling effort when volunteers are organized the way you have determined. (Hint: When testing in normal Matlab, the result might change if the proceeds for plastic were $17 per bag.) % Our vols variable will be [number of plastic bottle volunteers, number of aluminum can volunteers] % It would be smart to define things like the amount of each recyclable that can be collected per hour % the value of each bag of the recyclables. % Our objective function is the total value of collected recycling per hour, % We will have to swap the sign.

View Answer
divider
BEST MATCH

8. Calculate the pH and pOH of each of the following solutions: a. A \( 1.0 \mathrm{M} \mathrm{H}_{2} \mathrm{SO}_{4} \) solution \( \left(\mathrm{K}_{\mathrm{a}}=1.2 \times 10^{-2}\right) \) b. A \( 0.0010 \mathrm{M} \mathrm{H}_{2} \mathrm{SO}_{4} \) solution \( \left(\mathrm{K}_{\mathrm{a}}=1.2 \times 10^{-2}\right) \)

View Answer
divider
BEST MATCH

Fibrous joints are sutures and syndesmoses. ? True ? False

View Answer
divider
BEST MATCH

Give the reaction mechanism and name the products for the reaction of 2-bromobutane with a hot ethanolic solution of KOH (OHet). 4.1 9 (a) Define geometric isomerism

View Answer
divider
BEST MATCH

Find the exact trigonometric ratios for the angle x whose radian measure is given. (If an answer is undefined, enter UNDEFINED.) 5𝜋 6 sin(x) = Incorrect: Your answer is incorrect. csc(x) = Incorrect: Your answer is incorrect. cos(x) = Incorrect: Your answer is incorrect. sec(x) = Incorrect: Your answer is incorrect. tan(x) = Incorrect: Your answer is incorrect. cot(x) =

View Answer
divider
BEST MATCH

Question 4 (1 point) Saved Which of the following is not a vector? Flea Human Fomite Fly Fomite AND human

View Answer
divider
BEST MATCH

Text: Create a hypothesis test for the Radon detectors reading too low. Then run a t-test and report the results. (R code is provided on slide T1-11, but I recommend you use your calculator to practice how you would go about such a procedure on the exam.) The following are the readings from the 12 detectors: 91.9, 97.8, 111.4, 122.3, 105.4, 95, 103.8, 99.6, 96.6, 119.3, 104.8, 101.7. Can anyone solve this problem?

View Answer
divider