What is the answer
5 10 25 100 × ÷ ÷

Answers

Answer 1

Answer: 1/50, or 0.02

Step-by-step explanation:

I'm assuming this is 5*10/25/100. if you just follow the equation, you get 50/25/100, which is 2/100, or 1/50.


Related Questions

HW HELP ASAP PLZZZZZ


Answers

Answer:

p = 15/x

x= -3

Step-by-step explanation:

For the first problem, we can expand the equation to 4px+4=64

then simplify it to:

4px=60

then divide 4x from both sides of the equation

p=60/4x

then simplify:

p=15/x

For the second problem:

plug in -5 for p so the equation would look like

4(-5x +1)=64

simplify

-20x=60

x= -3

The following data were obtained from 4 people Pre-Test Value Post-test Value 43 42 28 29 31 30 28 25 You may also assume that the sample standard deviation for the four differences is 1.6. What is the correct t-statistic and the degrees of freedom for these data

Answers

Answer:

Test statistic = 1.25

Degree of freedom = 3

Step-by-step explanation:

The following data were obtained from 4 people

Pre-Test Value Post-test Value __ d

43 ________42 _________ 1

28_______ 29 ________ - 1

31 ________30 _________ 1

28 ________ 25 _________ 3

μd = (1 + - 1 + 1 + 3) / 4 = 4 /4 = 1

The mean difference, μd = 1

The standard deviation of difference, Sd = 1.6

The test statistic = μd / (Sd / √n)

Test statistic = 1 / (1.6/2) = 1 / 0.8

Test statistic = 1.25

Degree of freedom, = n - 1 = 4 - 1 = 3

Type the correct answer in each box. Use numerals instead of words. If necessary, use / for the fraction bar(s). Consider the equation below. The value of x in terms of b is . The value of x when b is 3 is .

Answers

Answer: x=-3/3=-1

Step-by-step explanation:

To solve for x in terms of b, simply treat b as a number, and solve for x as usual: first of all, we expand the left hand side:

-2bx+10=16

Subtract 10 from both sides:

-2bx=6

Divide both sides by -2b:

x=6/-2b=-3/b

This means that in particular, if we set b=3 , we have

x=-3/3=-1

Is the collection og rall " student in set ? why ? class7​

Answers

Answer:

in secret

Step-by-step explanation:

correct answer is in a secret

Help plz I just need the awnser to this question

Answers

Answer:

A seems to be correct

Step-by-step explanation:

Find the measure of of RA.

Answers

Answer:

RA = 24

Step-by-step explanation:

Since the triangle is isosceles ( 2 equal sides ) , then LU is a perpendicular bisector , so

AU = RU , that is

4r = 18 - 2r ( add 2r to both sides )

6r = 18 ( divide both sides by 6 )

r = 3

Then

RA = 18 - 2r + 4r = 18 + 2r = 18 + 2(3) = 18 + 6 = 24


Work out the surface area of this sphere.
Give your answer to 1 decimal place.
Spheres
Surface area =
4tr?
6 cm

Answers

Answer:

452.2 cm

Step-by-step explanation:

A = 4πr²

A = 4 (3.14) (6)²

A = 4 (3.14) (36)

A = 452.16

A = 452.2 cm (nearest tenth)

math help plz
how to solve literal equations, how to understand and step by step with an example provided please

Answers

9514 1404 393

Explanation:

Your question covers a good bit of the material in an algebra course. The short answer is, "the same way you solve a numerical equation." The point of algebra is that literals can stand for numbers, and so be manipulated the same way numbers are.

Expressions are evaluated according to the Order of Operations. For equations involving a single variable, the equation specifies what operations are being performed on that variable. To find the vale of the variable (solve for that literal), you need to "undo" the operations that are performed on it. As with many problems that have layers, you work down through the layers from the outside in. Generally, that means working through the list of operations "backwards," undoing the last one first.

Simple example

  y = mx + b . . . . . . solve for x

In this equation, the operations performed on x are ...

multiplication by maddition of b to the product

In accordance with the above, the first thing we do is "undo" the addition of b. (Note that this could be a number or literal--or even a complicated expression--and the process would be exactly the same.) To "undo" addition, we add the opposite.

  y -b = mx +b -b   ⇒   y -b = mx

Next, we "undo" the multiplication by m. That is, we divide by m, or multiply by the reciprocal of m. Either is the same as the other.

  (y -b)(1/m) = (mx)(1/m)   ⇒   (y -b)/m = x

Now, we have solved this literal equation for x.

_____

Throughout this process you must adhere strictly to the properties of equality. That is, anything you do to one side of the equation must also be done to the other side.

The reason you study inverses and identity elements is so you understand that addition of an additive inverse produces the additive identity element:

  x + (-x) = 0

Similarly, multiplication by the multiplicative inverse (reciprocal) produces the multiplicative identity element.

  x · (1/x) = 1

When other operations are involved, such as raising to a power, trig functions, roots, logs, exponentiation, each of these has an associated inverse function that produces an identity:

  (x^a)^(1/a) = x^1 = x

  arcsin(sin(x)) = x

  (√x)^2 = x

  10^(log(x)) = x   or   log(10^x) = x

Some of these inverse functions have restricted domains, so care must be used when solving equations involving them.

When a variable of interest appears on both sides of the equal sign, then you must figure a way to rearrange the equation so the terms with the variable can be combined.

Example:

  ax + b = cx +d . . . . . solve for x

  ax -cx = d -b . . . . . . subtract (cx+b). (Of course, this is subtracted from both sides of the equation.)

  x(a -c) = d -b . . . . . combine x-terms

  x = (d -b)/(a -c) . . . . divide by the coefficient of x

Note that we had to divide the entire right-side expression by the x-coefficient, so had to enclose it in parentheses.

More Complicated Example:

A recent Brainly problem asked for the solution to ...

  T = 2π√(L/g) . . . . solve for L

Here, L is divided by g, a root taken, and that multiplied by 2π. Undoing these in reverse order, we first divide by 2π, square both sides to undo the root, then multiply by g to undo the division:

  [tex]T=2\pi\sqrt{\dfrac{L}{g}}\\\\\dfrac{T}{2\pi}=\sqrt{\dfrac{L}{g}}\\\\\left(\dfrac{T}{2\pi}\right)^2=\dfrac{L}{g}\\\\\boxed{L=g\left(\dfrac{T}{2\pi}\right)^2}[/tex]

The problem posted on Brainly had numbers where some of these variables are. That does not affect the solution method, except that sometimes numerical values can be combined where literal values cannot.

_____

Key Points

The equal sign is sacred, and its truth must be preserved at every step.Literal equations are solved the same way numerical equations are solved.Inverse operations and functions are used to "undo" operations and functions.The Order of Operations can be helpful when considering what to do first.

WILL GIVE MOST BRAINIEST
Which of the following functions best describes this graph?
A. y (x + 4) (x + 5)

Answers

Answer:

D. y =

Step-by-step explanation:

The solutions to this graph (meaning when y equals 0 or when the graph crosses the x-axis) are 4 and 5.

The only answer choice that has the solutions 4 and 5 when you factor it out is D.

Here's the proof:

[tex]x^{2} -9x + 20[/tex]

Factors of 20: - 5 & -4

Sums that add up to -9: -5 + (-4)

[tex]x^{2} -4x-5x+20[/tex]

(factor the first two terms and the last two terms separately)

[tex](x^{2}-4x)(-5x+20)[/tex]

[tex]x(x-4) -5(x-4)[/tex]

(x - 5) (x - 4)

Hope it helps (●'◡'●)

I’m struggling with this question someone help ASAP plz

Answers

Answer:

The correct answer is:

30 = 10 + 3(h - 2)

        30 = 10 + 3h - 6

        26 = 3h

        h = 8.67

Step-by-step explanation:

We're gonna calculate by our part the hours a new costumer can rent a bike and pay a total of $30, using the original function:

f (h) = 10 + 3(h - 2)

Where:

f (h) = Total cost. h = the number of hours.

We know The total money spent must be $30, by this reason, the function change to:

30 = 10 + 3(h - 2)

Now, we must clear the h variable, by this reason, we multiply 3 by h and 2:

30 = 10 + 3*h - 3*2 30 = 10 + 3h - 6

We pass the 10 and the -6 to the left side of the equality:

30 - 10 + 6 = 3h (Remember to change the signs when you do this step) 26 = 3h

Finally, we pass the 3 to the left side of the equality:

26 / 3 = h (the 3 pass to divide because is multiplying the x)

8.666666666667 = h

If we just use two decimals, the number of hours is:

h = 8.67

How the third option is the one that shows this calculation and result, that is the correct answer.

what is the answer to 10% of 900​

Answers

Answer:

90 cause 90 times 10 is 900 and 10% times 10 is 100%

Step-by-step explanation:

Answer: 90

Step-by-step explanation: 900 × .10 = 90

A classmate walks into class and states that he has an extra ticket to a chamber orchestra concert on Friday night. He asks everyone in the class to put their name on a piece of paper and put it in a basket. He plans to draw from the basket to choose the person who will attend the concert with him. If there are 38 other people in class that night, what is your chance of being chosen to attend the concert

Answers

Answer:

2.56% chance of being selected

Step-by-step explanation:

Given

[tex]n = 39[/tex] --- you and 38 others

Required

Chance of you being selected

To do this, we simply calculate the probability using:

[tex]Pr(x) = \frac{n(x)}{n}[/tex]

Where:

[tex]n(x)= 1[/tex] --- i.e you are just 1 person

So:

[tex]Pr(x) = \frac{1}{39}[/tex]

[tex]Pr(x) = 0.0256[/tex]

Express as percentage

[tex]Pr(x) = 2.56\%[/tex]

Solve the simultaneous equations
6
x
+
2
y
=
12
5
x
+
2
y
=
8

Answers

Answer: x=4, y=-6

Step-by-step explanation:

Camille bought a set of kitchen chairs discounted 25% off of the original price of $170. What was the dollar amount of discount of the set of chairs?

Answers

The answer is 127.5. Hope this helps.

Answer:

$42.50

Step-by-step explanation:

All you have to do is simply multiply

170 x 0.25=$42.50

Determine whether the value is a discrete random​ variable, continuous random​ variable, or not a random variable. a. The number of people with blood type A in a random sample of 26 people b. The exact time it takes to evaluate 27+72 c. The gender of college students d. The number of hits to a website in a day e. The number of bald eagles in a country f. The distance a baseball travels in the air after being hit a. Is the number of people with blood type A in a random sample of 26 people a discrete random​ variable, a continuous random​ variable, or not a random​ variable?

Answers

Answer:

a) it is a discrete random variable

b) It is a continuous random variable

c) It is not a random variable

d) It is a discrete random variable

e)  It is a discrete random variable

f) It is a continuous random variable

Step-by-step explanation:

Explanation,

Continuous Random Variable  

A continuous variable is one that can take on an uncountable set of values.

It may take any values within an interval.

It can take infinite values within an interval.

They are obtained by measuring rather than counting.

Discrete Random Variable  

These can only take a discrete value and cannot be expressed in the form of decimals.

They are obtained by counting rather than measuring.

a). it is a discrete random variable  ⇒ as a number of people is a discrete count, which takes values such as 0 or 1 or 2.

b). The exact time it takes to evaluate 27+72 ⇒ Since, Time is measured and thus it is a continuous random variable.

c). The gender of college students ⇒ Gender is categorical data. It is neither continuous nor discrete.

d).  The number of hits to a website in a day ⇒ Since the number of people cannot be expressed as decimals, thus it is a discrete random variable

