document.write( "Question 1014027: The perimeter of a rectangular garage is 48 meters. The garage is 10 meters wide. How long is it? \n" ); document.write( "
Algebra.Com's Answer #630346 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter P = 2L + 2W = 48 \n" ); document.write( "If the width is 10, we plug in and find L... \n" ); document.write( "2L + 2(10) = 48 \n" ); document.write( "2L + 20 = 48 \n" ); document.write( "2L = 28 \n" ); document.write( "L = 14 m \n" ); document.write( " |