document.write( "Question 1195709: Fred's coffee shop makes a blend that is a mixture of two types of coffee. Type A costs Fred $5.50 per pound and type B coffee cost $4.30 per pound. This month, Fred made 133 pounds of the blend, for a total of $667.90. How many pounds of type A did Fred use?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #828414 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! Fred's coffee shop makes a blend that is a mixture of two types of coffee. Type A costs Fred $5.50 per pound and type B coffee cost $4.30 per pound. This month, Fred made 133 pounds of the blend, for a total of $667.90. How many pounds of type A did Fred use? \n" ); document.write( " Let amount of Type A be A\r\n" ); document.write( "Then amonunt of Type B is 133 - A\r\n" ); document.write( "We then get the following BLEND-cost equation: 5.5A + 4.3(133 - A) = 667.9\r\n" ); document.write( "5.5A + 4.3(133) - 4.3A = 667.9\r\n" ); document.write( "5.5A - 4.3A = 667.9 - 4.3(133)\r\n" ); document.write( "1.2A = 96\r\n" ); document.write( "Amount of Type A, or\n" ); document.write( " |