e). The number of bald eagles in a country ⇒ Since the number of people cannot be expressed as decimals, thus it is a discrete random variable

f).  The distance a baseball travels in the air after being hit  ⇒ Distance is measured and thus it is a continuous random variable.

Pls solve the above question
Kindly don't spam+_+​

Answers

Answer:

Step-by-step explanation:

Given expressions are,

[tex]p=\frac{\sqrt{10}-\sqrt{5}}{\sqrt{10}+\sqrt{5}}[/tex] and [tex]q=\frac{\sqrt{10}+\sqrt{5}}{\sqrt{10}-\sqrt{5}}[/tex]

Remove the radicals from the denominator from both the expressions.

[tex]p=\frac{\sqrt{10}-\sqrt{5}}{\sqrt{10}+\sqrt{5}} \times \frac{\sqrt{10}-\sqrt{5}}{\sqrt{10}-\sqrt{5}}[/tex]

  [tex]=\frac{(\sqrt{10}-\sqrt{5})^2}{(\sqrt{10})^2-(\sqrt{5})^2}[/tex]

  [tex]=\frac{(\sqrt{10}-\sqrt{5})^2}{5}[/tex]

[tex]\sqrt{p}=\sqrt{\frac{(\sqrt{10}-\sqrt{5})^2}{5}}[/tex]

      [tex]=\frac{\sqrt{10}-\sqrt{5}}{\sqrt{5}}[/tex]

[tex]q=\frac{\sqrt{10}+\sqrt{5}}{\sqrt{10}-\sqrt{5}}[/tex]

  [tex]=\frac{\sqrt{10}+\sqrt{5}}{\sqrt{10}-\sqrt{5}}\times \frac{\sqrt{10}+\sqrt{5}}{\sqrt{10}+\sqrt{5}}[/tex]

  [tex]=\frac{(\sqrt{10}+\sqrt{5})^2}{(\sqrt{10})^2-(\sqrt{5})^2}[/tex]

  [tex]=\frac{(\sqrt{10}+\sqrt{5})^2}{5}[/tex]

[tex]\sqrt{q}=\sqrt{\frac{(\sqrt{10}+\sqrt{5})^2}{5}}[/tex]

     [tex]=\frac{(\sqrt{10}+\sqrt{5})}{\sqrt{5}}[/tex]

[tex]\sqrt{q}-\sqrt{p}-2\sqrt{pq}=\frac{(\sqrt{10}+\sqrt{5})}{\sqrt{5}}-\frac{(\sqrt{10}-\sqrt{5})}{\sqrt{5}}-2(\frac{(\sqrt{10}+\sqrt{5})}{\sqrt{5}})(\frac{(\sqrt{10}-\sqrt{5})}{\sqrt{5}})[/tex]

                           [tex]=\frac{1}{\sqrt{5}}(\sqrt{10}+\sqrt{5}-\sqrt{10}+\sqrt{5})-\frac{2}{5}[(\sqrt{10})^2-(\sqrt{5})^2)][/tex]

                           [tex]=\frac{1}{\sqrt{5}}(2\sqrt{5})-\frac{2}{5}(10-5)[/tex]

                           [tex]=2-2[/tex]

                           [tex]=0[/tex]


Which of these figures has rotational symmetry?

Answers

Hello!

The answer is a.

Good luck! :)

Roulette is a casino game that involves spinning a ball on a wheel that is marked with numbered squares that are red, black, or green. Half of the numbers 1 - 36 are colored red and half are black and the numbers 0 and 00 are green. Each number occurs only once on the wheel. What is the probability of landing on an even number and a number greater than 17? (A number is even if it is divisible by 2. 0 and 00 are considered even as well.)​

Answers

Answer:

the wording (punctuation) of the question can lead to different interpretations....

I assume that the question was >17 & even which is "5/19",

BUT... it can also be read as two questions

first >17 which is "10/19"

and second an even number which is "9/19"

BUT !!! I think that the question answer is 5/19

Step-by-step explanation:

Even Number  = 18/38 = 9/19

