document.write( "Question 416595: how do you solve this problem???\r
\n" );
document.write( "\n" );
document.write( "A copy machine has a purchase cost of $1200 and has an estimated page cost of 2$ per page. What is the minimum number of pages that should have to be copied before the purchase of the copy machine would be more cost effective than renting a machine at a cost of 5$ per page?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "i have a answer but i can't really follow this question...:((
\n" );
document.write( "could you explain it in details? :))
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #291877 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A copy machine has a purchase cost of $1200 and has an estimated page cost of 2$ per page. \n" ); document.write( " What is the minimum number of pages that should have to be copied before the \n" ); document.write( " purchase of the copy machine would be more cost effective than renting a machine at a cost of 5$ per page? \n" ); document.write( ": \n" ); document.write( "Let n = number of pages that would make buying a copy machine cost effective \n" ); document.write( "Rent cost greater than own cost \n" ); document.write( "5n > 2n + 1200 \n" ); document.write( "5n - 2n > 1200 \n" ); document.write( "3b > 1200 \n" ); document.write( "n > \n" ); document.write( "n > 400 pages, more cost effective to own the machine \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check the cost when 401 pages are printed \n" ); document.write( "Rental: 5*401 = $2005 \n" ); document.write( "Own: 2*401 + 1200 = $2002 \n" ); document.write( " |