document.write( "Question 1166854: A cellular phone company charges $63.95 per month for a service plan that includes 6 GB of data. In addition to the basic monthly rate, the company charges $7.95 for each additional GB of data over 6 GB. A customer on this plan receives a bill for $119.60. How much data did this customer send and receive during the month? \n" ); document.write( "
Algebra.Com's Answer #791454 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the basic charge is 63.95 per month. \n" ); document.write( "this includes 6 GB of data. \n" ); document.write( "the company also charges $7.95 for each GB of data over 6 GB.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the customer receives a bill foro $119.60.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 63.95 from this to get 55.65 in charges for data use over 6 GB. \n" ); document.write( "divide 55.65 by 7.95 to get 7 GB of data over the free allowance of 6 GB.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means the customer used a total of 6 + 7 = 13 GB of data during the month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you made a piecewise function to model this, that function would look like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 63.95 for x <= 6 \n" ); document.write( "y = 63.95 + 7.95 * (x - 6) for x > 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this piecewise function, the value of x is the total GB of data used.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 13, the second piecewise function would be used.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would then get y = 63.95 + 7.95 * (13 - 6) = 119.6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since you know y, but don't know x, you would assume the second function because y > 63.95 indicates additional usage of data over the minimum.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second function becomes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "119.6 = 63.95 + 7.95 * (x - 6) \n" ); document.write( "simplify this to get: \n" ); document.write( "119.6 = 63.95 + 7.95 * x - 47.7 \n" ); document.write( "combine like terms to get: \n" ); document.write( "119.6 = 7.95 * x + 16.25 \n" ); document.write( "subtract 16.25 from both sides of the equation to get: \n" ); document.write( "103.35 = 7.95 * x \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 103.35 / 7.95 = 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means that the total number of GB used during the month is 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |