document.write( "Question 988733: The school lunch prices are changing next year. The cost of a hot lunch will increase $0.45 from the current price. If the next year’s price is $2.60, what did a hot lunch cost this year?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #609201 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x = current price\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(current price) + (increase) = next years price \n" ); document.write( "x + 0.45 = 2.60 \n" ); document.write( "x + 0.45 -0.45 = 2.60-0.45 \n" ); document.write( "x+0 = 2.15 \n" ); document.write( "x = 2.15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the current price is $2.15 \n" ); document.write( " |