5. Writing a Function Rule
Sign In
Cost of Meal | Money Left |
---|---|
$15 | $37.75 |
$21 | $30.85 |
$24 | $27.40 |
$30 | $20.50 |
Cost of Meal, c | Cost + Tip | Total Cost | $55 - Total cost |
---|---|---|---|
$15 | 15+0.15 * 15 | 17.25 | $37.75 |
$21 | 21+0.15 * 21 | 24.15 | $30.85 |
$24 | 24+0.15 * 24 | 27.60 | $27.40 |
$30 | 30+0.15 * 30 | 34.50 | $20.50 |
This work is shown in Part A. We can write an equation for this. Let m be the amount of money we have left after paying the cost of the meal c and a tip of 15 %. m = 55 - (c +0.15c) ⇕ m=55-1.15c
Cost of Meal, c | Money Left, m |
---|---|
$15 | $37.75 |
$21 | $30.85 |
$24 | $27.40 |
$30 | $20.50 |
From the table, we can gather the (x,y) coordinate pairs that we will use to graph the function.
c | m | (c,m) |
---|---|---|
15 | 37.75 | ( 15, 37.75) |
21 | 30.85 | ( 21, 30.85) |
24 | 27.40 | ( 24, 27.40) |
30 | 20.50 | ( 30, 20.50) |
To graph, we will plot the points, then connect them with a line.