document.write( "Question 42586: A single dose of a dietary supplement contains 0.2 gram of calcium and 0.2 gram of vitamin C. A single dose of a secondary supplement contains 0.1 gram of calcium and 0.4 gram of vitamin C. If a person wants to take 0.6 gram of calcium and 1.2 grams of vitamin C, how many doses of each supplement should she take?
\n" );
document.write( "I'm guessing you have to write a system of equations but I'm not sure how it should be. This is my guess:
\n" );
document.write( "(a= calcium, c= vitamin C)
\n" );
document.write( "0.2a + 0.2c = ?
\n" );
document.write( "0.1a + 0.4c = ?
\n" );
document.write( "I don't know if that's anywhere near correct but if it is, I have no clue what the equations should equal to. Please help! Thank you. \n" );
document.write( "
Algebra.Com's Answer #27685 by Nate(3500) ![]() You can put this solution on YOUR website! 0.2a + 0.2c = ? \n" ); document.write( "0.1a + 0.4c = ? \n" ); document.write( "(.2a + .2c) + (.1a + .4c) = .3a + .6c \n" ); document.write( ".3a + .6c \n" ); document.write( "you want .6 grams of calcium \n" ); document.write( ".3(a) \n" ); document.write( ".3(2) = .6 \n" ); document.write( "a = 2 \n" ); document.write( "you want 1.2 grams of vitamin C \n" ); document.write( ".6(c) \n" ); document.write( ".6(2) = 1.2 \n" ); document.write( "c = 2 \n" ); document.write( "Two doses from each supplement. \n" ); document.write( " |