document.write( "Question 903527: The cost of a classified ad is based on a daily fixed rate plus a flat service fee. One day costs $3.50 and four days costs $8.00.
\n" );
document.write( "Let x=the number of days the ad appears; let y=the cost in dollars.
\n" );
document.write( "The relationship between x and y is a linear function.
\n" );
document.write( "(a)From the information in the problem, make two (x,y) pairs.
\n" );
document.write( "(_,_) and (_,_)
\n" );
document.write( "(b)Using the two pairs from part (a) find the slope of the linear function.
\n" );
document.write( "(c)Now write an equation for the line in point-slope form (there are two correct ways to do this)
\n" );
document.write( "(d) Using the equation: find the cost of a 6-day ad
\n" );
document.write( "(e)Using the equation: how many days could an ad run, for the cost of $18.50? \n" );
document.write( "
Algebra.Com's Answer #548139 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! One day costs $3.50 and four days costs $8.00.\r \n" ); document.write( "\n" ); document.write( "a) (1,3.5)(4,8) \n" ); document.write( "b)m=4.5/3=1.5 \n" ); document.write( "b=-1*4.5/3*1+1*3.5=2 \n" ); document.write( "c)y= 1.5x+2 \n" ); document.write( "y=11 \n" ); document.write( "d)y= 1.5x+2 \n" ); document.write( "18.50= 1.5x+2 \n" ); document.write( "16.50=1.5x \n" ); document.write( "x=11 \n" ); document.write( " |