document.write( "Question 769935: A printer charges $1.80 for binding plus 5 cents per page for each copy of a community group's annual report.
\n" ); document.write( "Write the cost equation and answer the following questions.\r
\n" ); document.write( "\n" ); document.write( "What is the fixed cost? $1.80\r
\n" ); document.write( "\n" ); document.write( "what is the variable cost? .05\r
\n" ); document.write( "\n" ); document.write( "Let y represent the cost of the annual report and x represent the number of pages. what is the cost equation? y=1.80 + .05x\r
\n" ); document.write( "\n" ); document.write( "What will it cost to produce a 25 page report? $3.05\r
\n" ); document.write( "\n" ); document.write( "If report cost 3.30, the report is __ pages.
\n" ); document.write( "This last question I am having difficulty on. I have all the others right. When I try to give an answer it tells me wrong and then tells me to substitute 3.30 with the cost and solve for the length. I tried viewing examples in my program and it doesn't explain how to do this part. I am at a loss any help would be appreciated. \r
\n" ); document.write( "\n" ); document.write( "Thank you so much,\r
\n" ); document.write( "\n" ); document.write( "Dana
\n" ); document.write( "

Algebra.Com's Answer #469138 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "For the last part:\r\n" );
document.write( "If the report has x pages,\r\n" );
document.write( "the cost is 1.8 + 0.05*x (fixed binding cost + variable cost per page)\r\n" );
document.write( "This is given to be 3.3\r\n" );
document.write( "\r\n" );
document.write( "So 3.3 = 1.8 + 0.05*x\r\n" );
document.write( "0.05*x = 1.5\r\n" );
document.write( "x = 1.5/0.05 = 30\r\n" );
document.write( "Report has 30 pages :)\r\n" );
document.write( "
\n" ); document.write( "
\n" );