document.write( "Question 945793: A rectangles length is 3 times as long as its width. The diagonal of the rectangle is 10cm. Use Pythagoras theorem to solve. \r
\n" );
document.write( "\n" );
document.write( "This is what I have tried, but it does not seem to work:\r
\n" );
document.write( "\n" );
document.write( "I use this formula: a^2=b^2+c^2\r
\n" );
document.write( "\n" );
document.write( "10^2=3x^2+x^2 \r
\n" );
document.write( "\n" );
document.write( "100=4x^2 \r
\n" );
document.write( "\n" );
document.write( "100/4=4x^2/4\r
\n" );
document.write( "\n" );
document.write( "25=x^2 \r
\n" );
document.write( "\n" );
document.write( "sqrt( 25 )=sqrt( x^2 )\r
\n" );
document.write( "\n" );
document.write( "5=x \r
\n" );
document.write( "\n" );
document.write( "x cannot equal 5. I don't know what I am doing wrong.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #576942 by 428225(90)![]() ![]() You can put this solution on YOUR website! ![]() \n" ); document.write( "\n" ); document.write( "You need to make a habit of using brackets. You were right in recognizing that the length was 3x. Since 3x=a, so when you find a^2, you have to square the whole of 3x. However you thought it was |