document.write( "Question 745429: I forgot how to do this please help:
\n" ); document.write( "a drug contains 2 types of ingredients, compound A and compound B. for every 5 Milliliters of compund A there is 3 milliliters of compound B. the chemist wants to make 664 milliliters of the drug, how much of compound A is needed?
\n" ); document.write( "

Algebra.Com's Answer #453845 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Volumes of compound A and B assign to x and y.\r
\n" ); document.write( "\n" ); document.write( "Description with those variable assignments renders \"x%2Fy=5%2F3\" and \"x%2By=664\". Just solve the system for x and y. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The question asks specifically, how much of compound A, assigned to variable x. You can solve one of the equations for y and substitute this into the other equation and solve for x. That will be your solution for x. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "How about this:
\n" ); document.write( "\"x%2By=664\"
\n" ); document.write( "\"y=664-x\"
\n" ); document.write( "------------
\n" ); document.write( "\"x%2Fy=5%2F3\"
\n" ); document.write( "\"x=5y%2F3\"
\n" ); document.write( "\"x=5%28664-x%29%2F3\" according to the substitution for y
\n" ); document.write( "\"x=%285%2A664-5%2Ax%29%2F3\"
\n" ); document.write( "\"3%2Ax=5%2A664-5%2Ax\"
\n" ); document.write( "\"3x%2B5x=5%2A664\"
\n" ); document.write( "\"8x=5%2A664\"
\n" ); document.write( "\"x=5%2A83\"
\n" ); document.write( "\"highlight%28x=415%29\", milliliters of compound A
\n" ); document.write( "
\n" );