document.write( "Question 1034660: William is 1/6 the age of his father and 5 years older than his sister. If their combined ages are 51 how old is William? \n" ); document.write( "
Algebra.Com's Answer #649294 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! William is 1/6 the age of his father and 5 years older than his sister. If their combined ages are 51 how old is William? \n" ); document.write( "Let w = William's age \n" ); document.write( "and \n" ); document.write( "f = father's age \n" ); document.write( "s = sister's age \n" ); document.write( ". \n" ); document.write( "w = (1/6)f (eq 1) \n" ); document.write( "w = s+5 (eq 2) \n" ); document.write( "w+f+s = 51 (eq 3) \n" ); document.write( ". \n" ); document.write( "solve eq 1 for f \n" ); document.write( "f = 6w \n" ); document.write( "solve eq 2 for s \n" ); document.write( "s = w-5 \n" ); document.write( "plug above into eq 3 \n" ); document.write( "w + 6w + w-5 = 51 \n" ); document.write( "8w - 5 = 51 \n" ); document.write( "8w = 56 \n" ); document.write( "w = 7 years old (answer) \n" ); document.write( " \n" ); document.write( " |