5 consecutive even integers: 2n, 2n+2, 2n+4, 2n+6, 2n+8 for any integer n The sum of the two smallest of five consecutive even integers is 50 less than the sum of the other three integers: 2n + 2n+2 = 2n+4 + 2n+6 + 2n+8 - 504n + 2 = 6n -3234 = 2nn = 17 <span>The smallest integer in our sequence is 2n = 2*17 = 34</span> Check:2n + 2n+2 = 2n+4 + 2n+6 + 2n+8 - 5034 + 36 = 38 + 40 + 42 - 5070 = 120 - 5070 = 70
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.
Answer:
The answer is 12 big fish.
At a z-score of 1.80, the percentage of the scores that are better than yours is equal to 3.59%.
<h3>What is a z-score?</h3>
In Mathematics, a z-score is sometimes referred to as a z-value or standard score and it can be defined as a measure of the distance between a raw score and the mean, when standard deviation units are used.
<h3>How to determine the percentage?</h3>
Mathematically, the z-score of a given sample score in a normal distribution can be calculated by using this formula:
Z-score = (x - μ)/σ
Where:
- x represents the sample score.
- σ represents the standard deviation.
- μ represents the mean score.
Since a score of 85 on a test corresponds to a z-score of 1.80, the percentage of the scores that are better than yours is given by:
P(x > 85) = P(z > 1.80)
P(z > 1.80) = 0.0359
P(z > 1.80) = 3.59%.
Read more on z-scores here: brainly.com/question/26714379
#SPJ1