document.write( "Question 566715: Benilda is one year older than twice her sister's age. The difference of their ages is 18. How old is Benilda? \n" ); document.write( "
Algebra.Com's Answer #366318 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! Benilda is one year older than twice her sister's age \n" ); document.write( "Benilda's age will be b and her sister's age will be s. \n" ); document.write( "When we see the word \"is\", we know to put an equal sign \n" ); document.write( "b=2s+1 \n" ); document.write( "The difference of their ages is 18. \n" ); document.write( "b-s=18 \n" ); document.write( "We are going to use subsitution because the first equation is already solved for b. \n" ); document.write( "(2s+1)-s=18 \n" ); document.write( "combined like terms \n" ); document.write( "s+1=18 \n" ); document.write( "subtracted 1 from both sides \n" ); document.write( "s=17 \n" ); document.write( "and then we can plug in 17 in for s \n" ); document.write( "b=2*17+1 \n" ); document.write( "b=35 \n" ); document.write( " |