document.write( "Question 223704: The length of a rectangle is 3 in. more than its width. The perimeter of the rectangle is 30 in.
\n" );
document.write( "a. Define a variable for width.
\n" );
document.write( "b. Write and expression for the length in terms of width.
\n" );
document.write( "c. Write an equation to find the width of the rectangle. Solve your equation.
\n" );
document.write( "d. What is the length of the rectangle? \n" );
document.write( "
Algebra.Com's Answer #167192 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! a) w \n" ); document.write( "b) w+3 \n" ); document.write( "c) p=2w+2(w+3) \n" ); document.write( "30=2w+2(w+3) \n" ); document.write( "30=2w+2w+6 \n" ); document.write( "24=4w \n" ); document.write( "w=6in \n" ); document.write( "w+3=9in \n" ); document.write( "d)=9in \n" ); document.write( " |