4 toppings
10+1.25x=15
Subtract 10 both sides
1.25x=5
Divide both sides by 1.25
x=4
1.<AFC
2.<AFD
3.<AFE
4.<AFB
#5, 6 and 7
m<BAE = 59
m<BAC + m<CAD + m<DAE = m<BAE
4x - 20 + x + 12 + x + 1 = 59
6x - 7 = 59
6x = 59 + 7
6x = 66
x = 11
m<BAC = 4x - 20 = 4(11) - 20 = 24
m<CAD = x + 12 = 11 + 12 = 23
m<BAE = x + 1 = 11 + 1 = 12
answer
5.
m<BAC = 24
6.
m<CAD = 23
7.
m<BAE = 12
#8, 9 and 10
m<BAE = 130
m<BAC + m<CAD + m<DAE = m<BAE
3x - 10 + 2x + 5 + x + 15 = 130
6x + 10 = 130
6x = 120
x = 20
m<BAC = 3x - 10 = 3(20) - 10 = 60 -10 = 50
m<CAD = 2x + 5 = 2(20) + 5 = 40 + 5 = 45
m<DAE = x + 5 = 20 + 15 = 35
answer
8.
m<BAC = 50
9.
m<CAD = 45
10.
m<DAE = 35
t (23) ≤ 97 - 23
The minus 23 at the back represents the feet she already descended before what the question wants us to calculate
≤ is used instead of < because it states more than, not "equal or more than" (meaning 97 sharp is fine)
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
Answer:
D.
Step-by-step explanation:
Statistics has a lot of usage in business.
Using statistics as well as statistical tools helps in the provision of data to be used for business analysis. With available data we can get patterns in a a large database. Statistics can be used for auditing, as in question option b. For option c, statistics can be used for making business forecasts after the careful observation of trends and patterns that are in the data.
Option d does not make use of statistics. It has nothing to do with statistics neither does it have a computational feature.
Therefore, d.) questioning the executive's strategic decision is the answer to this question