Using patterns created by the equation y=14x

, what is the value of y
when x=6
?

9 answers

When x=6, we can substitute this value into the equation y=14x to find the value of y.

y = 14(6)
y = 84

So, when x=6, y=84.
Question
Lisa makes a weekly salary of $300. She also gets a $100 bonus every month she works at least 8 shifts. What is the equation that represents her total with a bonus?(1 point)
y=x+
To represent Lisa's total salary with a bonus, we need to consider two scenarios:

1. Her regular weekly salary of $300 regardless of the number of shifts.
2. An additional $100 bonus if she works at least 8 shifts in a month.

Let x represent the number of shifts Lisa works. The equation that represents Lisa's total with a bonus is:

y = 300 + 100*(x >= 8)

Here, the expression (x >= 8) evaluates to 1 if Lisa works at least 8 shifts in a month, and 0 if she works less than 8 shifts. The $100 bonus is added to her total if this condition is true.
wait whats the answer
The equation that represents Lisa's total salary with a bonus is:

y = 300 + 100*(x ≥ 8)

This means Lisa's total salary will be $300 per week plus a $100 bonus if she works at least 8 shifts.
8?
Apologies for the confusion. I understand you are asking for the equation to represent Lisa's total salary with a bonus if she works exactly 8 shifts.

If Lisa works exactly 8 shifts, the equation can be written as:

y = 300 + 100*(x = 8)

Therefore, the equation representing Lisa's total salary with a bonus when she works exactly 8 shifts is:

y = 300 + 100*(x = 8)
8 is not the answer
If Lisa gets a $100 bonus every month she works at least 8 shifts, the equation that represents her total salary with a bonus is:

y = 300 + 100 * (x >= 8)

This equation accounts for Lisa's regular weekly salary of $300 and adds a $100 bonus if she works at least 8 shifts in a month.