The sum of three consecutive integers is 90. So you know that 3 numbers that are next to each other in numerical order equals 90.
First step: Make an equation:
Let's take x as the smallest of the three numbers.
[tex]x +(x+1)+(x+2)=90[/tex]
2nd step: Open the brackets:
[tex]x+x+1+x+2=90[/tex]
3rd step: Simplify:
[tex]3x+3=90[/tex]
4th step: Keep similar integers on one side of the equation
[tex]3x+3-3=90-3[/tex]
5th step: Solve for x:
[tex]3x=87[/tex]
[tex]\frac{3x}{3} =\frac{87}{3}[/tex]
[tex]x=29[/tex]
So if the numbers are consecutive, they have to be next to each other.
Answer: 29, 30, 31
If you want more answers like this, check my profile to see other descriptive answers I made.
what is the value of the 9 in 0.792
Which is the same as dividing a number by 1,000?
Answer:
yoou move the decimal place 3 times to the left
Step-by-step explanation:
Answer:
Move 3 times to the left
Step-by-step explanation:
Darcy plants some flowers in her back yard. She plants 5 zinnias and 7 verbenas in each of her 3 flower beds. What is the total number of flowers she planted?
"given a population in which the probability of success is p = 0.20, if a sample of 500 items is taken, then calculate the probability the proportion of successes in the sample will be between 0.18 and 0.23 if the sample size is 200."
To find the probability that the proportion of successes in a sample is between 0.18 and 0.23, we approximate the binomial distribution with a normal distribution and calculate the z-scores for the specified values using the distribution N(0.2, sqrt((0.2)(0.8)/200)).
Explanation:To calculate the probability of the proportion of successes being between 0.18 and 0.23 for a population with a success probability of p = 0.20 and a sample size of n = 200, we use the sampling distribution of the sample proportion.
Firstly, to ensure the use of the normal approximation, we check the conditions: np = 40 and nq = 160, both greater than 5, allowing us to approximate the binomial distribution with a normal distribution where μ = p and σ = sqrt(pq/n).
For n = 200 and p = 0.20, the sampling distribution of the sample proportion p' is approximately N(0.2, sqrt((0.2)(0.8)/200)). Using this distribution, we can calculate the z-scores for 0.18 and 0.23 and then use standard normal distribution tables or software to find the probability that p' falls between these two values.
Learn more about Sampling Distribution here:https://brainly.com/question/39609355
#SPJ2
A die is rolled 360 times. find the standard deviation of the number of times a 3 will be rolled.
The standard deviation for the number of times a 3 will be rolled in 360 dice rolls is approximately 17.32, calculated using the binomial distribution's standard deviation formula.
The question asks for the standard deviation of the number of times a 3 will be rolled when a die is rolled 360 times. Since each face of a six-sided die has an equal probability of landing upright, the chance of rolling a 3 is 1/6. To calculate the standard deviation, we first find the expected value (mean) of the number of times a 3 will come up, which is 360 rolls multiplied by the probability of 1/6, resulting in an expected value of 60. Then we use the binomial distribution formula, where the standard deviation (σ) is given by the square root of the product of the number of trials (n), the probability of success (p), and the probability of failure (q), which is σ = √(npq). In this case, it is σ = √(360*(1/6)*(5/6)) which simplifies to σ = √(300) or approximately 17.32.
when robert was born,he weighed 8 pounds. how many ounces did he weigh?
the highest temperature in Denver is -23.7 on February 7. the highest temperature the next day was 5 warmer. what was the next day high temoerature
52 companies; 25% increase
Which number is irrational?
A.-4
B.2/9
C.sqrt of 11
D.8.26... (repeating 6 only)
Answer:
C. sqrt of 11
Step-by-step explanation:
A Midwestern competition awarded 38 ribbons. The number of blue ribbons was 1 less than the number of white ribbons. The number of red ribbons was 3 more than the number of white ribbons. How many of each kind of ribbons was awrded?
A bicyclist was going from point A to point B with a speed of 12 km/h. On the way back he increased his speed to 18 km/h and covered the distance in 15 minutes less. What is the distance between point A and point B?
Answer:
points
Step-by-step explanation:
Write the phrase “all real numbers that are greater than −4 and less than or equal to 7” as a compound inequality.
Answer:
-4< X ≥ 7
Step-by-step explanation:
The sign of < indicates greater than, so that would express numbers greater than -4 and the sign ≥means smaller or less valuable or equal to, so with that you represent equal or less than 7, with that expression you can represent all the real numbers that are greater than -4 and less or equal to 7.
WHAT IS 7.75 TIMES −1 2/3 PLZZ HELP ME I'LL GIVE U 15 PIONTS
I need the answer for this problem help
Why do computer manufacturers typically make their new processors backward compatible with earlier processors?
Backward compatible typically means that the new invention would be compatible with previous inventions. So in this case, the new processor is compatible with the older processors. This is intended so that programs made for older processors can be used on the new one without the need for further modification.
The equation of a parabola is y=x2–10x+25. Write the equation in vertex form.
Answer:
y=(x–5)^2
Step-by-step explanation:
A person who is 5.8 feet tall is standing in a pool. the top of the person's head is 1.6 feet above the surface of the water. how deep is the pool? write your answer as a decimal.
Answer:
The answer is 4.2 feet
Step-by-step explanation:
What are the steps for using a compass and straightedge to construct a square ?
In how many ways can you arrange 3 out of 5 books (a, b, c, d, and
e.on a shelf, if the order of each arrangement matters (so abc is different from cba)?
There are 60 different ways to arrange 3 out of 5 books on a shelf with the order mattering. So option (c) is correct.
To calculate the number of ways to arrange 3 out of 5 books with order mattering, we'll use the permutation formula [tex]\( P(n, k) = \frac{{n!}}{{(n-k)!}} \)[/tex], where ( n ) is the total number of items and ( k ) is the number of items to arrange.
In this case, we have ( n = 5 ) books and we want to arrange ( k = 3 ) of
them. So, [tex]\( P(5, 3) = \frac{{5!}}{{(5-3)!}} \)[/tex].
Let's break down the calculation step by step:
Calculate ( 5! ):
[tex]\( 5! = 5 \times 4 \times 3 \times 2 \times 1 = 120 \).[/tex]
Calculate [tex]\( (5-3)! = 2! \)[/tex]:
[tex]\( (5-3)! = 2! = 2 \times 1 = 2 \).[/tex]
Divide [tex]\( 5! \) by \( (5-3)! \)[/tex]:
[tex]\( \frac{{5!}}{{(5-3)!}} = \frac{{120}}{{2}} = 60 \).[/tex]
So, there are 60 different ways to arrange 3 out of 5 books on a shelf with the order mattering.
The correct answer is: c. 60
Complete Question:
In how many ways can you arrange 3 out of 5 books (A, B, C, D, and E) on a shelf, if the order of each arrangement matters (so ABC is different from CBA)?
a. 5
b. 120
c. 60
d. 10
A store and a bank would both charge fees for _____.
failure to maintain a minimum balance
paying a bill online
conducting transactions with a teller
bouncing a check
Answer:
bouncing a check
Step-by-step explanation:
Bouncing a check occurs when you write a check for more money than you have in your account.
A bank charges a fee any time you bounce a check.
The store that you write a bounced check to will also charge you a fee.
In a crayon box there are 5 dark colors for every 8 light colors if there are 20 dark colors how many light colors are there?
the numbers on the football field indicate 10 yards increments. you walk around the perimeter of the football field between the pylons. you walk a distance of 306 2/3. find the perimeter of one end zone
Answer:
Perimeter of one end zone = 126.66 yards.
Step-by-step explanation:
Perimeter of the football field between the pylons = Perimeter of ABCD in the figure = [tex]306\frac{2}{3}[/tex]
Now in figure we can see, If we remove the length of line segment AB and CD, we will left with sides of end zones AD and BC.
AD + BC = 306.67 - 200 ( each increment by 10 , therefore 10 x 10 + 10 x 10 = 200) = 106.67 yards
In figure, we can see AD = PQ = BC = half of 106.67 yards
So, PQ + AD = 106.67
Now, For one end zone which is of triangular shape, Perimeter = PQ + AD + AP + QD = 106.67 + 10 + 10 = 126.67 yards
Note:- In figure, we can see AP = QD = 10 (∵ increment by 10 yards)
Thus, the perimeter of one end zone is 126.67 yards.
The perimeter of one end zone is 126.67 yards.
To calculate this, we first need to know the total perimeter of the football field. The numbers on the field indicate 10-yard increments, so we can count 10 yards between each pair of pylons. There are 10 pairs of pylons on the field, so the total perimeter of the field is 10 * 10 = 100 yards.
The football field is 120 yards long, including the end zones. This means that each end zone is 10 yards long. Therefore, the perimeter of one end zone is 2 * 10 = 20 yards.
However, the end zones are not straight lines. They are curved, with a radius of 10 yards. This means that the perimeter of one end zone is not just 20 yards. We need to use the formula for the circumference of a circle to find the perimeter of the curved part of the end zone.
The formula for the circumference of a circle is C = 2πr, where C is the circumference, r is the radius, and π is a mathematical constant approximately equal to 3.14159.
Plugging in the values for the radius of the end zone, we get C = 2π(10) ≈ 62.83 yards.
Therefore, the perimeter of one end zone is 20 + 62.83 = 82.83 yards.
Josh rented a truck for one day. There was a base fee of$14.99,and there was an additional charge of81cent for each mile driven. Josh had to pay$117.05 when he returned the truck. For how many miles did he drive the truck
What is the Estimate 169+354
Students collected data about the capacities of their lungs by inflating balloons with a single breath. they measured the circumference of the balloons in centimeters. each student completed three trials and calculated the average. balloon circumference (cm) student trial 1 trial 2 trial 3 average 1 66.0 66.5 68.5 67.0 2 67.5 64.0 70.5 67.3 3 60.3 60.5 60.5 61.0 4 55.0 58.0 59.0 57.3 which student miscalculated her average? 1. student 1 2. student 2 3. student 3 4. student 4
Jesse and three friends buy snacks for a hike. They buy trail mix for $5.42, apples for $2.55, and granola bars for $3.39. If the four friends split the cost of the snacks equally, how much should each friend pay?
Answer:
$2.84 is your answer
The area of a rectangle is 55 yd^2 , and the length of the rectangle is 4 yd less than three times the width. Find the dimensions of the rectangle.
Please help ASAP!
To determine the dimensions of the rectangle, set up a quadratic equation using the given area and the relationship between the length and width, then solve for the width and consequently the length.
Explanation:To find the dimensions of the rectangle with an area of 55 yd2 and a length that is 4 yards less than three times the width, we need to set up and solve a quadratic equation. Let the width be x yards. According to the problem, the length is 3x - 4 yards. The area of a rectangle is calculated by multiplying the length by the width, so we have the equation:
x(3x - 4) = 55
Distribute x across the expression:
3x2 - 4x = 55
To solve for x, we need to move all terms to one side of the equation to set it equal to zero:
3x2 - 4x - 55 = 0
This is a quadratic equation that we can solve by factoring, completing the square, or using the quadratic formula. It appears that this equation is not easily factorable; thus, the quadratic formula might be the best approach:
x = ∛{-b ± √{b2 - 4ac}}/2a
In this equation, a = 3, b = -4, and c = -55:
x = ∛{4 ± √{(-4)2 - 4(3)(-55)}}/(2·3)
Simplifying under the square root and solving for x, we get the width of the rectangle, and subsequently, we get the length by substituting x back into 3x - 4.
What is the image of E for a dilation with center (0, 0) and a scale factor of 6?
(30, 6)
(-30, 6)
(30, -1)
(-30, 1)
Answer:
-30, 6
Step-by-step explanation:
6x-5= =30
1x6=6
identify the graph of the line 3x-7y=-21
Please give the answer and how to work it out!