document.write( "Question 385005: Im stuck on this one :/\r
\n" );
document.write( "\n" );
document.write( "A rectangle is 5 feet longer than it is wide. If its perimeter is 22 feet, what is the dimension of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "X= width\r
\n" );
document.write( "\n" );
document.write( "Length= X+5\r
\n" );
document.write( "\n" );
document.write( "Perimmeter formula is P=2L+2W
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #272464 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2x+2(x+5)=22 \n" ); document.write( "2x+2x+10=22 \n" ); document.write( "4x=12 \n" ); document.write( "x=3 \n" ); document.write( "x+5=8 \n" ); document.write( " |