document.write( "Question 435414: I have 2 questions:\r
\n" );
document.write( "\n" );
document.write( "1.) Factor the expression: x2 - 4x + 4\r
\n" );
document.write( "\n" );
document.write( "2.) The perimeter of a rectangle is 52 cm. Its area is 160 cm2. What are the dimensions of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Please and thank you. \n" );
document.write( "
Algebra.Com's Answer #301350 by jorel1380(3719) You can put this solution on YOUR website! 1.)x2-4x+4=(x-2)(x-2)=(x-2)2 \n" ); document.write( "2.)p=2L+2W \n" ); document.write( "52=2L+2W \n" ); document.write( "26=L+W \n" ); document.write( "26-W=L \n" ); document.write( "--------------- \n" ); document.write( "LXW=160 \n" ); document.write( "(26-W)W=160 \n" ); document.write( "26W-W2=160 \n" ); document.write( "0=W2-26W+160 \n" ); document.write( "0=(W-16)(W-10) \n" ); document.write( "The width is 10cm. The length is 16cm. \n" ); document.write( "
|