document.write( "Question 447167: Juan Valdez sells two types of coffee bean. The higher quality kind has 17% coffee and the ordinary kind has only 10% coffee. He gets an order for 50 tons of beans with 12% coffee. How much of each kind should he mix to get the desired percent?\r
\n" );
document.write( "\n" );
document.write( "I've tried (17x+10y)/2=13.5 - but that goes nowhere. Can you help me find the equation so I can solve the problem? Thanks \n" );
document.write( "
Algebra.Com's Answer #307888 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! a classic mixture problem\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(17%)(x) + (10%)(50 - x) = (12%)(50) \n" ); document.write( " |