What is the mean of the data set?

10, 15, 14, 8, 18, 11, 12, 12, 10, 10, 17, 16


12.00

12.25

12.75

15.50

Answers

Answer 1
The answer is 17.75 :D
I just had this question on a test and that's the answer!!!
u just add then all together and divide them by how any numbers there are!!
10 + 15 + 14 + 8 + 18 + 11 + 12 + 12 + 10 + 10 + 17 + 16 = 153/12 = 12.75

Answer 2

Answer:

the answer is 12.75

Step-by-step explanation:

btw if you need the median is 12 :>


Related Questions

the sum od the squares of two consecutive even integers is 164. Find the integers.

Answers

Let x be the smaller integer, then x+2 is the larger integer.
We're given 
x^2+(x+2)^2=164
Expand and simplify
2x^2+4x+4=164
x^2+2x-80=0
(x-8)(x+10)=0
=> x=-10 or x=8.

Therefore the integers are{8,10} or {-10,-8}.
Note: question asks for integers, so negative integers count.

The consecutive even integers whose squares sum to 164 are [tex]\(8\) and \(10\) or \(-10\) and \(-8\).[/tex]

Let the two consecutive even integers be  [tex]\( x \) and \( x + 2 \).[/tex]

The sum of their squares is given by:

[tex]\[ x^2 + (x + 2)^2 = 164 \][/tex]

Expanding and simplifying this equation:

[tex]\[ x^2 + (x^2 + 4x + 4) = 164 \]\[ 2x^2 + 4x + 4 = 164 \]\[ 2x^2 + 4x + 4 - 164 = 0 \]\[ 2x^2 + 4x - 160 = 0 \]\[ x^2 + 2x - 80 = 0 \][/tex]

Now, solve the quadratic equation [tex]\( x^2 + 2x - 80 = 0 \).[/tex]  We use the quadratic formula  [tex]\( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \),[/tex]  where [tex]\( a = 1 \), \( b = 2 \), and \( c = -80 \).[/tex]

[tex]\[ x = \frac{-2 \pm \sqrt{2^2 - 4 \cdot 1 \cdot (-80)}}{2 \cdot 1} \]\[ x = \frac{-2 \pm \sqrt{4 + 320}}{2} \]\[ x = \frac{-2 \pm \sqrt{324}}{2} \]\[ x = \frac{-2 \pm 18}{2} \][/tex]

This gives us two solutions:

[tex]\[ x = \frac{-2 + 18}{2} = \frac{16}{2} = 8 \]\[ x = \frac{-2 - 18}{2} = \frac{-20}{2} = -10 \][/tex]

So, the two pairs of consecutive even integers are  [tex]\( 8 \) and \( 10 \), or \( -10 \) and \( -8 \).[/tex]

Therefore, the integers are [tex]\( 8 \) and \( 10 \), or \( -10 \) and \( -8 \).[/tex]


A point undergoes two transformations. The x-coordinate's sign changes and the y-coordinate increases. What were the transformations?


The point was reflected over the y-axis and translated down.The point was reflected over the x-axis and translated to the right.The point was reflected over the y-axis and translated up.The point was reflected over the x-axis and translated to the left.

Answers

The 3rd choice corresponds to the description.

_____
Translation over the y-axis changes the sign of the x-coordinate. Translation upward increases the value of the y-coordinate.

Answer:  The correct option is

(C) The point was reflected over the y-axis and translated up.

Step-by-step explanation:  Given that a point undergoes two transformations as follows :

"The x-coordinate's sign changes and the y-coordinate increases."

We are to select the correct transformations.

We know that

when x co-ordinate's sign changes, the point (x, y) becomes (-x, y). This is reflection across y-axis.

And, if y co-ordinate increases by k units, then (x, y) becomes (x, y+k). That is, the point (x, y) is translated k units upwards.

Thus, the required transformations are

The point was reflected over the y-axis and translated up.

Option (C) is CORRECT.

jason deposit $5000 in a bank account that will pay him 4% simple interest annually if jason deposits no more than the initial $5000, how much money will be in the account at the end of five years ? (the formula for simple interest is l = prt or interest = principal * rate * time. use a decimal to express the interest when using that formula.)

Answers

[tex]\sf I=prt[/tex]

Plug in what we know:

[tex]\sf I=5000(0.04)(5)[/tex]

Multiply:

[tex]\sf I=1000[/tex]

Add this to the original amount.

[tex]\sf 5000+1000=\boxed{\sf \$ 6000}[/tex]

So he will have $6000 in his account after 5 years.

Find the exact length of the curve. y2 = 4(x + 1)3, 0 ≤ x ≤ 1, y > 0

Answers

We can find this using the formula: L= ∫√1+ (y')² dx

First we want to solve for y by taking the 1/2 power of both sides:

y=(4(x+1)³)^1/2
y=2(x+1)^3/2

Now, we can take the derivative using the chain rule:

y'=3(x+1)^1/2

We can then square this, so it can be plugged directly into the formula:

(y')²=(3√x+1)²
(y')²=9(x+1)
(y')²=9x+9

We can then plug this into the formula:

L= ∫√1+9x+9 dx *I can't type in the bounds directly on the integral, but the upper bound is 1 and the lower bound is 0
L= ∫(9x+10)^1/2 dx *use u-substitution to solve
L= ∫u^1/2 (du/9)
L= 1/9 ∫u^1/2 du
L= 1/9[(2/3)u^3/2]
L= 2/27 [(9x+10)^3/2] *upper bound is 1 and lower bound is 0
L= 2/27 [19^3/2-10^3/2]
L= 2/27 [√6859 - √1000]
L=3.792318765

The length of the curve is 2/27 [√6859 - √1000] or 3.792318765 units.
Final answer:

To find the exact length of the curve, we can use the concept of arc length. The formula for the arc length of a curve y = f(x) on the interval [a, b] is given by: L = ∫√(1 + (f'(x))^2) dx, where f'(x) is the derivative of f(x). In this case, y2 = 4(x + 1)3 can be rewritten as y = 2√(x + 1)^3. Taking the derivative of y with respect to x, we get y' = 3(x + 1)^(3/2). Plugging this into the formula for arc length: L = ∫√(1 + (3(x + 1)^(3/2))^2) dx = ∫√(1 + 9(x + 1)^3) dx. We can then evaluate this integral over the interval [0, 1] to find the exact length of the curve.

Explanation:

To find the exact length of the curve y2 = 4(x + 1)3, 0 ≤ x ≤ 1, y > 0, we can use the concept of arc length. The formula for the arc length of a curve y = f(x) on the interval [a, b] is given by:

L = ∫√(1 + (f'(x))^2) dx, where f'(x) is the derivative of f(x).

In this case, y2 = 4(x + 1)3 can be rewritten as y = 2√(x + 1)^3. Taking the derivative of y with respect to x, we get y' = 3(x + 1)^(3/2). Plugging this into the formula for arc length:

L = ∫√(1 + (3(x + 1)^(3/2))^2) dx = ∫√(1 + 9(x + 1)^3) dx

We can then evaluate this integral over the interval [0, 1] to find the exact length of the curve.

Find n for a series for which a649-14-01-00-00_files/i0160000.jpg = 30, d = -4, and Sn = -210.

Answers

We have:
a₁ = 30
d = -4
Sn = -210 
n = ?

The formula to find an is:
an = a₁ + (n - 1)d

Substituting the given numbers:
an = 30 + (n - 1)(-4) = -4n + 34

The formula for Sn is:
Sn = n/2 · (a₁ + an)

Substituting the formula found for an, we get:
Sn = n/2 · (30 + (-4n + 34)
     = n/2 · (30 - 4n + 34) 
     = n/2 · (64 - 4n)
     = 32n - 2n²

We know that Sn = -210, therefore we need to solve the equation:
32n - 2n² = -210
2n² - 32n - 210 = 0
n² - 16n - 105 = 0

Which gives you two solutions:
n₁ = -5 (not acceptable)
n₂ = 21

Therefore, the correct answer is n = 21


Answer:

b.

21

Step-by-step explanation:

Given 2 points (3,6) and (-2,5) explain or show how to calculate the slope explain in words

Answers

[tex]\bf \begin{array}{ccccccccc} &&x_1&&y_1&&x_2&&y_2\\ % (a,b) &&(~ 3 &,& 6~) % (c,d) &&(~ -2 &,& 5~) \end{array} \\\\\\ % slope = m slope = m\implies \cfrac{\stackrel{rise}{ y_2- y_1}}{\stackrel{run}{ x_2- x_1}}\implies \cfrac{5-6}{-2-3}\implies \cfrac{-1}{-5}\implies \cfrac{1}{5}[/tex]

Currently the Lowest tax bracket in the United States is ?
A.0%
B.1%
C.10%
D.15%

Answers

Answer: 10% -APEX

2 year late answer lol.

i need to know what “x” in the angle measures

Answers

x=[(x+60°)-20°]/2
x=(x+60°-20°)/2
x=(x+40°)/2
Solving for x: Multiplying both sides of the equation bu 2:
2x=2(x+40°)/2
2x=x+40°
Subtracting x both sides of the equation:
2x-x=x+40°-x
x=40°

Answer: x=40°

The lengths of the sides of a triangle are 10, 13, and 19. Classify the triangle as acute, right or obtuse.

Answers

it is abtuse angle because one of its angles is
110.72

Central High School plays Eastern High School in a basketball game. Eastern had double the score of Central before Central scored a three-pointer as the game ended.

The variable, c, represents Central's score before the three-pointer. Express the total points scored in the game as a variable expression.

Answers

Answer:

Central High School plays Eastern High School in a basketball game. Eastern had double the score of Central before Central scored a three-pointer as the game ended.

The variable, c, represents Central's score before the three-pointer. Express the total points scored in the game as a variable expression. Check all that apply.

Step-by-step explanation:

The total points scored in the game as a variable expression is 2c + c + 3.

What are equivalent expressions?

Those expressions who might look different but their simplified forms are same expressions are called equivalent expressions.

It is given that Central High School plays Eastern High School in a basketball game. Eastern had double the score of Central before Central scored a three-pointer as the game ended:

Let consider Central High School score be c

We knowt that the variable, c, represents Central's score before the three-pointer.

So, when Eastern doubled the score of Central, it is 2c

A Central scored a three-pointer as the game ended, it is + 3

To get the total points scored in the game, add all the actual variables

= (Eastern double points + Central single point + Central three-pointer)

= 2c + c + 3

So, the total points scored in the game as a variable expression is 2c + c + 3.

Learn more about expression here;

https://brainly.com/question/14083225

#SPJ2

PLEASE PLEEEASE HELP ME IM BEGGING YOU WITH ALL MY HEART YOU GET 20 POINTS Solve for m:(m-4)^3 = (1/8)^-1

Answers

You can simplify the right side. Then, you need to take cube roots.
  (m -4)³ = 1/(1/8) . . . rule of exponents
  (m -4)³ = 8 . . . . . . .simplify
  m -4 = ∛8 . . . . . . . take cube roots
  m -4 = 2 . . . . . . . . use your calculator or knowledge to find ∛8
  m = 6 . . . . . . . . . . add 4

The solution is m = 6.

_____
If you subtract the right side, you get a function of m that is zero when m has the right value. This graph shows that value is m = 6.
Your answer will be m=6. All you have to do is just take the square root of both sides and solve. Take the cubed root for each side of the equation t and set up an equation for m. then remove the perfect root factor, m-4 under the radical to solve for m. remove the negative exponent by writing (1/8)^-1 as 8. simplify the right side move all terms not containing m to the right side of the equation. since -4 does not contain  the variable to solve for, move it to the right side by adding 4 to both sides. then add 4+2 to get 6.

hat is the solution to the compound inequality 5x + 7 > −8 and 3x + 7 ≤ 19?

Answers

The first inequality has solution
.. 5x +7 > -8
.. 5x > -15 . . . . subtract 7
.. x > -3 . . . . . . divide by 5

The second inequality has solution
.. 3x +7 ≤ 19
.. 3x ≤ 12 . . . . . subtract 7
.. x ≤ 4 . . . . . . . divide by 3

The solution to the compound inequality is
.. -3 < x ≤ 4

Mailboxes plus sends packages overnight for $5 plus $0.25 per ounce. United packages cost $2 plus $0.35 per ounce. Mr.Molinari noticed that his package would cost the same to maill using either service. How much does his package weigh?

Answers

First, set up 2 equations, one for each service, using w for weight. (I'm using x for the first service, and y for the second one)

x=5+0.25w
y=2+0.35w

Since the prices (x and y) end up being the same, we can set the equations equal to each other:
5+0.25w=2+0.35w

Now, we can simplify and solve for w, the weight.
3=0.1w
30=w

So, his package weighs 30 ounces.

By setting up an equation equating the cost of shipping with both Mailboxes Plus and United Packages, we determine that Mr. Molinari's package weighs 30 ounces.

Mailboxes Plus charges a flat rate of $5 plus $0.25 per ounce, while United Packages charges $2 plus $0.35 per ounce. Since the cost is the same for either service, we can equate the two expressions and solve for the weight of the package in ounces.

Let x represent the weight of the package in ounces. The cost for Mailboxes Plus is then $5 + $0.25x, and for United Packages, it is $2 + $0.35x. Setting these two expressions equal to each other, we get:

$5 + $0.25x = $2 + $0.35x

Now, we will solve for x:

Subtract $2 from both sides: $3 + $0.25x = $0.35xSubtract $0.25x from both sides: $3 = $0.35x - $0.25xCombine like terms: $3 = $0.10xDivide both sides by $0.10: $3 / $0.10 = xSimplify: 30 ounces = x

Therefore, Mr. Molinari's package weighs 30 ounces.

the average heart pumps about 80ml of Blood each contraction. if your heart rate was 70 beats per minute, calculate the volume of Blood your heart pumps in one minute when you are resting. show your calculation.

at this rate how much blood would your heart pump in one hour? show your calculation.

Answers

The heart beat rate is 70beats/minute with 80ml of blood pumped every beat. Then, the volume of blood your heart pumps in one minute would be:

volume of blood per minute= volume per beat * beat per minute
volume of blood per minute= 80ml/beat * 70beat/minute= 560ml/ minute

volume of blood per hour would be: 560ml/minute * 60 minute/hour= 33.600 ml/hour

Answer:

Step-by-step explanation:33

Anita sees in her nutrition book that a 7.5-ounce cake has 900 calories how many calories will she save if only takes 2.5-ounce piece help please

Answers

You can set up a proportion. The quick answer is 600

7.5/900 = 2.5/x
x = 900 * 2.5 / 7.5
x = 900 * (1/3)
x = 300

But that is not the answer. The question is what does she save.
900 - 300 = 600

You could get the answer more directly. She does not eat 5 oz cake, so solve for that.

5/x = 7.5/900 Cross multiply
5 * 900 = 7.5 x
4500 = 7.5x Divide by 7.5
4500/7.5 = x 
600 = x

 

Where a linear equation crosses the y-axis, that point is called the A) x-intercept. B) y-intercept. C) point of termination. D) point of translation.

Answers

The correct answer is B. y-intercept.

Where a linear equation crosses the y-axis (the vertical axis), that point is called the y-intercept. This term is derived from 'the interception of the y-axis', in short 'y-intercept'.

Answer:

B) Y- Intercept

Step-by-step explanation:

I Took The USATP Quiz ^_^

A biologist studied the populations of black bear and brown bears over a 10 year period. the biologist modeled the populations, in thousands with the following polynomials where X is time , in years. BLACK BEARS : 2.3x^2-5.6X+2.3 BROWN BEARS:2.4X^2+7.2X+0.97 What polynomial models the total number of brown and black bears ? A.) 4.7x^2+1.6x+3.27 B.) 4.7x^2-1.6x-3.37 C.) 4.7x^2+1.6x-3.37 D.) 4.7x^2-1.6x+3.37 i need help ??

Answers

The answer is A) 4.7x²+1.6x+3.27.

