document.write( "Question 901630: System of two equations
\n" );
document.write( "Paula is 12 yrs older than her brother bob. Four yrs from now bob will be two thirds as old as Paula. How old are they ? Help plz :\ \n" );
document.write( "
Algebra.Com's Answer #546823 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Paula is 12 yrs older than her brother bob. Four yrs from now bob will be two thirds as old as Paula. How old are they ? \n" ); document.write( "*** \n" ); document.write( "let x=Bob's age \n" ); document.write( "x+12=Paula's age \n" ); document.write( ".. \n" ); document.write( "4 yrs from now: \n" ); document.write( "x+4=Bob's age \n" ); document.write( "x+12+4=x+16=Paula's age \n" ); document.write( "x+4=(2/3)*(x+16) \n" ); document.write( "lcd:3 \n" ); document.write( "3x+12=2x+32 \n" ); document.write( "x=20 \n" ); document.write( "x+12=32 \n" ); document.write( "Bob's age=20 \n" ); document.write( "Paula's age=32 \n" ); document.write( " |