document.write( "Question 888201: Eight years ago, Cindy was twice as old as Sally. Right now, Cindy is five years older than Sally. Find their current ages. \n" ); document.write( "
Algebra.Com's Answer #537177 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Eight years ago, Cindy was twice as old as Sally. Right now, Cindy is five years older than Sally. Find their current ages. \n" ); document.write( "*** \n" ); document.write( "8 yrs ago: \n" ); document.write( "let x=sally's age \n" ); document.write( "2x=cindy's age \n" ); document.write( ".. \n" ); document.write( "now: \n" ); document.write( "x+8=sally's age \n" ); document.write( "2x+8=cindy's age \n" ); document.write( "2x+8=x+8+5 \n" ); document.write( "x=5 \n" ); document.write( "x+8=13 \n" ); document.write( "2x+8=18 \n" ); document.write( "sally's current age=13 \n" ); document.write( "cindy's current age=18 \n" ); document.write( " |