document.write( "Question 369410: I need to solve and show the algebraic inequality for this:\r
\n" );
document.write( "\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 vday. 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 #263235 by mananth(16946) You can put this solution on YOUR website! 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 vday. 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( "... \n" ); document.write( "Let the number of days hired be x \n" ); document.write( "SUPER SAVER PLAN \n" ); document.write( "100+5x \n" ); document.write( "... \n" ); document.write( "BEST DEAL PLAN \n" ); document.write( "150+3x \n" ); document.write( "... \n" ); document.write( "SUPER SAVER PLAN > BEST DEAL PLAN \n" ); document.write( "depends on x the number of day \n" ); document.write( "On a certain day they may tend to be equal. \n" ); document.write( "100+5x>150+3x \n" ); document.write( "-100 \n" ); document.write( "5x>150-100+3x \n" ); document.write( "-3x \n" ); document.write( "5x-3x>50 \n" ); document.write( "2x>50 \n" ); document.write( "/2 \n" ); document.write( "x>25 \n" ); document.write( "After 25 days \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |