document.write( "Question 1061156: Using algebra, find the smallest three consecutive integers whose sum is greater than 20\r
\n" );
document.write( "\n" );
document.write( "What in did is x+x+1+x+2>20
\n" );
document.write( "3x+3>20
\n" );
document.write( "3x>30 then I'm stuck \n" );
document.write( "
Algebra.Com's Answer #675963 by ikleyn(53938) You can put this solution on YOUR website! . \n" ); document.write( "Using algebra, find the smallest three consecutive integers whose sum is greater than 20\r \n" ); document.write( "\n" ); document.write( "What in did is x+x+1+x+2>20 \n" ); document.write( "3x+3>20 \n" ); document.write( "3x>30 then I'm stuck \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "x + x+1 + x+2 > 20\r\n" ); document.write( "\r\n" ); document.write( "3x + 3 > 20,\r\n" ); document.write( "\r\n" ); document.write( "3x > 20-3,\r\n" ); document.write( "\r\n" ); document.write( "3x > 17.\r\n" ); document.write( "\r\n" ); document.write( "The solution in integer numbers is x >= 6.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus your triples are (6, 7, 8), (7, 8, 9), (8, 9, 10) . . . and so on.\r\n" ); document.write( "\r\n" ); document.write( "The smallest triple is (6, 7, 8) with the sum of 21.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |