Answer:
height = 11.5 in
Step-by-step explanation:
The area (A) of a trapezoid is calculated using the formula
A = h(a + b)
where h is the height and a, b the bases
here a = 21, b = 8 and A = 166.75, hence
h(21 + 8) = 166.75
Multiply both sides by 2 to eliminate the fraction
29h = 333.5 ( divide both sides by 29 )
h = 11.5 in
<span>The computation for the confidence level = (18/20) x 100% =
90 %, the E or the margin error = 0.023 and the p = to 0.71. Confidence
interval can be achieved by using the formula (p-E, p+E) = (0.71-0.025,
0.71+0.025). Therefore, the confidence interval is (0.685,0.735).</span>
Answer:
33
Step-by-step explanation:
1254 divided by 38 is 33
Answer:
27 & 72
Step-by-step explanation:
3*24=72 and 3*9=27 so they are both divisible by 3 and also if you subtract 24 from 72 you get 45. get it now?
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: