Answer:
l( longer side ) = 12cm
S (shorter side) =9cm
D's( distance between the shorter side). ( It is also the height. I hope you got the clue…)
Anyway,
Area=9X8=72cm^2
Distance of the longer sides is
Area/the length of the longer side
72/12=6cm…
Distance between the longer sides is 6cm
Hope this helps…
Answer:
a. We are confident that the mean admission rate is between 52.8% and 75.0%
Step-by-step explanation:
When you have an unknown population parameter you can use a sample to delimit an interval in which this parameter is, the interval is called confidence interval and the confidence level is the probability of the parameter being inside the interval. The confidence interval is represented by a pair of numbers, in this case, the pair is (52.8%, 75.0%) and the confidence level is 95%, with that level you can say that you're confident that the mean admission rate is between (52.8%, 75.0%).
Is there a restriction that the set must be positive? or whole numbers? Because negative numbers can be even, which makes your set an infinite list of numbers.
Natural numbers: P = {2, 4, 6, 8, 10}
Whole numbers: P = {0, 2, 4, 6, 8, 10}
All real numbers: P = {2n ;n ≤ 5}
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
Answer:
False
Step-by-step explanation: