document.write( "Question 829516: The sum of three consecutive numbers is 27 and the sum of their square is 293. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #499948 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! x the first no \n" ); document.write( "x + 1 the second number \n" ); document.write( "x + 3 the third number \n" ); document.write( "(x)+(x+1)+(x+2)=27 \n" ); document.write( "Let's see if there is a unique solution. \n" ); document.write( "3x + 3 = 27 \n" ); document.write( "subtract 3 from each side \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "so the numbers are 8,9,10 \n" ); document.write( "It could be that the sum of their squares is 293 \n" ); document.write( "64 + 91 + 100 ?= 293 \n" ); document.write( "For this problem there appears to be no solution \n" ); document.write( "since we cannot satisfy both requirements. \n" ); document.write( " |