document.write( "Question 444555: Solve. Please show the algebraic inequality you used and show all of your work.
\n" );
document.write( "A furniture rental company charges a base rate plus a rate per day for an office furniture set. There are two available plans. The Super Saver Plan charges $100 + $5 per day. The Best Deal Plan charges $150 + $3 per day. How many days make the Super Saver Plan more expensive than the Best Deal Plan? \n" );
document.write( "
Algebra.Com's Answer #306420 by mananth(16946)![]() ![]() You can put this solution on YOUR website! X number of days \n" ); document.write( "Super saver 100+5x \n" ); document.write( "Best Deal 150+3x \n" ); document.write( "100+5x>150+3x \n" ); document.write( "5x-3x>150-100 \n" ); document.write( "2x>50 \n" ); document.write( "x>50 days \n" ); document.write( " \n" ); document.write( " |