When adding the polynomials, we combine like terms:

2.3x²+2.4x² = 4.7x²
-5.6x+7.2x = 1.6x
2.3+0.97 = 3.27

PLEASE ANSWER!!!!!! WILL MARK BRAINLIEST AND GIVE 20 POINTS:

The difference of two numbers is equal to 0.6. Their quotient is also 0.6. What are the numbers? Please answer both questions below.

What are the numbers?
What are the "or" numbers?

The numbers are:
Or numbers are"

Answers


[tex]x - y = 0.6[/tex]
and
[tex]x \div y = 0.6[/tex]
[tex]x = 0.6y[/tex]
[tex]0.6y - y = 0.6[/tex]
[tex] - 0.4y = 0.6[/tex]
[tex]y = - 1.5[/tex]
[tex]0.6 \times ( - 1.5) [/tex]
[tex]x = - 0.9[/tex]
-1.5 and -0.9

I'm not sure what you mean by "or" numbers, but hopefully this helps somewhat

How many inches are in a yard?

Answers

3 feet in a yard, 12 inches in a foot, 3*12 is 36. 36 is the answer.
Hi there!

Since
1 ft = 12 in
and
1 yd = 3 ft, 

We multiply 3 and 12 to get our answer.

3 * 12 = 36

So, the answer is 36 inches. 

Hope this helps!

Carter is playing a video game he needs to score more than a hundred points to move on to the next level write an inequality to show how many points Carter needs to earn

Answers

The first thing you should do in this case is to define the necessary variable.
 We have then:
 x: number of points to go to the next level.
 We write the inequality based on the following fact:
 "I need to score more than a hundred points"
 The inequation is:
 x> 100
 Answer:
 an inequality to show how many points Carter needs to earn is:
 x> 100

Brian is playing a video game. He earns the same number of points for each star he picks up. He earned 2,400 points for 6 stars, 4,000 points for 10 stars, and 5,200 points for 13 stars. Which is the independent variable in the situation?

Answers

2400/6= 400
4000/10= 400
5200/13= 400

y=400x
Every star is 400 points and the independent variable is number of stars Brian picks up because the amount of points he gets is dependent on the number of stars he has.

The solution is, the independent variable is number of stars, in the situation.

What is division?

Division is the process of splitting a number or an amount into equal parts. Division is one of the four basic operations of arithmetic, the ways that numbers are combined to make new numbers. The other operations are addition, subtraction, and multiplication.

here, we have,

from the given information, we get,

Points are a function of stars, so stars is the independent variable.

The variable that depends on that, the dependent variable, is points.

now, we have,

2400/6= 400

