document.write( "Question 1082657: The length of a rectangle is 8.03 inches more than half of its width. If the perimeter is 37.48 inches
\n" );
document.write( "Find the demensions \n" );
document.write( "
Algebra.Com's Answer #696724 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2L + 2W = Perimeter \n" ); document.write( "L = 1/2W + 8.03 substitute for L above: \n" ); document.write( "2(1/2W + 8.03) + 2W = 37.48 \n" ); document.write( "W + 16.06 + 2W = 37.48 \n" ); document.write( "3W = 21.42 \n" ); document.write( "W = 7.14 \n" ); document.write( "L = 1/2W + 8.03 = 1/2(7.14)+8.03 = 11.6 \n" ); document.write( "----------------------- \n" ); document.write( "Check: \n" ); document.write( "2L + 2W = 37.48 \n" ); document.write( "2(7.14) + 2(11.6) = 37.48 Correct \n" ); document.write( " |