document.write( "Question 889058: This is my problem: The Ages of Theresa,Jami and Tammie are consecutive integers. The sum of their ages is 108. How old is each girl? \r
\n" );
document.write( "\n" );
document.write( "Theresa + Jami+ Tammie now I have Thereas(27) age but I can not figure out the other two girls age.
\n" );
document.write( "(x)+(x+1)+(x+2)= 108
\n" );
document.write( "1x + 1x + = 2x =108
\n" );
document.write( "4x=108
\n" );
document.write( "-4=-4
\n" );
document.write( "x=27 \n" );
document.write( "
Algebra.Com's Answer #537868 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! This is my problem: 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( "Theresa + Jami+ Tammie now I have Thereas(27) age but I can not figure out the other two girls age. \n" ); document.write( "let x=Theresa's age \n" ); document.write( "x+1=Jami's age \n" ); document.write( "x+2=Tammie's age \n" ); document.write( "x+x+1+x+2=108 \n" ); document.write( "3x=105 \n" ); document.write( "x=35 \n" ); document.write( "x+1=36 \n" ); document.write( "x+2=37 \n" ); document.write( "Theresa's age=35 \n" ); document.write( "Jami's age=36 \n" ); document.write( "Tammie's age=37 \n" ); document.write( " |