document.write( "Question 201881: 2 years ago a man's age was 3 times the square of his son's age .3 years hence his age will be 4 times his son's age .find their present ages
\n" );
document.write( "please help me to solve this problem \n" );
document.write( "
Algebra.Com's Answer #152130 by ptaylor(2198) You can put this solution on YOUR website! Let x=son's present age;(x-2)=son's age 2 years ago \n" ); document.write( "And let y=man's present age;(y-2)=man's age two years ago \n" ); document.write( "so: \n" ); document.write( "(y-2)=3(x-2)^2 or \n" ); document.write( "y-2=3(x^2-4x+4) \n" ); document.write( "y-2=3x^2-12x+12 \n" ); document.write( "y=3x^2-12x+14---------------eq1\r \n" ); document.write( "\n" ); document.write( "(x+3)=son's age 3 years hence \n" ); document.write( "(y+3)=man's age 3 years hence \n" ); document.write( "so: \n" ); document.write( "(y+3)=4(x+3) \n" ); document.write( "y+3=4x+12 \n" ); document.write( "y=4x+9------------------eq2 substitute y=4x+9 into eq1 \n" ); document.write( "4x+9=3x^2-12x+14 \n" ); document.write( "3x^2-16x+5=0 quadratic in standard form and it can be factored \n" ); document.write( "(3x-1)(x-5)=0 \n" ); document.write( "3x-1=0 \n" ); document.write( "x=1/3 year old---Clearly this does not work because 2 years ago he would not have been born\r \n" ); document.write( "\n" ); document.write( "and \n" ); document.write( "x-5=0 \n" ); document.write( "x=5 years old-----------------son's present age \n" ); document.write( "substitute x=5 into eq 2 \n" ); document.write( "y=4*5+9=29-------------------------man's present age\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "Two years ago \n" ); document.write( "5-2=3-----------son's age \n" ); document.write( "29-2=27----------mans present age \n" ); document.write( "27=3*3^2 \n" ); document.write( "27=27 \n" ); document.write( "and three years hence \n" ); document.write( "5+3=8 son's age \n" ); document.write( "and 29+3=32 man's age \n" ); document.write( "32=4*8 \n" ); document.write( "32=32\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |