document.write( "Question 954800: Maya's Coffee Shop makes a blend that is a mixture of two types of coffee. Type A coffee costs Maya
\n" );
document.write( "$4.35 per pound, and type B coffee costs $5.70 per pound. This month, Maya made 167 pounds of the blend, for a total cost of $846.60. How many pounds of type B coffee did she use? \n" );
document.write( "
Algebra.Com's Answer #583188 by macston(5194)![]() ![]() You can put this solution on YOUR website! A+B=167lbs \n" ); document.write( "A=167lbs-B \n" ); document.write( "$4.35A+$5.70B=$846.60 Substitute for A \n" ); document.write( "$4.35(167lbs-B)+$5.70B=$846.60 \n" ); document.write( "$726.45-$4.35B+$5.70B=$846.60 Subtract $726.45 from each side. \n" ); document.write( "$1.35B=$120.15 Divide each side by $1.35. \n" ); document.write( "B=89 lbs ANSWER: The mix contained 89 pounds of Type B coffee. \n" ); document.write( "CHECK: \n" ); document.write( "167lbs-89lbs=78 lbs She used 78 pounds of Type A coffee. \n" ); document.write( "$4.35A+$5.70B=$846.60 \n" ); document.write( "$4.35(78)+$5.70(89)=$846.60 \n" ); document.write( "$339.30+$507.30=$846.60 \n" ); document.write( "$846.60=$846.60 \n" ); document.write( " |