document.write( "Question 209762: Translate the problem situation to a system of equations. Do not attempt to solve.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of a rectangular building is 234 feet. The width is 25 feet shorter than the length. What are the dimensions? (Let W represent the width and L represent the length.) \r
\n" );
document.write( "\n" );
document.write( "A) W = L - 25, 2L + 2W = 234
\n" );
document.write( "B) W = L - 25, L + W = 234
\n" );
document.write( "C) L = W - 25, 2L + W = 234
\n" );
document.write( "D) W = L + 25, 2L + 2W = 234 \n" );
document.write( "
Algebra.Com's Answer #158562 by 314(4)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter = 2( W+L); W=L-25 \n" ); document.write( "234=2(L-25+L) we divide with 2 (both sides of the equation) \n" ); document.write( "117=2L+25 \n" ); document.write( "2L=117-25 \n" ); document.write( "2L=92 we divide with 2 \n" ); document.write( "L=46 feet \n" ); document.write( "W=L-25=46-25=21 feet \n" ); document.write( " |