document.write( "Question 507481: the sum of consecutive number is 30 find the number ? \n" ); document.write( "
Algebra.Com's Answer #340504 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Two consecutive numbers can be defined as 'x' and 'x+1'. \n" ); document.write( "x +x+1 = 30 \n" ); document.write( "2x +1= 30 \n" ); document.write( "2x = 29 \n" ); document.write( "x = 14.5, which is not an integer \n" ); document.write( ". \n" ); document.write( "Two consecutive even numbers can total 30. \n" ); document.write( "The numbers can be defined as 'x' and 'x+2'. \n" ); document.write( "You use '+2' to skip over the odd number in between. \n" ); document.write( "By inspection, you can guess the numbers are 14 & 16, but the solution using algebra follows the method shown above. \n" ); document.write( ". \n" ); document.write( "x +x+2 = 30 \n" ); document.write( "2x +2 = 30 \n" ); document.write( "2x = 28 \n" ); document.write( "x = 14 \n" ); document.write( ". \n" ); document.write( "x+2 = 16 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |