document.write( "Question 857279: a rectanlge has an area of 50cm2, if its length is twice its width, find the perimeter
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #516458 by Menjax(62)![]() ![]() ![]() You can put this solution on YOUR website! call the length x \n" ); document.write( "call the width y\r \n" ); document.write( "\n" ); document.write( "x*y = 50cm2 equation 1\r \n" ); document.write( "\n" ); document.write( "x/2 = y equation 2\r \n" ); document.write( "\n" ); document.write( "sub equation 2 into equation 1 \n" ); document.write( "x(x/2) = 50 \n" ); document.write( "x2/2-50=0 \n" ); document.write( "factorise (dots/dops) \n" ); document.write( "(x/sqrt(2) - 5sqrt(2))(x/sqrt(2) + 5sqrt(2))=0 \n" ); document.write( "null factor law: \n" ); document.write( "x = 5sqrt(2)*sqrt(2) or -5sqrt(2)*sqrt(2) \n" ); document.write( "x = 10 or -10 \n" ); document.write( "but length cant be negative so it cant be -10 \n" ); document.write( "so x = 10cm and y=5cm\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |