document.write( "Question 254299: find the lesser of two consecutive numbers with a sum greater than 16 \n" ); document.write( "
Algebra.Com's Answer #186648 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I just did this for sum 20 \n" ); document.write( "n+n+1=16 \n" ); document.write( "2n=15 \n" ); document.write( "n=7.5 \n" ); document.write( "7.5 is not an integer \n" ); document.write( "I am sure your problem meant to say integer or it wouldn't say consecutive. \n" ); document.write( "7 and 8 aren't big enough. \n" ); document.write( "So we try 8 and 9 \n" ); document.write( "Sure enough they equal 17\r \n" ); document.write( "\n" ); document.write( "So the answer is 8 the lesser of the two (8 and 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |