document.write( "Question 101939: It costs $225 per month plus 2 cents per copy to rent a copy machine. A law firm needs to lease a copy machine for use during a 3 month period. If they allot a budget of $1100, how many copies can they make? \n" ); document.write( "
Algebra.Com's Answer #74127 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
3*225+.02x=1100
\n" ); document.write( "675+.02x=1100
\n" ); document.write( ".02x=1100-675
\n" ); document.write( ".02x=425
\n" ); document.write( "x=425/.02
\n" ); document.write( "x=21,250 sheets can be copied in the 3 months rental @ a cost of $1100.
\n" ); document.write( "
\n" );