document.write( "Question 1007365: Johnny is Betty's father and is four times older than Betty. Five years ago, he was 7 times older than Betty. How old is Betty's father? \n" ); document.write( "
Algebra.Com's Answer #623308 by tiffany222(56)![]() ![]() ![]() You can put this solution on YOUR website! Let the father's age be x \n" ); document.write( "Let Betty's age be y\r \n" ); document.write( "\n" ); document.write( "x = 4y \n" ); document.write( "x - 5 = 7 (y-5) \n" ); document.write( "4y - 5 = 7 (y-5) \n" ); document.write( "4y - 5 = 7y - 35 \n" ); document.write( "-3y = -30 \n" ); document.write( "y = 10\r \n" ); document.write( "\n" ); document.write( "x = 4y = 4(10) = 40\r \n" ); document.write( "\n" ); document.write( "Final Answer: \n" ); document.write( "Father's age = 40 years old \n" ); document.write( " \n" ); document.write( " |