document.write( "Question 1156704: Here is my problem:\r
\n" );
document.write( "\n" );
document.write( "Define the variables and write a system of three equations. DO NOT SOLVE.
\n" );
document.write( "You have $25 to spend on picking 21 pounds of three different types of apples in an orchard. The Empire apples cost $1.40 per pound, the Red delicious apples cost $1.10 per pound, and the Golden Delicious apples cost $1.30 per pound. You want twice as many Red Delicious apples as the other two kinds combined.\r
\n" );
document.write( "\n" );
document.write( "Define variables:
\n" );
document.write( "Equations:\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #779439 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let E = pounds of Empire;\r\n" ); document.write( "\r\n" ); document.write( " R = pounds of Red;\r\n" ); document.write( "\r\n" ); document.write( " G = pounds of Golden.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The equations are\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " E + R + G = 21 (total pounds)\r\n" ); document.write( "\r\n" ); document.write( " 1.40E + 1.10R + 1.30G = 25.00 (total cost, in dollars)\r\n" ); document.write( "\r\n" ); document.write( " R = 2*(E + G). (the given constraint)\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Answered and completed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |