document.write( "Question 845132: The ages of Theresa, Jami, and Tammie are consecutive integers. The sum of their ages is 108. How old is each girl? \n" ); document.write( "
Algebra.Com's Answer #509148 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the integers \"+n+\", \"+n%2B1+\", and \"+n%2B2+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+n+%2B+n+%2B+1+%2B+n+%2B+2+=+108+\"
\n" ); document.write( "\"+3n+%2B+3+=+108+\"
\n" ); document.write( "\"+3n+=+105+\"
\n" ); document.write( "\"+n+=+35+\"
\n" ); document.write( "\"+n%2B1+=+36+\"
\n" ); document.write( "\"+n%2B2+=+37+\"
\n" ); document.write( "Their ages are 35, 36, and 37
\n" ); document.write( "check:
\n" ); document.write( "\"+35+%2B+36+%2B+37+=+108+\"
\n" ); document.write( "\"+108+=+108+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );