document.write( "Question 953508: For the following problem I have to make two equations and then solve them by using determinants. This is the problem:
\n" );
document.write( "Fran has 108 m of fencing to enclose her house on all four sides in the shape of a rectangle. If the width is to be one-half the length, what should be the dimensions of the rectangle in meters and feet?
\n" );
document.write( "I think the first equation is 2L+2W=108. I'm just having trouble making the second equation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #582299 by macston(5194)![]() ![]() You can put this solution on YOUR website! L=2W \n" ); document.write( "L-2W=0 \n" ); document.write( "2(L+W)=108m \n" ); document.write( "2L+2W=108m \n" ); document.write( " |