document.write( "Question 1128046: The sum of the ages of husband & his wife is four times the sum of the agesof their children . four years ago , the ratio of sum of their ages to the sum of their children was 18:1 . two years hence the ratio will be 3:1 .how many children do they have ? \n" ); document.write( "
Algebra.Com's Answer #744554 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let p = the sum of the parents ages now \n" ); document.write( "let s = the sum of the children's ages now \n" ); document.write( "let c = no. of children \n" ); document.write( ": \n" ); document.write( " The sum of the ages of husband & his wife is four times the sum of the ages of their children \n" ); document.write( "p = 4s \n" ); document.write( " Four years ago, the ratio of sum of their ages to the sum of their children was \n" ); document.write( " 18:1. \n" ); document.write( " \n" ); document.write( "cross multiply \n" ); document.write( "p - 8 = 18(s-4c) \n" ); document.write( "p - 8 = 18s - 72c \n" ); document.write( "replace p with 4s, from the first statement \n" ); document.write( "4s - 8 = 18s - 72c \n" ); document.write( "72c = 18s - 4s + 8 \n" ); document.write( "72c = 14s + 8 \n" ); document.write( "7 \n" ); document.write( " Two years hence the ratio will be 3:1. \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "p + 4 = 3(s + 2c) \n" ); document.write( "p + 4 = 3s + 6c \n" ); document.write( "replace p with 4s \n" ); document.write( "4s + 4 = 3s + 6c \n" ); document.write( "4s - 3s = 6c - 4 \n" ); document.write( "s = 6c - 4 \n" ); document.write( "In the 2nd simplified equation, replace s with (6c-4) \n" ); document.write( "72c = 14(6c-4) + 8 \n" ); document.write( "72c = 84c - 56 + 8 \n" ); document.write( "72c - 84c = -48 \n" ); document.write( "-12c = -48 \n" ); document.write( "c = -48/-12 \n" ); document.write( "c = 4 children is what they have \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can confirm this by finding p and s and checking the ratios with these values \n" ); document.write( "s = 6(4) - 4 \n" ); document.write( "s = 20 is the sum of the children's ages \n" ); document.write( "and \n" ); document.write( "p = 4(20) \n" ); document.write( "p = 80 is sum of the parents \n" ); document.write( ": \n" ); document.write( "I'll let you confirm this. \n" ); document.write( " |