document.write( "Question 1100078: Allie is 5 more than twice as old as Katie. The sum of their ages is 23. How old are Allie & Katie \n" ); document.write( "
Algebra.Com's Answer #714555 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Allie is 5 more than twice as old as Katie. The sum of their ages is 23. How old are Allie & Katie \n" ); document.write( "let katie is x yrs \n" ); document.write( "Allie=2x+5 \n" ); document.write( "x+2x+5=23 \n" ); document.write( "3x+5=23 \n" ); document.write( "3x=18 \n" ); document.write( "x=6 \n" ); document.write( "answer \n" ); document.write( "katie is 6 yrs and Allies is 17 yrs \n" ); document.write( " |