Answer:
15:5 is the ratio of apples to oranges and 5:15 if reverse
Answer:
t = 1.025c + 5.99
Step-by-step explanation:
Recall : general for of a linear equation is given by :
y = mx + c
Given the following :
Item cost = c
Shipping charge = $5.99
Tax on purchases = 2.5%
Total cost, t
t = c + tax + shipping cost
Tax on purchase : 2.5% * item cost ; 0.025c
Shipping = $5.99
Hence,
Total cost, t = c + 0.025c + 5.99
t = 1.025c + 5.99
1. 2.00321
2. 2.01465
3. 2.0155
4. 2.04285
Answer:
The equation of the line is y = x + 1
Step-by-step explanation:
In order to find this, start with two points that are on the line. We'll use (0, 1) and (1, 2). Now we can use the slope formula to find the slope.
m(slope) = (y2 - y1)/(x2 - x1)
m = (2 - 1)/(1 - 0)
m = 1/1
m = 1
Now that we have this, we can use that slope and a point in point-slope form. Then we solve for y to get the equation.
y - y1 = m(x - x1)
y - 1 = 1(x - 0)
y - 1 = 1x
y = 1x + 1