document.write( "Question 895240: Hi,
\n" );
document.write( "My math teacher (at school) and I have a conflict on the following specific problems. I would appreciate if you can provide your input on this. We just need to identify the equations in each case:\r
\n" );
document.write( "\n" );
document.write( "Let Bob's age (in years) now = B
\n" );
document.write( "Let his Sister's age (in years) now = S
\n" );
document.write( "Let his Brother's age (in years) now = R\r
\n" );
document.write( "\n" );
document.write( "Problem 1: In three years, Bob will be five years older than his sister will be. How old is his sister?
\n" );
document.write( "S = ?\r
\n" );
document.write( "\n" );
document.write( "Problem 2: In three years, Bob will be twice as old as his brother will be. How old is his brother?
\n" );
document.write( "R = ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #542657 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Let Bob's age (in years) now = B \n" ); document.write( "Let his Sister's age (in years) now = S \n" ); document.write( "Let his Brother's age (in years) now = R\r \n" ); document.write( "\n" ); document.write( "Problem 1: In three years, Bob will be five years older than his sister will be. How old is his sister? \n" ); document.write( "B + 3 = 5*(S + 3) = 5S + 15 \n" ); document.write( "5S = B - 12 \n" ); document.write( "S = (B - 12)/5 \n" ); document.write( "======================================== \n" ); document.write( "Problem 2: In three years, Bob will be twice as old as his brother will be. How old is his brother? \n" ); document.write( "B + 3 = 2*(R + 3) = 2R + 6 \n" ); document.write( "2R = B - 3 \n" ); document.write( "R = (B - 3)/2 \n" ); document.write( " |