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 #649293 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the ages of William, father and sister, w, f, and s. \n" ); document.write( "Then we write \n" ); document.write( "w + f + s = 51 \n" ); document.write( "but we also know that \n" ); document.write( "w = (1/6)f OR f = 6w \n" ); document.write( "w = s + 5 OR s = w-5 \n" ); document.write( "Now substitute and get \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 \n" ); document.write( " |