document.write( "Question 484944: The sum of three consecutive whole numbers is 27. Find the largest number. I need the work too. \n" ); document.write( "
Algebra.Com's Answer #331760 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
The three consecutive whole numbers are \"x\", \"%28x%2B1%29\", \"%28x%2B2%29\"
\n" ); document.write( "\"x%2Bx%2B1%2Bx%2B2=27\"
\n" ); document.write( "\"3x%2B3=27\"
\n" ); document.write( "\"3x=27-3\"
\n" ); document.write( "\"3x=24\"
\n" ); document.write( "\"x=24%2F3=8\"
\n" ); document.write( "The largest number is \"8%2B2=10\"
\n" ); document.write( "
\n" );