Answer:
$166.66
Step-by-step explanation:
45.99 + 32.98 + 74.99 =153.96
153.96(1.0825)= 166.66
The graph shows a nonlinear function. This is because the line is not straight. I hope this helps :) <span />
Answer:
y = 50
Step-by-step explanation:
Firstly, let's make an equation. We know that when y is 15, x is 3. Or, in other words, y is 5 times what x is. Therefore we can use the equation, y = 5x.
Now, just plug x into the equation.
y = 5(10)
y = 50
I don’t know how to do this type stuff so sorry hope someone els can help u tho
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4