document.write( "Question 260691: Alice earned a total of $65 for working 5 days after school. Each day after the
\n" );
document.write( "first day, she earned $2 more than she earned the day before. How much did
\n" );
document.write( "she earn on the first day?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192026 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! first day: x \n" ); document.write( "second day: x+ 2 \n" ); document.write( "third day: x + 4 \n" ); document.write( "fourth day: x + 6 \n" ); document.write( "fifth day: x + 8 \n" ); document.write( "-- \n" ); document.write( "the sum of all five days: 5x + 20 \n" ); document.write( "the total for five days: 65 \n" ); document.write( "-- \n" ); document.write( "5x + 20 = 65 \n" ); document.write( "subtract 20 to get \n" ); document.write( "5x = 45 \n" ); document.write( "divide by 5 to get \n" ); document.write( "x = 9 \n" ); document.write( "$9 on the first day \n" ); document.write( " |