You can
put this solution on YOUR website!A long distance telephone calling card charges $0.05 per minute, but adds on a $0.75 charge for each call dialed. Using 'C' for the number of calls made and 'I' for the time spent talking, create an expression that will keep track of the cost of using the card.
"cost of using card" = "total dialing charges" + "total minutes called"
"cost of using card" = .75C + .05I
.
Using the expression created calculate the remaining value on a $20.00 phone card after 5 calls that lasted a total of 26 minutes.
"remaining cost" = "current value" - "cost"
"remaining cost" = 20 - (.75C + .05I)
"remaining cost" = 20 - (.75(5) + .05(26))
"remaining cost" = 20 - (3.75 + .1.3)
"remaining cost" = 20 - 5.05
"remaining cost" = $14.95