4000/10= 400

5200/13= 400

we get,

y=400x

Every star is 400 points and the independent variable is number of stars Brian picks up because the amount of points he gets is dependent on the number of stars he has.

To learn more on division click:

brainly.com/question/21416852

#SPJ3

Area of a square with sides of length 1/3 yard .
how did you get 1/9

Answers

You are correct.  The area of a square with side lengths of 1/3 yard is 1/9 yd^2.

To get this answer, you muse use the formula for finding the area of a square, which is s^2, where s represents the value of a side length.

The value of the side length in this case is 1/3 yard, so we should substitute that value in for s.

When we do this, we get the following:

A = (1/3 yd)^2 = 1/9 yard^2

Therefore, your answer is 1/9 yd^2.

Hope this helps!

Look at the figure. Which step should be taken next to construct a line parallel to <-AB->?

A. Without changing the compass setting from the previous step, place the compass on point P. Draw an arc similar to the one already drawn.


B. Place the compass on point C. Open the compass to point D. Draw a small arc through point D.


C. Place the compass on point A. Open the compass to point P. Move the compass to point P and draw an arc intersecting <-AP->.


D. Without changing the compass setting from the previous step, place the compass on point B. Draw an arc similar to the one already drawn.

Answers

Short answer A <<<=== answer.
That's the same thing as the long answer by the way. Make sure
 the arc goes through AP at a point closest to A or heading towards A

Call this intersect point G 
Take your compass and make the points go between C and D.

Using G as your center point mark off what you just measured with the arc you drew in Answer A of the question. Where they meet is H.

\Join P and H. You now have a parallel to AB.

According to an​ almanac, 80 ​% of adult smokers started smoking before turning 18 years old. ​(a) if 400 adult smokers are randomly​ selected, how many would we expect to have started smoking before turning 18 years​ old? ​(b) would it be unusual to observe 360 smokers who started smoking before turning 18 years old in a random sample of 400 adult​ smokers? why?

Answers

Final answer:

Based on the 80% figure, we'd expect 320 out of 400 adult smokers to have started before they turned 18. Observing 360 in this situation could be unusual but would require a statistical test to confirm.

Explanation:

This question pertains to concepts of probability and statistics. If 80% of adult smokers began smoking before they turned 18, then in a group of 400 randomly selected adult smokers, we would expect 80% (or 0.8) of that 400 to have started smoking before the age of 18. This means 320 out of the 400 individuals started smoking before turning 18.