greater 17 = 20/38 = 10/19

Even & greater 17 = 10/38 = 5/19

When the Bucks play Chiefs at football, the probability that the Chiefs, on present form, will win is 0.56. In a competition, these teams are to play two more pgames. If Swallows beats Bucks in at least4one of these games, they will win the competition, otherwise Bucks will win the trophy. NB: Round off to 2 decimal places. a. The probability that Swallows will win the trophy is [a] probability that Rucks will win the trophy is

Answers

Answer:

The probability that Swallows will win the trophy is 0.8064

The probability that Rucks will win the trophy is 0.1936

Step-by-step explanation:

For each game, there are only two possible outcomes. Either the Swallows win, or they do not. The probability of them winning a game is independent of any other game, which means that the binomial probability distribution is used.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

Probability the Swallows wins is 0.56

This means that [tex]p = 0.56[/tex]

2 games:

This means that [tex]n = 2[/tex]

The probability that Swallows will win the trophy is

Probability they win at least one game, so:

[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]

In which

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{2,0}.(0.56)^{0}.(0.44)^{2} = 0.1936[/tex]

Then

[tex]P(X \geq 1) = 1 - 0.1936 = 0.8064[/tex]

0.8064 = 80.64% probability the Swallows win the trophy and 0.1936 probability that the Rucks win the trophy.

9 friends are lining up. Joe, Susan, John, and Meredith must be beside each other. How many ways can they line up?

Answers

Answer:  17,280

This is one single number slightly over 17 thousand.

You may need to erase the comma when typing the answer in.

=========================================================

Explanation:

Let's say that another person steps in for Joe, Susan, John, and Meredith. I'll refer to this person as the teacher (perhaps these 9 friends are students on a field trip).

The 9 friends drops to 9-4 = 5 people when those four named people leave the group temporarily. Then it bumps up to 5+1 = 6 people when the teacher steps in. Wherever the teacher is located, the four friends that left will replace the teacher. This guarantees that those four friends stick together.

There are 6! = 6*5*4*3*2*1 = 720 ways to arrange those 6 people. The exclamation mark is a factorial symbol.

Within any of those 720 permutations, we have 4! = 4*3*2*1 = 24 ways to arrange those group of named people when they come back to replace the teacher.

So overall the answer is 4!*6! = 24*720 = 17,280

You may need to erase the comma when typing the answer in.

-------------

Side note: There are 9! = 362,880 ways to arrange all nine friends regardless if those four mentioned people stick together or not. We see that they stick together roughly (17,280)/(362,880) = 0.0476 = 4.76% of the time.

Ellen, Nick, and Ryan went shopping together. One of them bought a hat, another bought sunglasses, and another bought a belt. One paid $6, another paid $8, and another paid $10.
1) Nick bought the hat.
2) Ellen spent $8.
3) The belt did not cost $10.
4) Ryan spent the most. Which of the following is true?

(a) Nick bought the hat for $10.
(b) Ellen bought the belt for $8.
(c) Ryan bought the sunglasses for $8.
(d) Ryan bought the belt for $10
(e) Ryan bought the hat for 56.​

Answers

Answer:

see down

Step-by-step explanation:

d is correct answer

Tim Hortons is hiring and offers $200 every week plus $5 per hour. McDonalds offers $300 every week plus $2 per hour. State the conditions under which Tim Hortons is the better employer

Answers

Answer:

Assuming you want better payment each week, any number of hours above 33.333 or 33 hours and 20 minutes per week

Step-by-step explanation:

There are several ways we could do this.  We could say we want to have Tim Hortons be the better employer on the first week, or after so many weeks by adjusting the hours.  I am going to assume we are saying we want it to be a better employer on the first week, so the profit will be the amount made every week plus the money made per hour times the number of hours.

Let's say number of hours is H

So Tim Hortons winds up as 200 + 5H for one week and  Mcdonalds will be 300 + 2H.

