document.write( "Question 505650: Ronald, Mark and Paula are three children in the same family. Paula is three times Mark's age. In two years, she will be twice the age Ronald will be at that time. Ronald is one year older than Mark. How old is each child \n" ); document.write( "
Algebra.Com's Answer #339984 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "Present age of Ronald = r \n" ); document.write( "Present age of Paula = p \n" ); document.write( "Present age of Mark = m\r \n" ); document.write( "\n" ); document.write( "Paula is three times Mark's age \n" ); document.write( "p=3m .........(1) \n" ); document.write( "In two years means we have to add 2 in their present ages \n" ); document.write( "p+2=r+2 \n" ); document.write( "then \n" ); document.write( "Paula will be twice the age Ronald will be at that time \n" ); document.write( "p+2=2(r+2) \n" ); document.write( "p+2=2r+4 \n" ); document.write( "p=2r+4-2 \n" ); document.write( "p=2r+2 ............(2) \n" ); document.write( "Ronald is one year older than Mark means if we subtract to 1 from the Ronald's age then both Ronald and Mark will of equal age \n" ); document.write( "m=r-1 ............(3)\r \n" ); document.write( "\n" ); document.write( "Put the value of m from (3) to (1) \n" ); document.write( "p=3m .........(1) \n" ); document.write( "p=3(r-1) \n" ); document.write( "p=3r-3 ............(4) \n" ); document.write( "Put the value of p from (4) to (2) \n" ); document.write( "p=2r+2 ............(2) \n" ); document.write( "3r-3=2r+2 \n" ); document.write( "3r-2r=2+3 \n" ); document.write( "r=5 \n" ); document.write( "Put the value of r in (3) \n" ); document.write( "m=r-1 ............(3) \n" ); document.write( "m=5-1 \n" ); document.write( "m=4 \n" ); document.write( "Put the value of m in (1) \n" ); document.write( "p=3m .........(1) \n" ); document.write( "p=3(4) \n" ); document.write( "p=12 \n" ); document.write( "Present age of Ronald = r = 5 \n" ); document.write( "Present age of Paula = p = 12 \n" ); document.write( "Present age of Mark = m = 4 \n" ); document.write( " |