Question
use only and all the conversion factors below to determine how many microliters are in 0.00108 cups.




Use only and all the conversion factors below 1 gallon = 16 cups 1 gallon = 3.7854L 1 liter = 106 ML Answer = 7.666 For the q
0 0
Add a comment Improve this question Transcribed image text
Answer #1

This will be the calculation

16 cups = 1 gallon

1 gallon = 3.7854 L

From these two equations we get

16 cups = 1 x 3.7854 L

1 L = 10^6 micro L

Combining these 2 equations we get

16 cups = 1 x 3.7854 x 10^6 microL

1 cup = (1 x 3.7854 x 10^6 microL) / 16

0.00108 cups = 0.00108 x (1 x 3.7854 x 10^6 microL)/ 16 = 255.51 microL

So the correct answer is 255.51 microL

As can be seen in the Solution, we needed to multiply with 0.00108.

We needed to divide by 16.

We needed to multiply with 3.7854

Add a comment
Know the answer?
Add Answer to:
use only and all the conversion factors below to determine how many microliters are in 0.00108...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Use metric conversion factors to solve each of the following problems a. A Bee Hummingbird...

    1. Use metric conversion factors to solve each of the following problems a. A Bee Hummingbird has a mass of 0.0018 kg. What is the mass of the hummingbird in micrograms (ug)? b. An assay protocol requires you to add 12.5 mg of lysozyme to 1.0 L of buffer. You have a lysozyme stock vial labeled 25 mg/mL. How many microliters (μL) of the stock will you need to add to your solution. Express 0.5 mg/mL in μg/uL Express 0.4...

  • 10 10 10-6 In micro You can use these relationships to create equalities and conversion factors....

    10 10 10-6 In micro You can use these relationships to create equalities and conversion factors. For example, the prefix dea is denoted with a d and is associated with a factor of 10- If you were to apply this profix to liter, you would obtain the equality 1 dL -10 L. This could be used to create two conversion factors: 1 dL 10-1 L 10-1 The conversion factor used will depend on whether the final unit should be in...

  • For each of the following, you’ll need to perform dimensional analyses. Show your work, use significant...

    For each of the following, you’ll need to perform dimensional analyses. Show your work, use significant figures and show all conversion factors you use. You may need to use some of the conversion factors or equations below and you many need to look some up. 1 mole = 6.02x1023 atoms mass of a gold atom = 3.27 x 10-22 g radius of a gold atom = 174 picometers density of gold = 19.3 g/mL volume of a sphere = 4/3πr3...

  • 16. Read the information in Figure 9.45 and use the highest concentra to determine how many milliliters contain 650...

    16. Read the information in Figure 9.45 and use the highest concentra to determine how many milliliters contain 650,000 units. SEE ACCOMPANYING PRESCRIBING INFORMATION RECOMMENDED STORAGE IN DRY FORM TWENTY 7488 Store below 86 F (30 C. Buttlered with sodium citrate and citric acid to optimum pk NDC 0049-0530-28 AFTER RECONSTITUTION, SOLUTION SHOULD BE REFRIGERATED DISCARD UNUSED SOLUTION AFTER 7 DAYS Bultered Pfizerpen® (penicillin G potassium) diuent added For Injection For Intravenous Infusion Only USUAL DOSAGE: 6 to 40 millin...

  • please graph this and answer the 2 questions below use the data above to plot a...

    please graph this and answer the 2 questions below use the data above to plot a graph of light intensity versus rate of photosynthesis. etrum Graph of Spinach Chloroplast Extract 0.41 sle 1: Effect of Light Intensity on the Rate of Photosynthesis (Time should be in minutes, not minutes & seconds) Light Elapsed time Elapsed time Rate of Photosynthesis Intensity (minutes seconds) (minutes) ml. o (ml /hour) 45 watts 25 min 15 sec 25.25min 0.1 0.24 75 watts 14 min...

  • PLEASE READ THE FOLLOWING STEPS BEFORE ANSWERING THE QUESTIONS BELOW Rules for rounding If you are...

    PLEASE READ THE FOLLOWING STEPS BEFORE ANSWERING THE QUESTIONS BELOW Rules for rounding If you are calculating in tablets, always round to the nearest 1/2 tablet. When you are calculating IV' rates, round to the nearest whole number. Perform rounding only the end of the calculation CONVERSTIONS TO USE 1 grain =60 mg 15 grain=1 gram 1 pint= 2 cups=480mL 1 quart= 2 pt= 4 cups=960mL 1 oz= 30 mL 1 cup = 8 oz = 240 mL 1 quart...

  • Can someone please explain how to do this? your work for the first 2 problems below*...

    Can someone please explain how to do this? your work for the first 2 problems below* You must show your work for all problems and the answers must be in correct form SI to SI basic unit 1) 0.0327 Mm-? m For 3 thru 11 do the conversion in either scientific form OR decimal form--not both! 2) 742,380.56 um-? m YOU MUST SHOW YOUR WORK to get full credit for a correct answer SI to SI 3) 5,543 mg-? kg...

  • when i divide #3 and #4 and then multiply by 100 i get 5.43093385214 and i have to use the correct sig figs. what a...

    when i divide #3 and #4 and then multiply by 100 i get 5.43093385214 and i have to use the correct sig figs. what am i doing wrong? Suppose a student diluted and titrated a bleach unknown exactly as described in the experimental procedure except only a single titration was performed which required 15.04 mL of 0.100 M Na2S2O3. The density of the original, undiluted bleach unknown was 1.028 g/mL 1. Calculate the number of moles of Na2S2O3 used in...

  • All part of one multi-part laboratory question: A. What does 40% NaOH (wt/vol) mean and how...

    All part of one multi-part laboratory question: A. What does 40% NaOH (wt/vol) mean and how would you prepare such a solution? What is the N of this solution? B. How many ml of a 40% NaOH (wt/vol) solution should be used to make 1 liter of a 0.2 N solution? C. Show the reaction that occurs between NaOH and potassium acid phthalate when you are standardizing the NaOH solution. D. You have diluted some concentrated HCl with distilled H2O,...

  • Please use Java only. Write a class, ZeroException, which is an Exception, and is used to signal...

    Please use Java only. Write a class, ZeroException, which is an Exception, and is used to signal that something is zero when it shouldn't be. -- Not needed Write the class ArrayManipulator which creates an array and provides several methods to manipulate values taken from an array. --needed ZeroException Task: -- Not needed Exceptions are used to signal many types of problems in a program. We can write our own as well to describe specific exceptional conditions which may arise....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT