document.write( "Question 121935: SOLVE AND SHOW THE EQUATIONS USED FOR THE SOLUTION\r
\n" );
document.write( "\n" );
document.write( "A COFFEE MERCHANT HAS COFFEE BEANS THAT SELL FOR $9 PER POUNDS AND $12 PER POUNDS. THE TWO TYPES ARE TO BE MIXED TO CREAT 100 LB OF A MIXTURE THAT WILL SELL FOR $11.25 PER POUND. HOW MUCH OF EACH TYPE OF BEAN SHOULD BE USED IN THE MIXTURE? \n" );
document.write( "
Algebra.Com's Answer #89503 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! COFFEE MERCHANT HAS COFFEE BEANS THAT SELL FOR $9 PER POUNDS AND $12 PER POUNDS. THE TWO TYPES ARE TO BE MIXED TO CREATE 100 LB OF A MIXTURE THAT WILL SELL FOR $11.25 PER POUND. HOW MUCH OF EACH TYPE OF BEAN SHOULD BE USED IN THE MIXTURE? \n" ); document.write( "------------------------------ \n" ); document.write( "$9 coffee DATA: \n" ); document.write( "Amt = x lbs ; value = 9x dollars \n" ); document.write( "-------------------- \n" ); document.write( "$12 coffee DATA: \n" ); document.write( "Amt = 100-x lbs ; value = 12(100-x)=1200-12x dollars \n" ); document.write( "---------------------- \n" ); document.write( "Mixture DATA: \n" ); document.write( "Amt = 100 lbs ; value = 11.25*100 = $1125 dollars \n" ); document.write( "------------------------ \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 1125 \n" ); document.write( "9x + 1200-12x = 1125 \n" ); document.write( "-3x = -75 \n" ); document.write( "x = 25 lbs. (Amt. of $9 coffee iin the mixture.) \n" ); document.write( "100-x = 75 lbs. (Amt of $12 coffee in the mixture) \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |