document.write( "Question 734092: Find three consecutive integers with the sum 168. Which is the greatest of the three? \n" ); document.write( "
Algebra.Com's Answer #448715 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the consecutive nos are n-1,n&n+1 \n" ); document.write( "so n-1+n+n+1=168 \n" ); document.write( "or 3n=168 \n" ); document.write( "or n=168/3=56 \n" ); document.write( "so the greatest DISABLED_event_one= n+1=56+1=57 \n" ); document.write( " |