document.write( "Question 433575: Each unit of grain A contains 2 grams of fat and 80 calories, and unit B has 3 grams of fat and 60 calories. If the final product is to provide 18 grams of fat and 480 calories, how much of each type of grain should be used. I think A is 3 and B is 4, but I don't know how to show it. \n" ); document.write( "
Algebra.Com's Answer #300550 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Unit A------------- x Numbers
\n" ); document.write( " Unit B ------------ y Numbers
\n" ); document.write( "2x+3y=18 .............1
\n" ); document.write( "80x+60y=480.............2
\n" ); document.write( "Eliminate y
\n" ); document.write( "multiply (1)by -20
\n" ); document.write( "Multiply (2) by 1
\n" ); document.write( "-40x-60 y=-360
\n" ); document.write( "80x+60y=480
\n" ); document.write( "Add the two equations
\n" ); document.write( "40x=120
\n" ); document.write( "/40
\n" ); document.write( "x=3 Unit A
\n" ); document.write( "plug value of x in (1)
\n" ); document.write( "2x+3y=18
\n" ); document.write( "6+3y= 18
\n" ); document.write( "3y=18-6
\n" ); document.write( "3y=12
\n" ); document.write( "y=4 Unit B
\n" ); document.write( "
\n" ); document.write( "
\n" );