document.write( "Question 802943: A boy's age is X years and his father is four times as old. Find the Father's age in Y years time? \n" ); document.write( "
Algebra.Com's Answer #484058 by thejackal(72)![]() ![]() You can put this solution on YOUR website! The answer to this question is a function \n" ); document.write( "the fathers age is a function of X\r \n" ); document.write( "\n" ); document.write( "such that f(x) = 4x\r \n" ); document.write( "\n" ); document.write( "so if the present age of the boy is X then in in Y years time the boys new age x will be x + y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "thus the fathers age will be expressed as 4(x+y) \n" ); document.write( " |