document.write( "Question 845371: John wants to hire an editor to check his thesis paper. The editor charges a flat rate of $50 and $2 per page. Write a polynomial to describe the cost. Find the cost of editing 75 pages.
\n" );
document.write( "Calculations:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Answer: Polynomial: ____________________Cost:_________________
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #509249 by harpazo(655)![]() ![]() You can put this solution on YOUR website! John wants to hire an editor to check his thesis paper. The editor charges a flat rate of $50 and $2 per page. Write a polynomial to describe the cost. Find the cost of editing 75 pages.\r \n" ); document.write( "\n" ); document.write( "Let C = cost for editing 75 pages \n" ); document.write( "Let x = number of pages\r \n" ); document.write( "\n" ); document.write( "C = 50 + 2x\r \n" ); document.write( "\n" ); document.write( "C = 50 + 2(75)\r \n" ); document.write( "\n" ); document.write( "C = 50 + 150\r \n" ); document.write( "\n" ); document.write( "C = $200 \n" ); document.write( " |