document.write( "Question 176551: Pat's present age is three-fourths of Ken's present age. In 15 years the sum of their ages will be 58, Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #131724 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
let x = pat's present age.
\n" ); document.write( "let y = ken's present age.
\n" ); document.write( "---
\n" ); document.write( "Pat's present age is three-fourths of Ken's present age.
\n" ); document.write( "x = 3/4 * y
\n" ); document.write( "---
\n" ); document.write( "In 15 years the sum of their ages will be 58
\n" ); document.write( "x + 15 + y + 15 = 58
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "x + y + 30 = 58
\n" ); document.write( "subtract 30 from both sides of equation to get:
\n" ); document.write( "x + y = 28
\n" ); document.write( "---
\n" ); document.write( "substitute 3/4 * y for x to get:
\n" ); document.write( "3/4 * y + y = 28
\n" ); document.write( "multiply both sides of equation by 4 to get:
\n" ); document.write( "3*y + 4*y = 4*28
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "7*y = 4*28
\n" ); document.write( "divide both sides of equation by 7 to get:
\n" ); document.write( "y = 4*28/7
\n" ); document.write( "simplify to get:
\n" ); document.write( "y = 16
\n" ); document.write( "---
\n" ); document.write( "since x = 3/4*y, then:
\n" ); document.write( "x = (3/4)*16 = 3*16/4 = 3*4 = 12
\n" ); document.write( "---
\n" ); document.write( "you have:
\n" ); document.write( "x = 12
\n" ); document.write( "y = 16
\n" ); document.write( "---
\n" ); document.write( "pat is 12
\n" ); document.write( "ken is 16
\n" ); document.write( "pat's age is 3/4 * ken's age.
\n" ); document.write( "in 15 years, pat will be 27 and ken will be 31.
\n" ); document.write( "sum of their ages will be 58
\n" ); document.write( "everything checks out.
\n" ); document.write( "answer is:
\n" ); document.write( "pat is 12
\n" ); document.write( "ken is 16
\n" ); document.write( "---
\n" ); document.write( "
\n" );