document.write( "Question 305958: Find three consecutive positive intehers such that the square of the smallest integer exceeds the largest integer by 10. \n" ); document.write( "
Algebra.Com's Answer #219086 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the integers be x, x+1, x+2 \n" ); document.write( "x^2=x+2+10 \n" ); document.write( "x^2-x-12=0 \n" ); document.write( "(x-4)(x+3)=0 \n" ); document.write( "x=4 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |