364,610 views
12 votes
12 votes
Two beachfront stores rent surfboards according to the following table. Use the cost tables for the two services to create a linear system of equations. Then solve the system to determine when the cost of the two services will be equal. What will be the cost?

Two beachfront stores rent surfboards according to the following table. Use the cost-example-1
User A Farmanbar
by
2.8k points

1 Answer

23 votes
23 votes

The tables represent the linear relationship between the rental cost (y) of a surfboard with respect to the time (x) for two beachfront stores "Hang Ten" and "Waverider"

To determine the equations that represent the linear relationship between the rental cost and the rental time for each shop, the first step is to determine the slope of the line using the following formula:


m=(y_1-y_2)/(x_1-x_2)

Where

m is the slope

(x₁,y₁) are the coordinates of one point of the line

(x₂,y₂) are the coordinates of a second point of the line

For this example, the variable time (x) is the independent variable, i.e. it represents the variable in the x-axis. And the variable rental cost (y) is the dependent variable represented by the values of the y-axis.

The second step, once the slope is calculated, is to use the point-slope form to calculate the equation of each line.

For "Hang Ten"

First step: Calculate the slope

To calculate the slope you have to choose any two ordered pair of the table, for example, (3,68) and (2,48) and replace them in the formula above:


\begin{gathered} m=(68-48)/(3-2) \\ m=(20)/(1) \\ m=20 \end{gathered}

The slope of this line is m=20$/h

Second step: Using the point-slope form you can determine the equation of the line.

The point-slope form is:


y-y_1=m(x-x_1)

Where

m is the slope

(x₁,y₁) are the coordinates of one point of the line

Using the point (1,28) and the slope m=20, the equation of the line is:


y-28=20(x-1)

You can express it in slope-intercept form by writing the equation in terms of y.

For this, first, you have to distribute the multiplication on the parentheses term:


\begin{gathered} y-28=20\cdot x-20\cdot1 \\ y-28=20x-20 \end{gathered}

Then pass -28 to the right side of the equation by applying the opposite operation +28 to both sides of it:


\begin{gathered} y-28+28=20x-20+28 \\ y=20x+8 \end{gathered}

The equation that represents the relationship between the rental cost of a surfboard and the time it was rented at the shop "Hang Ten" is y=20x+8

For "Waverider"

First step: calculate the slope

Same as what we did for the first store, you have to choose two ordered pairs from the table of prices of this store and replace them in the formula to calculate the slope.

I will use the ordered pairs (4,97) and (3,80)


\begin{gathered} m=(97-80)/(4-3) \\ m=(17)/(1) \\ m=17 \end{gathered}

The slope for this relationship is 17$/h

Second step: using the point-slope form you can determine the equation of the line:


y-y_1=m(x-x_1_{})

Where

m is the slope

(x₁,y₁) are the coordinates of one point of the line

Using the point (2,63) and slope m=17 the equation for the line is:


y-63=17(x-2)

As before, let's express it in slope-intercept form.

First, distribute the multiplication on the parentheses term


\begin{gathered} y-63=17\cdot x-17\cdot2 \\ y-63=17x-34 \end{gathered}

Second, pass -63 to the right side of the equation by applying the opposite operation, +63, to both sides of it:


\begin{gathered} y-63+63=17x-34+63 \\ y=17x+29 \end{gathered}

The equation that represents the linear relationship between the rental cost of a surfboard and the time for the shop Waverider is: y=17x+29

So we have determined the system of linear equations


\begin{cases}y=20x+8 \\ y=17x+29\end{cases}

To determine the time when both services will have the same cost, you have to equal both equations and solve for x:


20x+8=17x+29

First, pass the x-term to the left side of the equation by applying the opposite operation to both sides of it. Repeat it to pass 8 to the left side of the equation.


\begin{gathered} 20x-17x+8=17x-17x+29 \\ 3x+8=29 \\ 3x+8-8=29-8 \\ 3x=21 \end{gathered}

Second, since the x-term is multiplied by "3", you have to divide it by 3 to cancel the multiplication, and, to keep the equality valid, any operation done to one side of the equal sign must be done to the other side, so you have to divide 21 by 3 too:


\begin{gathered} (3x)/(3)=(21)/(3) \\ x=7 \end{gathered}

This means that at 7 hours of the rental, the cost for both services will be the same.

Finally, to determine the said cost, you have to replace either equation with x=7 and calculate for y:


\begin{gathered} y=20x+8 \\ y=20\cdot7+8 \\ y=148 \end{gathered}

The cost for renting a surfboard for 7 hours will be $148 for both shops.

User MarcE
by
3.1k points