document.write( "Question 204189: 1) The sum of the squares of two consecutive integers is 613. What are the integers?
\n" );
document.write( "Let x be one integer. Therefore x +1 is the next integer.
\n" );
document.write( " x^2+(x+1)^2= 613\r
\n" );
document.write( "\n" );
document.write( "2)The length of a rectangle is four more than the width. If the area of the rectangle is 621 m2, find the width and length of the rectangle.
\n" );
document.write( "Let w be the width. Therefore w + 4 is the length.
\n" );
document.write( "W(w +4) = 621
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154157 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Very good setup \n" ); document.write( ". \n" ); document.write( "1) x^2 +(x+1)^2 =613 \n" ); document.write( ". \n" ); document.write( "x^2 +x^2 +2x+ 1 =613 \n" ); document.write( ". \n" ); document.write( "2x^2 +2x -612 =0 \n" ); document.write( ". \n" ); document.write( "x^2 +x -306=0 \n" ); document.write( ". \n" ); document.write( "(x+18)(x-17) =0 \n" ); document.write( ". \n" ); document.write( "x = 17, -18 \n" ); document.write( ". \n" ); document.write( "Integers,,17,18,,,,,,,check,,17^2 +18^2 =613,,,ok \n" ); document.write( ". \n" ); document.write( "also -18,,-17,,,,,,,check, (-17)^2 +(-18)^2 = 613,,,ok \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "2) w(w+4) =621 \n" ); document.write( ". \n" ); document.write( "w^2 +4w -621=0 \n" ); document.write( ". \n" ); document.write( "(w+27)(w-23) = 0 \n" ); document.write( ". \n" ); document.write( "w = 23, -27 (not realistic) \n" ); document.write( ". \n" ); document.write( "Dim\"s, w=23,,,L=27 \n" ); document.write( ". \n" ); document.write( "check , 23*27 = 621,,,ok \n" ); document.write( ". \n" ); document.write( " |