document.write( "Question 463867: A chemist has to mix two chemicals, A and B, to make 150 grams of a solution. This solution requires 10 grams of A or every gram of B. If the amount of chemical A is designated as x and the amount of Chemical B is designated y, what equation would you use to find out how much of each chemical she will need.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319707 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! a=10b \n" ); document.write( "a+b=150 \n" ); document.write( "x+y=150 \n" ); document.write( "x=10y \n" ); document.write( "10y+y=150 \n" ); document.write( "y=150/11 \n" ); document.write( "x=1500/11.. \n" ); document.write( " |