document.write( "Question 825771: Hello,
\n" );
document.write( "I did ask this question: The ages of Peter, Margaret and Jack are consecutive odd numbers. The sum of the ages of Peter and Margaret equals Jack’s age before 5 years. Find the ages of Peter, Margaret and Jack.
\n" );
document.write( "I read the solution but I don't know how you get the consecutive numbers: x, x + 2 and x + 4. Can you please explain to me why?
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #497576 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers would be numbers like 5 7 9 \n" ); document.write( "5 \n" ); document.write( "7 is 5+2 \n" ); document.write( "9 is 5+4\r \n" ); document.write( "\n" ); document.write( "let's call the first number x \n" ); document.write( "x=5 \n" ); document.write( "x+2=5+2=7 \n" ); document.write( "x+4=5+4=9 \n" ); document.write( " |