document.write( "Question 811555: a newspaper charges a flat rate to place an ad in the classified section of the newspaper and then charges a per line fee for any additional lines. one person placed a 4-line ad for $17.10 and another person placed a 6-line ad for $22.50.
\n" );
document.write( "write an equation that gives the total cost as a function of the number of lines in the ad
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #488799 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "17.10=4m+b, \n" ); document.write( "22.50=6m+b \n" ); document.write( "b=6.30 flat rate, m=2.70 per line \n" ); document.write( "y=2.7x+6.3 \n" ); document.write( " \n" ); document.write( " |