As for the second part of the question, if we observed 360 smokers out of 400 who started smoking before turning 18, this number is higher than our expectation of 320. This could be seen as unusual, but it also might occur by chance. To determine how unusual it is, we would typically conduct a statistical test, which would require additional information not provided in the question.

Learn more about Statistics here:

https://brainly.com/question/31538429

#SPJ12

If you were only going to make a third of the recipe, how many cups of almonds would you need

Answers

Final answer:

To determine the amount of almonds needed for a third of the recipe, if one full batch requires 3 cups, you would divide 3 cups by 3, resulting in 1 cup of almonds for a third of the recipe.

Explanation:

To calculate the amount of almonds needed for a third of the recipe, we first need to determine the total number of cups used for the full recipe. If the original recipe calls for 3 cups of almonds to make one batch, and the person is making 5 batches, they would initially need 15 cups of almonds (since 3 cups per batch multiplied by 5 batches equals 15 cups).

If they only want to make a third of one batch, we would take the amount needed for one batch, which is 3 cups, and divide it by 3 to find the required amount. So, 1 cup of almonds is needed for a third of the recipe, because 3 cups divided by 3 equals 1 cup.

Twenty-four students took a test. Fourteen students earned an A and 10 students earned a B. A student will be randomly chosen.

What is the probability that the student earned an A on the last test?

Enter your answer as a fraction, in simplest form, in the box.

Answers

The probability of a student that earned an A on the test is 7/12.

To get a fraction like this, you put the number of students on the left, or the top and the number of students total on the right, or bottom. Then, you simplify your answer. This brings us to 7/12. You cannot simplify any further because the fraction includes a prime number.


I hope this helps!

The probability that a student earned an A on the last test is 7/12. This is found by dividing the number of students who earned an A by the total number of students and simplifying the fraction.

To find the probability that a randomly chosen student earned an A on the last test, we need to consider the total number of students and the number of students who earned an A.

The total number of students is 24, and 14 of them earned an A. The probability is calculated by dividing the number of students who earned an A by the total number of students:

Probability = Number of Students Who Earned an A / Total Number of Students = 14/24.

Next, we simplify the fraction 14/24 by finding the greatest common divisor (GCD) of 14 and 24, which is 2. Dividing both the numerator and the denominator by 2, we get:

Simplified Probability = (14 ÷ 2) / (24 ÷ 2) = 7/12.

Therefore, the probability that a student earned an A on the last test is 7/12.

The circumference of a circle is 6.28 meters. What is the circle's radius? C=6.28 m Use 3.14 for ​pi

Answers

The radius of the circle is 1 meter.

We have,

The formula for the circumference of a circle is:

C = 2πr

where C is the circumference, r is the radius, and π is a constant equal to approximately 3.14.

We are given the circumference of the circle as 6.28 meters, so we can substitute this value into the formula:

6.28 = 2πr

Dividing both sides by 2π gives:

r = 6.28 / (2π)

r = 6.28 / (2 x 3.14)

r = 1

Therefore,

The radius of the circle is 1 meter.

Learn more about circle here:

https://brainly.com/question/11833983

#SPJ2

Final answer:

To find the circle's radius with a circumference of 6.28 meters using π=3.14, use the formula C=2πr. By rearranging and solving for r, the radius is found to be 1 meter.

Explanation:

The question is about finding the radius of a circle when the circumference is given as 6.28 meters and using 3.14 for π (pi). To find the radius, we use the formula for the circumference of a circle, C = 2πr, where C is the circumference, r is the radius, and π is Pi. Given C=6.28 m and π=3.14, we rearrange the formula to solve for r: r = C / (2π).

Plugging in the given values, r = 6.28 / (2×3.14) = 6.28 / 6.28 = 1. Therefore, the radius of the circle is 1 meter.

Which statements are true based on the diagram? Check all that apply.

Answers

First statement: False. Points K, M and N form a triangle.
Second statement: True. Points J, K, and Q are on the same line.
Third statement: False. KN and MQ intersect at N, not at R.
Fourth statement: False. JQ and KM intersect at K, but MQ does not pass through it.
Fifth statement: True. By definition, there is always only 1 line that can be drawn between 2 given points.

mr. Dell taught the six members of the chess club to play chess. each member taught three classmates. each classmate taught two more friends. how many people were taught to play chess?

