document.write( "Question 253180: billy said, fifteen years from now, i shall be four times as old as i am now. how old is billy? \n" ); document.write( "
Algebra.Com's Answer #185409 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Billy now be x. \n" ); document.write( "Billy said, fifteen years from now, i shall be four times as old as i am now. \n" ); document.write( " x+15 = 4x \n" ); document.write( " 15 = 4x-x \n" ); document.write( " 15 = 3x \n" ); document.write( " x = 15/3 = 5 \n" ); document.write( "Therefore the age of Billy now is 5 years \n" ); document.write( " |