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 #482984 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Equations \n" ); document.write( "5x +2y +3z = 31.00 \n" ); document.write( "2x +3y +5z = 27.60 \n" ); document.write( "3x +5y +2z = 32.70 \n" ); document.write( "Augmented matrix \n" ); document.write( "5 2 3 | 31.00 \n" ); document.write( "2 3 5 | 27.60 \n" ); document.write( "3 5 2 | 32.70\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |