document.write( "Question 537055: the sum of ages of husband and his wife is four times the sum of ages of their children.four years ago,the ratio of sum of their ages to the sum of ages 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 #352787 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let h = husbands present age \n" ); document.write( "Let w = wife's present age, \n" ); document.write( "Let c = sum of children' age at this time \n" ); document.write( ": \n" ); document.write( "\"the sum of ages of husband and his wife is four times the sum of ages of their children.\" \n" ); document.write( "h + w = 4c \n" ); document.write( ": \n" ); document.write( "let n = number of children \n" ); document.write( "four years ago, the ratio of sum of their ages to the sum of ages of their children was 18:1. \n" ); document.write( " \n" ); document.write( "h+w-8 = 18(c-4n) \n" ); document.write( "h+w-8 = 18c - 72n \n" ); document.write( "h+w = 18c - 72n + 8 \n" ); document.write( "Replace h+w with 4c \n" ); document.write( "4c = 18c - 72n + 8 \n" ); document.write( "4c - 18c = -72n + 8 \n" ); document.write( "-14c = -72n + 8 \n" ); document.write( "14c = 72n - 8; multiplied by -1 \n" ); document.write( ": \n" ); document.write( "two years hence the ratio will be 3:1. \n" ); document.write( " \n" ); document.write( "h + w + 4 = 3(c+2n) \n" ); document.write( "h + w = 3c + 6n - 4 \n" ); document.write( "Replace h+w with 4c \n" ); document.write( "4c = 3c + 6n - 4 \n" ); document.write( "4c - 3c = 6n - 4 \n" ); document.write( "c = 6n - 4 \n" ); document.write( ": \n" ); document.write( "14c = 72n - 8 \n" ); document.write( "replace c with (6n-4) \n" ); document.write( "14(6n-4) = 72n - 8 \n" ); document.write( "84n - 56 = 72n - 8 \n" ); document.write( "84n - 72n = -8 + 56 \n" ); document.write( "12n = 48 \n" ); document.write( "n = 48/12 \n" ); document.write( "n = 4 children \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this: find c, \n" ); document.write( "c = 6(4) -4 \n" ); document.write( "c = 20; the sum of the children's ages \n" ); document.write( "then \n" ); document.write( "4(20) = 80 the sum of the parents ages \n" ); document.write( ": \n" ); document.write( "Use these values in the last statement: \n" ); document.write( "two years hence the ratio will be 3:1. \n" ); document.write( " |