Answer:
Step-by-step explanation:
f(9) = |9 + 9| = |18| = 18
f(-4) = |-4 + 9| = |5| = 5
f(0) = |0 + 9| = |9| = 9
pretty boring examples as you're always taking the absolute value of a positive number.
what do you suppose f(-12) is???
f(-12) = |-12 + 9| = |-3| = 3
Answer:
9.4
Step-by-step explanation:
interpret and match The approximate
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Ok so
since we h ave
3.5=1 day's morning
and
2.3=1 day's afternoon
we need to add them to find 1 day and multiply by 6 (number of days)
that answer is not listted so we make into anohter form
this wold be
6 times (3.5 +2.3)
if we distributed
a(b+c)=ab+ac
6(3.5+2.3)=6 times 3.5+6 times 2.3
this is D