document.write( "Question 1148250: The length of a rectangle is 3 in. more than its width. Ther perimeter of the rectangle is 30 in.\r
\n" );
document.write( "\n" );
document.write( "a) Define a variable for the width: \r
\n" );
document.write( "\n" );
document.write( "b) Write an expression for the length, in terms of width: \r
\n" );
document.write( "\n" );
document.write( "c) Write an equation to find the width of the rectangle: \r
\n" );
document.write( "\n" );
document.write( "d) What is the width of the rectangle? \r
\n" );
document.write( "\n" );
document.write( "e) What is the length of the rectangle? \n" );
document.write( "
Algebra.Com's Answer #769615 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width is w \n" ); document.write( "length is w+3 \n" ); document.write( "l+w=15, the half perimeter (2l+2w=30) \n" ); document.write( "w+w=3=15 \n" ); document.write( "2w+3=15 \n" ); document.write( "2w=12 \n" ); document.write( "w=6 inches width \n" ); document.write( "w+3=9 inches length \n" ); document.write( " |