document.write( "Question 259627: When making a telephone call using a calling card, a call lasting 6 minutes costs 1.65. A call lasting 16 minutes costs 3.65. Find a linear function that relates the cost of making a call (C) to the length of the call (x). \n" ); document.write( "
Algebra.Com's Answer #191087 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! The points are (6,1.65) and (16, 3.65) \n" ); document.write( "Here we have x,c instead of x,y \n" ); document.write( "c-c/x-x=m \n" ); document.write( "3.65-1.65/16-6=m \n" ); document.write( "2/10=1/5 \n" ); document.write( "c=1/5*x+b \n" ); document.write( "1.65=1/5(6)+b \n" ); document.write( "1.65=6/5+b \n" ); document.write( "1.65*5/6=b \n" ); document.write( "1.375=b \n" ); document.write( "C=x/5+1.375 \n" ); document.write( " \n" ); document.write( " |