document.write( "Question 821518: Demarcus has $30, and Liu has $14. Demarcus is saving $4 per day, and Liu is saving $6 per day. After how many days will Demarcus and Liu have the same amount of money? \n" ); document.write( "
Algebra.Com's Answer #494193 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! s=30+4d \n" ); document.write( "s=14+6d \n" ); document.write( "30+4d=14+6d \n" ); document.write( "16=2d \n" ); document.write( "8=d days \n" ); document.write( " \n" ); document.write( " |