If you set the two expressions equal to each other you will find where they intersect, which means at that number of hours they will give the same amount of money while any amount before one of the companies will give more and after that many hours the other will.  Let's go ahead and solve.

200 + 5H = 300 + 2H

3H = 100

H = 100/3

So H is about 33.333.  let's check.

200 + 5(33.333) = 366.665 which rounds to 366.67 dollars

300 + 2(33.333) = 366.666 which also rounds to 366.67 dollars

So at 33.333 hours both give 366.67 dollars.  Let's look at a value below it, say 32.

200 + 5(32) = 360

300 + 2(32) = 364

So you can see here Tim Hortons  pays less.  Now we will try 34 as a value above 33.333

200 + 5(32) = 370

300 + 2(32) = 368

Here Mcdonalds pays less.  This was to show that values below 33.333 make Tim Hortonspay less and values above 33.333 make Mcdonalds pay less.  In other words any value above 33.333 hours will have Tim Hortons be the better employer.  And this is per week

I want to repeat, you can expand this to be multiple weeks and see which of the two becomes better in that epriod of time.  This was, I think, the simplest way to answer though.  

So the conditions where Tim Horton pays more isif you work more than 33.333 hours per week.  This will make them pay more every single week.  

The polynomial 3x² + mx? - nx - 10 has a factor of (x - 1). When divided by x + 2, the remainder is 36. What are
the values of m and n?

Answers

Answer:

[tex]m = 12[/tex]

[tex]n =3[/tex]

Step-by-step explanation:

Given

[tex]P(x) = x^3 + mx^2 - nx - 10[/tex]

Required

The values of m and n

For x - 1;

we have:

[tex]x - 1 = 0[/tex]

[tex]x=1[/tex]

So:

[tex]P(1) = (1)^3 + m*(1)^2 - n*(1) - 10[/tex]

[tex]P(1) = 1 + m*1 - n*1 - 10[/tex]

[tex]P(1) = 1 + m - n - 10[/tex]

Collect like terms

[tex]P(1) = m - n + 1 - 10[/tex]

[tex]P(1) = m - n -9[/tex]

Because x - 1 divides the polynomial, then P(1) = 0;

So, we have:

[tex]m - n -9 = 0[/tex]

Add 9 to both sides

[tex]m - n = 9[/tex] --- (1)

For x + 2;

we have:

[tex]x + 2 = 0[/tex]

[tex]x = -2[/tex]

So:

[tex]P(-2) = (-2)^3 + m*(-2)^2 - n*(-2) - 10[/tex]

[tex]P(-2) = -8 + 4m + 2n - 10[/tex]

Collect like terms

[tex]P(-2) = 4m + 2n - 10 - 8[/tex]

[tex]P(-2) = 4m + 2n - 18[/tex]

x + 2 leaves a remainder of 36, means that P(-2) = 36;

So, we have:

[tex]4m + 2n - 18 = 36[/tex]

Collect like terms

[tex]4m + 2n = 36+18[/tex]

[tex]4m + 2n = 54[/tex]

Divide through by 2

[tex]2m + n=27[/tex] --- (2)

Add (1) and (2)

[tex]m + 2m - n + n = 9 +27[/tex]

[tex]3m =36[/tex]

Divide by 3

[tex]m = 12[/tex]

Substitute [tex]m = 12[/tex] in (1)

[tex]m - n =9[/tex]

Make n the subject

[tex]n = m - 9[/tex]

[tex]n = 12 - 9[/tex]

[tex]n =3[/tex]

rotation 90 degrees counterclockwise about the origin​

Answers

I'm going to try my best to explain 90° rotation:

So, you know that if you rotate something 180°, it's completely flipped (think about spinning around half-way).

Or if you spin something 360°, you spin around the whole way and end up in the same spot that you did when you started.

Notice how 90 is actually 1/4 of 360.

So imagine spinning instead of 180, spinning half of that. so you barely rotate. That's exactly what you're doing to this shape here. and if you do it about the origin counterclockwise, the origin is (0,0) so I drew it in Quadrant III, as you can see in my attachment.

You can see that every point has been moved by 90°, I put all of the variables there so you could visualize it better!

I hope this helped, let me know if you have any questions! :)

A mechanic charges $65 for an engine check and $20 per hour for his
services. Which of the following is a linear model of his charges.
y=20x+65
y=65x+20
y=3.25x+65
O y=3.25x+20
Question 5

Answers

Answer:

y = 65 + 20x

Step-by-step explanation:

Okay, when you're talking about linear equations try to find the fixed value, and then the changing one.

The fixed value will be by itself

The value that varies will have a variable next to it (x, y, z, whatever)

Then, the answer has to be

y = 65 + 20x

Sam thinks of a 4 digit number. The digit in the one’s place is 3 less than the digit in the ten’s place and digit in thousand’s place is 5 less than the digit in hundred’s place. The value of the hundred’s place is 800. The digit in ten’s place is the greatest even number. What is the number Sam is thinking of?

Answers

9514 1404 393

Answer:

  3885

Step-by-step explanation:

The hundreds digit is 8, and the thousands digit is 5 less, so is 3.

The tens digit is 8 (the largest even digit), and the ones digit is 3 less, so is 5.

The number is ...

  3885

Please help it’s kinda confusing only got 20 minutes left !!

Answers

It’s the third one !!!!!!!!!!!
3rd one it’s 3rd one man np

A modified roulette wheel has 36 slots. One slot is​ 0, another is​ 00, and the others are numbered 1 through 34​, respectively. You are placing a bet that the outcome is an even number.​ (In roulette, 0 and 00 are neither odd nor​ even.) a. What is your probability of​ winning?

Answers

Answer:

[tex]P(win) = 0.4722[/tex]

Step-by-step explanation:

Given

[tex]n = 36[/tex] --- slots

[tex]Even = 17[/tex] i.e. even numbers between 1 and 34 (inclusive)

Required

[tex]P(win)[/tex]

The probabiity of winning is the number of even numbers divided by the total slot;

i.e.

[tex]P(win) = \frac{Even}{n}[/tex]

So, we have:

[tex]P(win) = \frac{17}{36}[/tex]

[tex]P(win) = 0.4722[/tex]

Find the slope of the line y= -3x+7

Answers

Answer:

If you had a line of x = 7, (or any time you have an equation where x equals a number) then you would have a vertical line. In every vertical line, the slope is undefined. In equations of lines that are in the format of y = mx + b, the slope is represented by the "m".

Answer:

-3

Explanation:

The given equation is in slope-intercept form. The format of slope-intercept is y = mx + b, where m is the slope and b is the y-intercept.

The slope is the coefficient of x.

In the equation y = -3x + 7, the slope is -3, because -3 is the coefficient of x.

Hence, the slope is -3.

A sample of 24 observations is taken from a population that has 150 elements. The sampling distribution of is _____. an. approximately normal because is always approximately normally distributed b. approximately normal because the sample size is large in comparison to the population size c. approximately normal because of the central limit theorem d. normal if the population is normally distributed

Answers

Answer:

d. normal if the population is normally distributed

Step-by-step explanation:

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

In this question:

Sample size less than 30, so only will be normal if the population is normally distribution, and thus the correct answer is given by option d.

