document.write( "Question 800205: Hello! I need assistance with the following problem. \r
\n" );
document.write( "\n" );
document.write( "Find the system of equations to model the problem. DO NOT SOLVE THIS SYSTEM.\r
\n" );
document.write( "\n" );
document.write( "Hurst's Feed & Seed sold to one customer 5 bushels of wheat, 2 bushels of corn, and 3 bushels of rye, for $31.00. To another customer he sold 2 bushels of wheat, 3 bushels of corn, and 5 bushels of rye for $27.60. To a third customer he sold 3 bushels of wheat, 5 bushels of corn, and 2 bushels of rye for $32.70. Write down the system of equations and the augmented matrix needed to solve this problem. Let x represent the price per bushel for wheat, y the price per bushel for corn, and z the price per bushel of rye.\r
\n" );
document.write( "\n" );
document.write( "Thank you so much! Have a wonderful day! :-)\r
\n" );
document.write( "\n" );
document.write( "Christina \n" );
document.write( "
Algebra.Com's Answer #482982 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hurst's Feed & Seed sold to one customer 5 bushels of wheat, 2 bushels of corn, and 3 bushels of rye, for $31.00. \n" ); document.write( "Value Eq:: 5x + 2y + 3z = 31 \n" ); document.write( "------- \n" ); document.write( "To another customer he sold 2 bushels of wheat, 3 bushels of corn, and 5 bushels of rye for $27.60. \n" ); document.write( "Value Eq: 2x + 3y + 5z = 27.6 \n" ); document.write( "------- \n" ); document.write( "To a third customer he sold 3 bushels of wheat, 5 bushels of corn, and 2 bushels of rye for $32.70. \n" ); document.write( "Value Eq: 3x + 5y + 2z = 32.7 \n" ); document.write( "===================================== \n" ); document.write( "Write down the system of equations and the augmented matrix needed to solve this problem. \n" ); document.write( "---- \n" ); document.write( "Note: \n" ); document.write( "I get x = $3.61 \n" ); document.write( "y = $3.61 \n" ); document.write( "z = $1.91 \n" ); document.write( " |