document.write( "Question 854899: well i have to change this problem to systems of linear equations\r
\n" );
document.write( "\n" );
document.write( "lou wants to make a coffee mixture to sell. He is going to sumatra coffee which costs $2.50 per pound with columbian coffee which costs $3.75 per pound. he wants to make 50 pounds of mix and he wants to cost of mix to be $3.35 per pound. of each will he need \n" );
document.write( "
Algebra.Com's Answer #514974 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = number of pounds of sumatra at 2.50 per pound. \n" ); document.write( "y = number of pounds of columbian at 3.75 per pound. \n" ); document.write( "want a mix of both at 3.35 per pound. \n" ); document.write( "total of both will be 50 pounds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 50 \n" ); document.write( "2.50 * x + 3.75 * y = 3.35 * 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 50 \n" ); document.write( "2.5x + 3.75y = 167.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply the first equation by -2.5 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2.5x - 2.5y = -2.5 * 50 \n" ); document.write( "2.5x + 3.75y = 167.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2.5x -2.5y = -125 \n" ); document.write( "2.5x + 3.75y = 167.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add the 2 equations together to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.25y = 42.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 42.5 / 1.25 = 34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x + y = 50, then x must be equal to 16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 16 \n" ); document.write( "y = 34 \n" ); document.write( "x + y = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.5x + 3.75y = 167.5 \n" ); document.write( "substitute 16 for x and 34 for y to get: \n" ); document.write( "2.5 * 16 + 3.75 * 34 = 167.5 \n" ); document.write( "simplify to get: \n" ); document.write( "167.5 = 167.5 \n" ); document.write( "this confirms the solution of x = 16 and y = 34 is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |