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
Answer:
$21.57
Step-by-step explanation:
4.5 (1.22) + 0.8 (1.70) + 4.6 (3.20) =
5.49 + 1.36 + 14.72
21.57
(1 + v)(v - 7)
1*(v - 7) + v(v - 7)
1*v - 1*7 + v*v - v*7
v - 7 + v² - 7v
v² - 7v + v - 7
v² - 6v - 7
I hope this helps.
<h3>
Answer: $59.25</h3>
========================================================
Explanation:
There are two approaches
Method 1
25% of 79 = 0.25*79 = 19.75
Mary saves $19.75 and the price before tax is 79 - 19.75 = 59.25
-----------------------------
Method 2
She saves 25% so she must pay the remaining 75%
75% of 79 = 0.75*79 = 59.25
This is a slight shortcut, and it's very useful when it comes to chaining multiple discounts together.
Answer:
f(-3) =16
Step-by-step explanation:
f(x) = -5x + 1
f(-3) means let x=-3
Substituting x=-3 into the equation
f(-3) = -5 (-3) +1
Multiplying -5 and -3
f(-3) = 15+1
f(-3) =16