Answer:
E) $1.05
Step-by-step explanation:
before sale: $1.35×12=$16.20
during sale: $0.95×(12×3)=$34.20
total money spent=$16.20+$34.20=$50.40
total bars bought=12+(12×3)=48
average=

Convert into percent
406/100 = 406%
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
The required equation is <u>135 + 9x > 250</u>.
The number of lawns Ed must mow is assumed to be x.
The amount Ed charges for each lawn he mows is $9.
Thus, the total amount Ed earns by mowing x lawns = $9x.
The savings which Ed has is $135.
Thus, the total amount Ed will have to spend can be written as the expression, $(135 + 9x).
The cost of the video game is given to be $250.
We are asked to write an equation, that can be used to find the number of lawns Ed mow, that is x so that the amount Ed has will be more than the amount he needs to buy the video game.
This can be shown as the equation:
Total amount Ed has > Cost of the video game,
or, 135 + 9x > 250.
Thus, the required equation is <u>135 + 9x > 250</u>.
Learn more about writing equations at
brainly.com/question/25235995
#SPJ1