document.write( "Question 152304: Billy's father is twice billy's age. Eleven years ago, Billy's father was 3 times Billy's age. How old is Billy \n" ); document.write( "
Algebra.Com's Answer #111970 by munisa(5)![]() ![]() ![]() You can put this solution on YOUR website! Let the present age of Billy be 'x' and the present age of his father 'y'. \n" ); document.write( "Since Billy's father is twice as old as Billy,so\r \n" ); document.write( "\n" ); document.write( "y=2x\r \n" ); document.write( "\n" ); document.write( "11 years ago: \n" ); document.write( "Billy's age was x-11 years. \n" ); document.write( "Billy's father's age was y-11 years. \n" ); document.write( "Since father was thrice as old,therefore:\r \n" ); document.write( "\n" ); document.write( "y-11=3*(x-11)\r \n" ); document.write( "\n" ); document.write( "Substituting for y we get,\r \n" ); document.write( "\n" ); document.write( "2x-11=3*(x-11) \n" ); document.write( "2x-11=3x-33 \n" ); document.write( "x=22\r \n" ); document.write( "\n" ); document.write( "Hence, Billy is 22 years old. \n" ); document.write( " |