document.write( "Question 75365: A coffee merchant has coffee beens that sell for $9 p/lb & $12 p/lb. the two types are mixed to to create 100 lb of a mixture to sell for $11.25 p/lb. How much of each type of bean should be used in the mixture? \n" ); document.write( "
Algebra.Com's Answer #54083 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
100*11.25=x*12+(100-x)9
\n" ); document.write( "1125=12x+900-9x
\n" ); document.write( "12x-9x=1125-900
\n" ); document.write( "3x=225
\n" ); document.write( "x=225/3
\n" ); document.write( "x=75 pounds of $12 coffee.
\n" ); document.write( "100-75=25 pounds of $9 coffee.
\n" ); document.write( "proof
\n" ); document.write( "100*11.25=75*12+25*9
\n" ); document.write( "1125=900+225
\n" ); document.write( "1125=1125
\n" ); document.write( "
\n" ); document.write( "
\n" );