document.write( "Question 1148017: I'm really stuck on the below question and I've been coming back to it with different ways to complete it but just can't wrap my head around it. Many thanks. \r
\n" ); document.write( "\n" ); document.write( "John is one year older than Pat. Mary is twice as old as John. The sum of their age is 63. How old is John.
\n" ); document.write( "

Algebra.Com's Answer #769380 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let j = the age of john
\n" ); document.write( "let p = the age of pat
\n" ); document.write( "let m = the age of mary
\n" ); document.write( "let s = the sum of their ages
\n" ); document.write( "then s = j + p + m\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "john is one year older than pat.
\n" ); document.write( "this get you j = p + 1
\n" ); document.write( "solve for p to get p = j - 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "mary is twice the age of john.
\n" ); document.write( "this gets you m = 2 * j\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the sum of their ages is 63.
\n" ); document.write( "this gets you s = 63.
\n" ); document.write( "since s = j + p + m, then j + p + m = 63.
\n" ); document.write( "since p = j - 1 and m = 2 * j, then j + p + m = 63 becomes:
\n" ); document.write( "j + j - 1 + 2 * j = 63
\n" ); document.write( "add 1 to both sides of this equation to get:
\n" ); document.write( "j + j + 2 * j = 64
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "4 * j = 64
\n" ); document.write( "solve for j to get:
\n" ); document.write( "j = 16\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since p = j - 1, then p = 15
\n" ); document.write( "since m = 2 * j, then m = 32\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you get:
\n" ); document.write( "j = 16
\n" ); document.write( "p = 15
\n" ); document.write( "m = 32\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s = j + p + m becomes sum s = 16 + 15 + 32 which becomes s = 63
\n" ); document.write( "j = p + 1 becomes j = 15 + 1 which becomes j = 16
\n" ); document.write( "m = 2 * j becomes m = 2 * 16 which becomes m = 32\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "john is 16
\n" ); document.write( "pat is 15
\n" ); document.write( "mary is 32
\n" ); document.write( "
\n" ); document.write( "
\n" );