Other Questions
Explain how the quotient of powers was used to simplify this expression Suppose an enzyme and its substrate obey the lock and key model of enzyme catalysis. Which of the following would be true of the enzyme? a. only one substrate could be converted to product by the enzyme b. the active site of the enzyme must be rigid c. the entire enzyme must be rigid d. the active site of the enzyme must be flexible e. the enzyme could bind different substrates if the substrates shared a common motif somewhere in their structures Cause = wireless-device use Effects = both positive and negative for teens Based on the sample outline, which thesis is the most effective for this essay? 1. Positive effects: Example of increased freedom Example of increased safety O Teenagers are often seen using wireless devices, but the effects are mostly positive. There are positive and negative effects to every new development in technology. O Many teenagers have access to wireless devices, and the effects are both positive and negative. Not all teenagers have access to wireless devices, so not everyone is effected by them. Negative effects: Example of spreading negative info Anecdote about distraction Intro Done 5 of 10 Which of the following best defines "diction?" a. the use of figurative language b. the use of a dictionary to learn foreign language c. word choice d. sentence fluency Data-mining agents work with a _____, detecting trends and discovering new information and relationships among data items that were not readily apparent. If the two countries have the same amount of resources and the same technological knowledge, which country has an absolute advantage in the production of popsicles need help please anyone if yall see this? escoja la mejor frase para completar la oracion. mi madre es medica; por eso:A. le importa la buena nutricionB. no le gustan las verdurasC. no le parece importante la nutricion D. le faltan pacientes Learning Task 3 : Direction : Write a cause-and-effect paragraph using one effect --->multiple causes pattern on any of these topics.1. Floods 2. Soil erosion 3. TyphoonsEXAMPLE:Read the paragraph below.Book HourThere are many reasons why our class goes to the library once a week for what we call "Book hour." For one, our teacher has observed that many of us read poorly when asked to read aloud a story or poem in class. Another reason is that most of us at home have an internet provider. As a result, our teacher has noticed that the home research we submit are lifted from online references. When our teacher checked our borrowings from the library, most of us have not brought home a storybook, novel, or references related to our different subjects. Thus, for many weeks now, we get to hold books and do our readings for an hour in the library in between our subject periods.Title: Book HourCause: Our teacher has observed that many of us read poorly when asked to read aloud a story or poem in class.Cause: That most of us at home have an internet provider.Cause: Our teacher has noticed that the home research we submit are lifted from online references.Effect: We get to hold books and do our readings for an hour in the library in between our subject periods.NONSENSE = REPORT When a market is monopolistically competitive, the typical firm in the market is likely to experience a a. positive or negative profit in the short run and a zero profit in the long run. b. positive profit in the short run and in the long run. c. zero profit in the short run and in the long run. d. zero profit in the short run and a positive or negative profit in the long run explain why the melting point of a solid is equal to the freezing point of it's liquid. What type of health screening would this patient most likely receive?Sue is a 45-year-old woman with a family history of breast cancer. Her healthcare professional will most likely recommend that she receive a . Which of the following are rational numbers? It is said that a smile is universally understood. And nothing triggers a smile more universally than a taste of sugar. Nearly everyone loves sugar. Infant studies indicate that humans are born with an innate love of sweets. Based on statistics, a lot of people in Great Britain must be smiling because on average, every man, woman, and child in that country consumes 95 pounds of sugar each year.From this passage it seems safe to conclude that the EnglishA. do not know that too much sugar is unhealthy.B. eat desserts at every meal.C. are fonder of sweets than most people.D. have more cavities than any other people. Mr. Barker enjoys a comfortable retirement income. He recently had surgery and expected that he would have certain services and items covered by the plan with minimal out-of-pocket costs because his MA-PD coverage has been very good. However, when he received the bill, he was surprised to see large charges in excess of his maximum out-of-pocket limit that included some services and items he thought would be fully covered. He called you to ask what he could do? What could you tell him? pls I need guidelines on how to write a good essay The map shows the Indian subcontinent. Which location on the map shows the Arabian sea? A B C D? What was the goal of "victory gardens" Why the mode of pollination in maize is cross-pollination? Why it is important to cover the ear shoot with a butter paper bag before the emergence of silks? What could be the consequences if a few silks emerge before bagging? identify the most dominant literary device. Provide an explanation of how that device functions in the sentence. (For example, specify what two things are being compared in a metaphor, or what kind of imagery is being developed.) You may only identify a device once. 1. Wilson and I are different species: hes an early bird and I am a night owl. The problem is if I move him to his own cage, who will I get to clean up the droppings? (Adapted from T.V.s House.)