document.write( "Question 911501: At present, Pedro's age is 25 percent (or 1/4) of his father's age. Twenty years from now Pedro's age will be 50% of his father. How old are they? \n" ); document.write( "
Algebra.Com's Answer #553136 by lwsshak3(11628) ![]() You can put this solution on YOUR website! At present, Pedro's age is 25 percent (or 1/4) of his father's age. Twenty years from now Pedro's age will be 50% of his father. How old are they? \n" ); document.write( "*** \n" ); document.write( "let x=Pedro's present age \n" ); document.write( "4x=His father's present age \n" ); document.write( ".. \n" ); document.write( "20 yrs from now: \n" ); document.write( "x+20=Pedro's age \n" ); document.write( "4x+20=His father's age \n" ); document.write( "x+20=50%(4x+20) \n" ); document.write( "x+20=2x+10 \n" ); document.write( "x=10 \n" ); document.write( "4x=40 \n" ); document.write( "Pedro's present age=10 \n" ); document.write( "His father's present age=40 \n" ); document.write( " |