document.write( "Question 65708: Find two consecutive positive intergers such that the sum of their square is 85\r
\n" );
document.write( "\n" );
document.write( "This problem has confused me by adding in square, how do I go about solving this type of problem?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #46398 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive positive intergers such that the sum of their square is 85\r \n" ); document.write( "\n" ); document.write( "Let the first integer be: x \n" ); document.write( "Then the next consecutive integer is: x+1 \n" ); document.write( "Sum means add. \n" ); document.write( "Square means raise to the second power \n" ); document.write( "is means =. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x+7)(x-6)=0 \n" ); document.write( "x+7=0 or x-6=0 \n" ); document.write( "x+7-7=0-7 or x-6+6=0+6 \n" ); document.write( "x=-7 or x=6 \n" ); document.write( "Since you were asked for two consecutive POSITIVE integers \n" ); document.write( "The first integer is: x=6 \n" ); document.write( "and the second is: x+1=6+1=7 \n" ); document.write( ": \n" ); document.write( "Sanity check: \n" ); document.write( "are 6 and 7 consecutive integers? Yes! \n" ); document.write( "Do the sum of their squares=85? \n" ); document.write( "6^2+7^2=85 \n" ); document.write( "36+49=85 \n" ); document.write( "85=85 Yes! \n" ); document.write( "It appears that we're sane...for now. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |