Answer:
61,940
Step-by-step explanation:
For a recursive sequence of reasonable length, it is convenient to use a suitable calculator for figuring the terms of it. Since each term not only depends on previous terms, but also depends on the term number, it works well to use a spreadsheet for doing the calculations. The formula is easily entered and replicated for as many terms as may be required.
__
The result of executing the given algorithm is shown in the attachment. (We have assumed that g_1 means g[-1], and that g_2 means g[-2]. These are the starting values required to compute g[0] when k=0.
That calculation looks like ...
g[0] = (0 -1)×g[-1] +g[-2} = (-1)(9) +5 = -4
The attachment shows the last term (for k=8) is 61,940.
Answer:
72 cents.
Step-by-step explanation:
The expected winnings is the amount times the probability that you will get that amount.
2,000 * (1/10,000) = 2,000 / 10,000 = 2 / 10 = 0.2.
700 * (4 / 10,000) = 2,800 / 10,000 = 28 / 100 = 0.28.
300 * (8 / 10,000) = 2,400 / 10,000 = 24 / 100 = 0.24.
0.2 + 0.28 + 0.24 = 0.72.
Hope this helps!
Answer:
Pythagorean Theorem: c2 = a2 + b2
Find the area by adding the areas of the three triangles. The area of a right triangle is: A = ½bh
Two triangles are identical so you can just multiply the area of the first triangle by two: 2A1 = 2(½bh) = 2(½ab) = ab.
The total area of the trapezoid is : A1 + A2 = ab + ½c2
You multiply both sides by 2 to get rid of the ½: (a2 + 2ab + b2) = 2ab + c2
You subtract out the 2ab: a2 + b2 = c2.
Then what is left is the proof: a2 + b2 = c2
An absolute value inequality that represents the weight of a 5-foot male who would not meet the minimum or maximum weight requirement allowed to enlist in the Army is 97 lbs < x < 132 lbs.
<h3>What are inequalities?</h3>
Inequalities help us to compare two unequal expressions. Also, it helps us to compare the non-equal expressions so that an equation can be formed.
It is mostly denoted by the symbol <, >, ≤, and ≥.
The median weight for a 5 foot tall male to enlist in the US Army is 114.5 lbs. This weight can vary by 17.5 lbs. Therefore, the inequality can be written as,
(114.5 - 17.5) lbs < x < (114.5 + 17.5) lbs
97 lbs < x < 132 lbs
Hence, an absolute value inequality that represents the weight of a 5-foot male who would not meet the minimum or maximum weight requirement allowed to enlist in the Army is 97 lbs < x < 132 lbs.
Learn more about Inequality:
brainly.com/question/19491153
#SPJ1