document.write( "Question 46607: The length of a rectangle is 1 cm longer than its width. If the diagonal of the rectangle is 4 cm what are the dimensions (length and width) of the rectangle.\r
\n" );
document.write( "\n" );
document.write( "to start i get\r
\n" );
document.write( "\n" );
document.write( "x^2 + (x+1)^2 = 4^2
\n" );
document.write( "x^2 + x^2 + 2x + 1 = 16
\n" );
document.write( "2x^2 + 2x - 15 = 0
\n" );
document.write( "x^2 + x - 7.5 = 0\r
\n" );
document.write( "\n" );
document.write( "This is where I can't go futher and I need to turn it in tonight. \r
\n" );
document.write( "\n" );
document.write( "Any help please and thank you. \n" );
document.write( "
Algebra.Com's Answer #30886 by adamchapman(301)![]() ![]() ![]() You can put this solution on YOUR website! You have got to: \n" ); document.write( "Now use the quadratic solver \n" ); document.write( "where a=1, b=1 and c=-7.5 \n" ); document.write( "So: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "so the two existing solutions are x=8.394 or x=-0.984 (to 3 decimal places) \n" ); document.write( "I hope this helps, \n" ); document.write( "Adam.\r \n" ); document.write( "\n" ); document.write( "P.S. please check out my website, it may be helpful to you: \n" ); document.write( "http://www.geocities.com/quibowibbler \n" ); document.write( " |