document.write( "Question 18466: Bill is 1 year less than twice as old as his sister Caroline.
\n" );
document.write( "The total of their ages is 26.
\n" );
document.write( "How old is Bill now? Please help!
\n" );
document.write( "Thanks1 \n" );
document.write( "
Algebra.Com's Answer #8851 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! Let Bill be x years old,let Caroline be y years old. \n" ); document.write( "Now, \n" ); document.write( "\"Bill is 1 year less than twice as old as his sister Caroline.\" \n" ); document.write( " \n" ); document.write( "twice as old as his sister Caroline means (2y) \n" ); document.write( "Bill is 1 year less than twice as old as his sister means (2y-1) \n" ); document.write( " \n" ); document.write( "(2y-1) is Bill's age,which is 'x' \n" ); document.write( "x=2y-1 \n" ); document.write( "
|