Answers

the answer is 36 because the six members each taught 3 students which is 18 and then then each classmates each taught 2 students which is 30 and 6+18+12=36

Mr. Dell taught six members of the chess club who then taught 18 classmates, and those classmates taught 36 friends, resulting in 60 people being taught how to play chess in total.

To find the total number of people taught, we compute as follows:

First level (by Mr. Dell): 6 members

Second level (6 members x 3 classmates each): 18 classmates

Third level (18 classmates x 2 friends each): 36 friend

To determine the total number of people taught to play chess, we sum the three levels: 6 members + 18 classmates + 36 friends = 60 people. Therefore, a total of 60 people were taught to play chess

Can you solve this problem?

Don't forget to show your work :) thanks!

Answers

Well, start from 100% and work backwards.

It takes 5600 years to get to 50%
Another 5600 years to get to 25%
And a bit under another 5600 to get to 15% (another 5600 years would get it down to 12.5%)

Add the first two 550s to get 1120, and add about 5,000 and see which answer is closest.
In this case, D is closest at 15!w29

There are more exact ways of solving, but for a multiple choice this is faster and efficient nonetheless
Other Questions
Which of the following describes the transformations of g(x)=-(2)x+4-2 from the parent function f(x)=2x George, donna, and maria are on the five-member benefits task force that is researching options for the new benefits package. over lunch, george suggests that going with the members' choice hmo is the best course of action, and donna and maria agree with george for the sake of unanimity, without ever researching and accurately assessing the decision. george, donna, and maria are engaged in What is it called when you carefully look at an object or a process? How did the Romans worship their gods? Select all that apply.A. They prayed to them at temples.B. They prohibited all foreign religious practices. C. They named them after Greek and Etruscan gods.D. They honored them at festivals. Miguel is doing a research paper on new york city's stone wall riots of 1969. he visits the scene of the riots, interviews people who were there, reads the police reports of the event, and watches video footage. miguel is conducting a(n) ______.a. overviewb. case studyc. experimentd. data analysis Which approach is the most culturally appropriate and acceptable by the population in an indigenous village in the andes? a golf pro shop sells two types of shirts, the first for 100$ each and the other for 60$ each. last month the shop sold 50 of these shirts for a total of 4600$ how many 100$ shirts did they sell? What was the most significant affect of the conquest of the West in the latter half of the 19th Century? Why? Consider the acceleration graph. If the mass of the object that is accelerating does not change, but the force applied is tripled, how would the slope of the line change? which of the following is a source for an interview? A. location B. modus operandi C. suspect D. time Zinc419.53 oC7.134 Nickel1455oC8.912 Copper1084.62oC8.96 Silver961.78oC10.501 Gold1064.18oC19.282 A cube of each metal, in the table, is provided on a laboratory table. Each cube has the same volume of 10 cm3. Which cube would have the largest mass? A)copper B)nickel C)silver D)zinc When Mr. Krumm purchased a tie he paid $9.27, which included the 3% sales tax. How many dollars did the tie cost before the tax was included? under free enterprise only the majority of people can buy the goods they prefer; the minority always end up buying those goods they would not prefer to buy." do you agree or disagree with this statement. Which effect is most likely caused by nondisjunction during meiosis?A. an extra chromosomeB. an increase in nucleiC. increased survival benefits from traitsD. only two types of nitrogenous bases Members of the Protista kingdom contain multi-celled organisms such as kelp and single-celled organisms such as . Managing the state bureaucracy is generally left to the ________. Identify participles and write if it's past or present tense. Fake Answers will be deleted.1. Can you find a new reading exercise?2. Mrs.Jones is a paid volunteer.3. Laughing, the boys raced across the court.4. We all agree that this is a growing problem.5. Who is our chosen representative? In her first trip to a zoo, 7-year-old latisha notices that leopards have paws very similar in shape to her cat snowball's paws. she also notices that leopards walk in much the same way that snowball does. latisha starts to wonder if perhaps leopards are cats. latisha's thinking illustrates piaget's idea that thought is characterized by: Help please! :)What should a compare and contrast essay provide? An identification of simple details, ignoring complex details An identification of complex details, ignoring simple details An identification of different types of language used in the texts An identification of similar types of language used in the texts, What best describes the role played by John Adams during the American revolution