document.write( "Question 252149: Write a system of equations for the following:\r
\n" );
document.write( "\n" );
document.write( "A rectangle is 3times longer than it's width. The permiter is 44 cm.\r
\n" );
document.write( "\n" );
document.write( "A farmer grows only pumpkins & corn on a 420 acre farm. He wants to plant 250 more acres of corn than of umpkins. How many acres of each crop does he need to plant.\r
\n" );
document.write( "\n" );
document.write( "I figured the answers but do not know how to write a system of equations for them
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #183930 by blwinbbbles(106)![]() ![]() You can put this solution on YOUR website! Ok, the easiest way to do this is to write down what you have: \n" ); document.write( " \n" ); document.write( "(1) \n" ); document.write( "L = length W=width \n" ); document.write( "if a rectangle is 3 times longer than wide you know:\r \n" ); document.write( "\n" ); document.write( "L = 3W\r \n" ); document.write( "\n" ); document.write( "and if the perimeter of a rectangle is all the sides added up you can say.\r \n" ); document.write( "\n" ); document.write( "L+L+W+W=perimeter or 2L + 2W = perimeter.\r \n" ); document.write( "\n" ); document.write( "so your two equation for the first system are:\r \n" ); document.write( "\n" ); document.write( "L = 3W \n" ); document.write( "2L + 2W = 44 use substitution\r \n" ); document.write( "\n" ); document.write( "2(3W) + 2W = 44 \n" ); document.write( "6W + 2W = 44 \n" ); document.write( "8W = 44 \n" ); document.write( "w = 5.5cm so sub back into orginal equation L=3W \n" ); document.write( "L= 3(5.5) = 16.5 cm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2) \n" ); document.write( "p=pumpkin c=corn\r \n" ); document.write( "\n" ); document.write( "we know that together he wants 420 acres of both so:\r \n" ); document.write( "\n" ); document.write( "p+c=420\r \n" ); document.write( "\n" ); document.write( "and he wants 250 more acres of corn than pumpkin so\r \n" ); document.write( "\n" ); document.write( "p=c+250\r \n" ); document.write( "\n" ); document.write( "So your two equations are: \n" ); document.write( "p+c=420 \n" ); document.write( "c=250+p\r \n" ); document.write( "\n" ); document.write( "Use substitution again \n" ); document.write( "p + p + 250 = 420 Subtract 250 from both sides \n" ); document.write( "2p = 170 divide both sides by 2 \n" ); document.write( "p=85acres\r \n" ); document.write( "\n" ); document.write( "Sub back into orginal equation \n" ); document.write( "c=250+85 \n" ); document.write( "c= 335acres\r \n" ); document.write( "\n" ); document.write( "hope this helps\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |