document.write( "Question 1165967: The phone company Ringular has a monthly plan where a customer pays a flat monthly fee, and then a set rate per minute. If a customer uses 110 minutes, the monthly cost will be $84. If the customer uses 960 minutes, the monthly cost will be $424.
\n" );
document.write( "Find the equation of the plan in the form y=mx+b
\n" );
document.write( "xis the number of monthly minutes used and
\n" );
document.write( "yis the total monthly cost of the Ringular plan. \n" );
document.write( "
Algebra.Com's Answer #790428 by Theo(13342)![]() ![]() You can put this solution on YOUR website! at 110 minutes, the monthly cost is 84 dollars. \n" ); document.write( "at 960 minutes the monthly cost is 424 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "straight line equation is y = mx + b. \n" ); document.write( "m is the slope. \n" ); document.write( "b is the y-intercept which is the value of y when x = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two points to work with. \n" ); document.write( "in (x,y) format, they are (110,84) and (960,424). \n" ); document.write( "x represents the number of minutes. \n" ); document.write( "y represents the total cost for that number of minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m is the slope which is equal to (y1-y1)/(x2-x1). \n" ); document.write( "let (110,84) = (x1,y1) and let (960,424) = (x2,y2). \n" ); document.write( "m = (424-84)/(960-110) = 340/850. \n" ); document.write( "simplify to get 2/5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = mx + b becomes y = 2/5 * x + b \n" ); document.write( "to find b, replace x and y with the values from one of the points. \n" ); document.write( "any one of the points will work. \n" ); document.write( "i chose (x2,y2) = (960,424) \n" ); document.write( "y = 2/5 * x + b becomes 424 = 2/5 * 960 + b \n" ); document.write( "solve for b to get: \n" ); document.write( "b = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = mx + b becomes y = 2/5 * x + 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "test with the 2 known points. \n" ); document.write( "with x = 110, the equation becomes y = 2/5 * 110 + 40 = 84 \n" ); document.write( "with x = 960, the equation becomes y = 2/5 * 960 + 40 = 424\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation you are looking for is confirmed to be y = 2/5 * x + 40 \n" ); document.write( "x is the number of minutes consumed per month. \n" ); document.write( "y is the total cost per month. \n" ); document.write( "there is a flat monthly fee of 40 dollars. \n" ); document.write( "the cost per minute is 2/5 = .40 dollars = 40 cents. \n" ); document.write( " |