document.write( "Question 514471: John’s father is four times as old as John. John is three years older than his sister Carmen. John’s Mother is six times as old as Carmen. John’s father is two years older than his Mom. How old are John, Carmen, and John’s parents. \n" ); document.write( "
Algebra.Com's Answer #343937 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let \n" ); document.write( "Present age of father = f \n" ); document.write( "Present age of John = j \n" ); document.write( "Present age of Carmen = c \n" ); document.write( "Present age of Mother = m\r \n" ); document.write( "\n" ); document.write( "John’s father is four times as old as John. \n" ); document.write( "f=4j \n" ); document.write( "f/4=j \n" ); document.write( "j=f/4........(1) \n" ); document.write( "John is three years older than his sister Carmen. \n" ); document.write( "c=j-3.......(2) \n" ); document.write( "John’s Mother is six times as old as Carmen. \n" ); document.write( "m=6c.........(3) \n" ); document.write( "John’s father is two years older than his Mom. \n" ); document.write( "f=m+2.........(4) \n" ); document.write( "Put the value of c from (2) to (3) \n" ); document.write( "m=6(j-3) \n" ); document.write( "Put the value of j from (1) to above equation \n" ); document.write( "m=6((f/4)-3) \n" ); document.write( "m=3f/2-18........(5) \n" ); document.write( "Put the value of m from (5) to (4) \n" ); document.write( "f=(3f/2-18)+2.........(4) \n" ); document.write( "f=(3f-36)/2 + 2 \n" ); document.write( "f=((3f-36)+4)/2 \n" ); document.write( "2f=(3f-36)+4 \n" ); document.write( "2f=3f-36+4 \n" ); document.write( "2f-3f=-36+4 \n" ); document.write( "-f=-32 \n" ); document.write( "Multiply by (-1) both sides \n" ); document.write( "(-1)(-f)=(-1)(-32) \n" ); document.write( "f=32 \n" ); document.write( "Put the value of f in (1)\r \n" ); document.write( "\n" ); document.write( "j=f/4........(1) \n" ); document.write( "j=32/4 \n" ); document.write( "j=8 \n" ); document.write( "Put the value of j in (2) \n" ); document.write( "c=j-3.......(2) \n" ); document.write( "c=8-3 \n" ); document.write( "c=5 \n" ); document.write( "Put the value of c in (3) \n" ); document.write( "m=6c.........(3) \n" ); document.write( "m=6*5 \n" ); document.write( "m=30 \n" ); document.write( "Present age of father = f = 32 years old \n" ); document.write( "Present age of Mother = m = 30 years old \n" ); document.write( "Present age of John = j = 8 years old \n" ); document.write( "Present age of Carmen = c = 5 years old \n" ); document.write( " \n" ); document.write( " |