7/8 divided by 9/10[tex]7/8 divided by 9/10[/tex]

Answers

Answer 1

Step-by-step explanation:

a ) Solution,

[tex] = \frac{7}{8} \div \frac{9}{10} \\ [/tex]

[tex] = \frac{7}{8} \times \frac{10}{9} \\ [/tex]

[tex] = \frac{70}{72} \\ [/tex]

Change into lowest term....

[tex] = \frac{35}{36} \\ [/tex]


Related Questions

A basket of oranges has 10 fruits, of which 4 are bad. Three balls are drawn at random.a)Calculate the probability of getting 3 bad balls.b)Calculate the probability of getting 1 bad fruit.c)Calculate the probability of getting at least one bad fruit.d)Calculate the probability of getting the most 2 bad fruits

Answers

Using the hypergeometric distribution, the probabilities are given as follows:

a) 0.0333 = 3.33%.

b) 0.5 = 50%.

c) 0.8333 = 83.33%.

d) 0.9667 = 96.67%.

What is the hypergeometric distribution formula?

The formula is:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]

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

The parameters are:

x is the number of successes.N is the size of the population.n is the size of the sample.k is the total number of desired outcomes.

The values of the parameters are:

N = 10, n = 3, k = 4.

Item a:


The probability is P(X = 3), hence:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 3) = h(3,10,3,4) = \frac{C_{4,3}C_{6,0}}{C_{10,3}} = 0.0333[/tex]

Item b:


The probability is P(X = 1), hence:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 1) = h(1,10,3,4) = \frac{C_{4,1}C_{6,2}}{C_{10,3}} = 0.5[/tex]

Item c:

The probability is:

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

In which:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 0) = h(0,10,3,4) = \frac{C_{4,0}C_{6,3}}{C_{10,3}} = 0.1667[/tex]

Then:

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

Item d:

The probability is:

[tex]P(X \leq 2) = 1 - P(X = 3)[/tex].

Considering item a:

[tex]P(X \leq 2) = 1 - P(X = 3) = 1 - 0.0333 = 0.9667[/tex]

More can be learned about the hypergeometric distribution at https://brainly.com/question/24826394

#SPJ1

Let [tex]O[/tex] be the random variable for the number of bad oranges picked out. Then

[tex]P(O=o) = \dfrac{\dbinom6{3-o} \dbinom4o}{\dbinom{10}3}[/tex]

if [tex]o\in\{0,1,2,3\}[/tex] and zero otherwise, where

[tex]\dbinom nk = \dfrac{n!}{k!(n-k)!}[/tex]

is the so-called binomial coefficient.

(a) Of the 6 good oranges, you pick 0. Of the 3 bad oranges, you pick 3. Of the 10 total oranges, you pick 3. So the probability of picking out all bad oranges is

[tex]P(O=3) = \dfrac{\dbinom60 \dbinom43}{\dbinom{10}3} = \boxed{\dfrac1{30}}[/tex]

(b) By similar reasoning, the probability of drawing exactly 1 bad orange is

[tex]P(O=1) = \dfrac{\dbinom62 \dbinom41}{\dbinom{10}3} = \boxed{\dfrac12}[/tex]

(c) "At least 1 bad orange" means you pick out 1, 2, or 3 bad oranges. These events are mutually exclusive, and we already know the probabilities of picking out exactly 1 or all 3 bad oranges. The remaining probability of drawing 2 bad oranges is

[tex]P(O=2) = \dfrac{\dbinom61 \dbinom42}{\dbinom{10}3} = \dfrac3{10}[/tex]

so the overall probability of drawing at least 1 bad orange is

[tex]P(O\ge1) = P(O=1)+P(O=2)+P(O=3) =\dfrac1{30} + \dfrac3{10} + \dfrac12 = \boxed{\dfrac56}[/tex]

(d) I assume you mean "at most 2 bad oranges," meaning you pick out 0, 1, or 2 bad oranges. Again, these events are mutually exclusive, and the probability of picking out no bad oranges is

[tex]P(O=0) = \dfrac{\dbinom63 \dbinom40}{\dbinom{10}3} = \dfrac16[/tex]

hence the probability of drawings at most 2 bad oranges is

[tex]P(O\le2) = P(O=0) + P(O=1) + P(O=2) = \dfrac16 + \dfrac12 + \dfrac3{10} = \boxed{\dfrac{29}{30}}[/tex]

Assume that the halting language [tex]H_T_M[/tex] is reducible to
some language B ([tex]H_T_M[/tex] [tex]$\leq$[/tex] [tex]_m[/tex] B). Is it possible that is decidable? Answer true/false and explain. Please help me this answer?

Answers

H_TM is reduced to HALT_TM and as such, HALT_TM is undecidable.

How to Interpret Machine Language?

A language is referred to as Decidable or Recursive if there is a Turing machine that accepts and halts on every input string w. This tells us that every decidable language is Turing-Acceptable.

Now, we are told that the halting language is reducible to some language B. This means that it is an undecidability via reduction.

Now, Using the idea that “ If A is undecidable and reducible to B, then B is undecidable.” Suppose R decides HALT_TM, we will construct S to decide ATM .

S = “On input (M, B)

This means that H_TM is reduced to HALT_TM and as such, HALT_TM is undecidable.

Read more about machine language at; https://brainly.com/question/28026656

#SPJ1

Solve log 5x = 3
A)
B)
C)
D)

Answers

Answer:

200

Step-by-step explanation:

log a is the same thing as: [tex]log_{10}{a}=b[/tex] which can be rewritten as [tex]10^b=a[/tex] and in general logarithms are in the form [tex]log_ba=c[/tex] which can be written as [tex]b^c=a[/tex]

Rewrite into exponential form

[tex]10^3=5x[/tex]

Simplify exponent

[tex]1000=5x[/tex]

Divide by 5

x=200

Answer:

200

Step-by-step explanation:

I don't know if there are answer choices but the answer is 200

Select all the correct answers.
For which values is this expression undefined?
x-1/(x^2-2x-3) + 5/(2x^2+2x)

Answers

The answer choice which represents values for which the expression is undefined is; x = -1.

What value of x renders the expression undefined?

It follows from the task content that the expression in discuss is made up of 2 rational expressions and hence, the value of x which makes the expression undefined is -1 because, upon substitution, we have; (1/0) + (5/0); which yields undefined.

Read more on undefined rational expressions;

https://brainly.com/question/13464119

#SPJ1

Answer:

x= 3. x= 0, x= -1

Step-by-step explanation:

Correct on edmentum

Answer two questions about Equations A and B:

A. 2x - 1 = 5x
B. - 1 = 3x

1) How can we get Equation B from Equation A?

Choose 1 answer:

A. Add/Subtract the same quantity to/from both sides
B. Add/Subtract a quantity to/from only one side
C. Rewrite one side (or both) by combining like terms
D. Rewrite one side (or both) using the distributive property

2) Based on the previous answer, are the equations equivalent? In other words, do they have the same solution?

Choose 1 answer:

A. Yes
B. No

Answers

1.  Rewrite one side (or both) by combining like terms. Option C

2. Yes, the equations are equivalent. Option A

Reasons for the answers

1.

Equation A ;  2x -1  = 5x

Equation B ; -1 = 3x

To get equation B from equation A

2x - 1 = 5x

Collect like terms

-1 = 5x -2x

Subtract the like terms

-1 = 3x

Thus, rewrite one side (or both) by combining like terms. Option C

2. 2x - 1 = 5x ...... equation A

Solution ;

2x -5x = 1

-3x = 1

x = -1/3

-1 = 3x

Solution;

x = -1/3

Thus, the equations are equivalent. Option A

Learn more about algebraic expressions here:

https://brainly.com/question/4541471

#SPJ1

What is x/7 >= -6? Please Answer!

Answers

Step-by-step explanation:

x/7 ≥ -6

we rewrite it as :

x/7 = -6

by cross multiplication

x = -42

In order words:

x ≥ -42

Hope this helps

Good luck ✅

Solve using the Quadratic Formula. 122+6−5=0

Answers

Step-by-step explanation:

You can't use quadratic formula in this

a) The difference between the circumference and the diameter of a circle is 90cmFind the radius of the circle​

Answers

Answer:

r=21.01 cm

Step-by-step explanation:

2r = diameter

Circumference of a circle = pi 2r

difference = 90

pi2r - 2r =90

 2r (pi-1) =90

90/(2(pi-1) = r = 21.01 cm

please help I will report if wrong... Brainlyest for the first right answer

Answers

Answer:

first three expressions are polynomials and last three are not.

Step-by-step explanation:

last three expression has negative powers of X and  some powers of Xs are not integers.

don’t understand the question would be a pleasure if someone were to explain and answer the questions! thank you

Answers

For question a there would be 200 terms because the exponent only rises by 1 each time, but there is also a 1 at the beginning so it would be 199+1.

For question b, you divide 312 by 4 which would give you 78 terms. This is because the ending term is 319 and the starting term is 7, but since it didn’t start at 1, you had to subtract 319 from 7 to get 312, and then divide 312 by 4, because each term rises by 4.

For question c, you subtract 533 from 33, which would give you 500 terms. This is because it didn’t start at 0, so you have to subtract from the term it started on, which was 33.

I hope this helped.


What would be your weight on the Moon if your weight on Earth is 80 lbs?
6 times 80 lbs
one-sixth of 80. Four Times 80 lbs one-fourth of 80 lbs

Answers

Answer: 1/6 of 80
I hope this helps.

For the system of inequalities below, which ordered pair is a solution?

3x-y<2
3y<9x-6

Answers

The solution to the given pair of inequalities is at any point on the line

System of inequalities

Inequalities are expressions that are not separated by an equal sign. Given the system of inequalities as shown:

3x-y<2

3y<9x-6

The solution of the system of inequality is the point of intersection of the lines. From the graphed line below, you can see that the point of intersection is at any point on the line since the lines are the same

Learn more on system of inequalities here: https://brainly.com/question/2516147

#SPJ1

G.SRT.1 In the coordinate plane, quadrilateral ABCD has vertices A (1, 1), * 1 point B (5,1), C (5,9), and D (1, 9). Quadrilateral FGHJ is shown in the coordinate plane below. What are the scale factor and the center of dilation that map quadrilateral BCD onto quadrilateral FGHJ?

Answers

Based on the vertices of quadrilateral ABCD and Quadrilateral FGHJ, A. The scale factor is 1/2, and the center of dilation is point A.

What is the scale factor?

First, note the vertices of Quadrilateral FGHJ:

F(1,1)  G(3 ,1)  J (1 , 5)  H(3 , 5)

Find the lengths of the sides of both quadrilaterals:

FG = (3, 1) - (1, 1)                                      AB = (5,1) - (1, 1)  

= (2,0)                                                           = (4, 0)

FH = (3, 5) - (1, 1)                                      AC = (5,9) - (1, 1)  

= (2,4)                                                           = (4, 8)

AB is twice the size of FG.

AC is twice the size of FH

This shows that quadrilateral FGHJ is 1/2 the size of quadrilateral ABCD.

Find out more on dilation at https://brainly.com/question/10253650.

#SPJ1

QUESTION IS DOWN BELOW WORTH 30 POINTS

Answers

Answer:

40 yds^3

Step-by-step explanation:

The answer should be 40 yards if you added it all together at the end

Which expression correctly represents “twice the sum of four and a number”?

Answers

Answer:

2 (4+x)

Step-by-step explanation:

4 + x     is  the sum of four and a number 'x'   now multiply by 2

2  ( 4+ x)

Please help!!! If the first 4 terms of a geometric sequence are...

Answers

Answer:

c.) aₙ = 5 × 4ⁿ⁻¹

Explanation:

Geometric sequence: aₙ = a(r)ⁿ⁻¹

where 'a' resembles first term of a sequence, 'r' is the common difference.

Here sequence: 5, 20, 80, 320,...

First term (a) = 5

Common difference (d) = second term ÷ first term = 20 ÷ 5 = 4

Hence putting into equation: aₙ = 5(4)ⁿ⁻¹

Find the outliers in the given data set below. 69, 16, 79, 80, 82

Answers

Answer:

16

Step-by-step explanation:

The outlier in the given dataset is "16".

Given is a data set 69, 16, 79, 80, 82, we need to determine the outliners of the set,

To identify outliers in a dataset, we generally use a statistical method such as the z-score or the IQR (interquartile range).

Since, the provided dataset is small with only five values, we can manually identify the outliers by observing the data.

An outlier is a value that significantly deviates from the rest of the dataset.

Let's examine the given dataset:

69, 16, 79, 80, 82

To identify outliers, we can consider any data points that are notably different from the others.

In this case, it seems that the value "16" is considerably lower than the other values.

Let's label it as a potential outlier.

Therefore, the outlier in the given dataset is "16".

Learn more about outliers click;

https://brainly.com/question/26958242

#SPJ4

What is the value of the function when x = 1 in the
piecewise function
g(x) =
{
3x
-2x
when x>1
when x≤1

Answers

Answer:

-2

Step-by-step explanation:

3x isnt used because it stated when x>1.

so -2(1) is -2, because x =< 1 is true

Find the diffrence between 6/7 and 2/3 In lowest terms

Answers

Answer:

4/7

Step-by-step explanation: Multiply 2/3 x 6/7 Put your answer in lowest terms a. 4/7

Answer:

Difference: 4/21

Step-by-step explanation:

the difference between two quantities is the result of a subtraction

[tex]\frac{6}{7} -\frac{2}{3} =\frac{(6)(3)-(7)(2)}{(7)(3)} =\frac{18-14}{21} =\frac{4}{21}[/tex]

The fraction can no longer be reduced

Hope this helps

rewrite y= 16x-32 -3 to make it easy to graph using a translation describe the graph

Answers

We can rewrite the given expression to:

[tex]4*\sqrt{x - 2} - 3[/tex]

So the correct option is the third one.

How to rewrite the expression?

Here we have the expression:

[tex]\sqrt{16x - 32} - 3[/tex]

Taking the 16 as a common factor inside the square root:

[tex]\sqrt{16*(x - 2)} - 3[/tex]

and 16 = 4², then:

[tex]\sqrt{16*(x - 2)} - 3 = \sqrt{4^2*(x - 2)} - 3\\\\4* \sqrt{(x - 2)} - 3[/tex]

Now, if the parent function is:

[tex]y = 4*\sqrt{x}[/tex]

Our function is the parent function translated 2 units to the right and 3 units down. The correct option is the third one

If you want to learn about translations:

https://brainly.com/question/24850937

#SPJ1

LCM of 4x²-100 and 4x + 20​

Answers

LCM of 4x²-100 and 4x + 20 is 4(x+5)(x-5)

What is  Least Common Multiple?

Least Common Multiple is defined as the smallest number that is a multiple of two or more numbers.

We have to factorise 4x²-100 which is of the form A²-B²,

= (2x)² -(10)²

= (2x+10)(2x-10)

= 2×2(x+5)(x-5)

= 4(x+5)(x-5).

We have to factorise 4x + 20​

= 4(x+5)

LCM of 4x²-100 and 4x + 20 = 4(x+5)(x-5).

Hence, LCM of 4x²-100 and 4x + 20 is 4(x+5)(x-5)

Learn more about Least Common Multiple

https://brainly.com/question/11533141

#SPJ1

Sanjeet paid $32.85 for 1 file and 3 identical pens. Leon paid $83.50 for 2 files and 8 identical pens. Find the cost of one such pen

Answers

The cost of the file is $6.15 and the cost of the pen is $8.9

Solving word problems with systems of linear equations.

The interpretation of the given word problem leads to a system of linear equations.

From the given information:

Let the file be denoted with f and the pen be denoted with p

f + 3p = 32.85 --- (1)

2f + 8p = 83.5 --- (2)

From equation (1)

f = - 3p+32.85

Replace the value of f in the above equation into equation (2)

2(-3p + 32.85) + 8p = 83.5

2p + 65.7 = 83.5

2p = 83.5 -65.7

2p = 17.8

p = 17.8/2

p = 8.9

Replacing the value of p = 8.9 into f = - 3p+32.85

f = -3(8.9)+32.85

f = 6.15

Therefore, we can conclude that the cost of the file is $6.15 and the cost of the pen is $8.9.

Learn more about solving a system of linear equations here:

https://brainly.com/question/13729904

#SPJ1

MATH: GRAPHS AND FUNCTIONS 3. HELP! 12 PTS (HARD)

Answers

Answer:

Step-by-step explanation:

+
Select the correct answer.
The parent function f(x)=√ is transformed to g(x)=2x-3). Which is the graph of g(x)?

Answers

The graph is in the attached image.

Identify the key features of the following graph. If the Domain is all real numbers, type in "All Real" into the Domain box.

Answers

The key features of the graph are:

Vertex (-2, -1)Axis of symmetry x = -2y-intercept (0, 3)MinimumDomain, -∞ < x < ∞Range y > = -1

How to determine the key features?

The graph has a minimum value at (-2, -1)

This represents the vertex

The x coordinate of the vertex is the axis of symmetry.

So, we have

x = -2

The graph crosses the y-axis at (0, 3)

This represents the y-intercept

The graph opens up.

This means that the vertex is minimum.

The domain is the set of all real number, because the graph extends in both directions on the x-axis without end

While the range is y >= -1, because it has a minimum at this point

Read more about functions at:

https://brainly.com/question/3951754

#SPJ1

On a unit circle, the terminal point of 0 is (1, 0). What is tan ?

Answers

By using the definitions of unit circle and trigonometric functions, we find that the tangent of the terminal point of the angle is equal to 0.

How to find determine a trigonometric function associated with an unit circle

In trigonometry, an unit circle is a circle with a radius of 1 and used to determine the values of trigonometric functions. There are two fundamental trigonometric functions: (i) sine, (ii) cosine, and the tangent is a derivate trigonometric function, which is defined below:

tan θ = y/x     (1)

If we know that x = 1 and y = 0, then the tangent of the terminal point of angle is:

tan θ = 0/1

tan θ = 0

By using the definitions of unit circle and trigonometric functions, we find that the tangent of the terminal point of the angle is equal to 0.

To learn more on trigonometric functions: https://brainly.com/question/6904750

#SPJ1

Answer:

tan= 0

Step-by-step explanation:

^^^correct :)

Hi, need help please to get my HS diploma...did not graduate :(
Write the point-slope form of an equation of the line through the points (-2, -3) and (-7, 4).

Answers

Answer:

The answer is A Find the point-slope form.

y+3= −7/5 ⋅ (x+2)

Step-by-step explanation:

What is the quotient of
6/7 and 3/14 ?

Answers

Answer:

4/1 or 4

Step-by-step explanation:

Answer:

4

Step-by-step explanation:

[tex]\frac{\frac{6}{7} }{\frac{3}{14} } =\frac{(6)(14)}{(7)(3)} =\frac{84}{21} =4[/tex]

Hope this helps

Determine the composition of transformations that would map figure ABCD to figure A''B'C''D'

Answers

The composition of transformations that would map figure ABCD to figure A''B'C''D' is 180° degree rotation about point C.

What is transformation?

It should be noted that transformation simply means the manipulation of a shape or geometric figure.

In this case, the composition of transformations that would map figure ABCD to figure A''B'C''D' is 180° degree rotation about point C.

Learn more about transformation on:

brainly.com/question/4289712

#SPJ1

The principal represents an amount of money deposited in a savings account subject to
compound interest at the given rate.
A. Find how much money there will be in the account after the given number of years.
B. Find the interest earned.
Click the icon to view some finance formulas.
A. The amount of money in the account after 5 years is $
(Round to the nearest hundredth as needed.)
Principal
$11,000
Rate
5%
Compounded
annually
Time
5 years

Answers

Step-by-step explanation:

So the general formula for compound interest is [tex]A = P(1+\frac{r}{n})^{nt}[/tex] where t is typically time in years, and n is how many times it's compounded per year. But in this case it's only compounded 1 time per year so the equation is just [tex]A = P(1+r)^t[/tex]. in this case P is the principal amount, r is the interest, and A is the final amount. So the 5% interest rate becomes 0.05 by dividing by 100 to convert it into decimal form and the principle amount of 11,000. This gives you the formula [tex]A = 11000(1.05)^t[/tex]. This is the answer to the first question where t is the time in years. When it says "Find interest earned" I'm a bit confused, is it giving you x amount of years where you have to calculate the interest earned or does it want a general equation? Because the general equation would be the final amount - the principle amount which calculates the difference. So the equation for interest earned would be [tex]11000(1.05)^t-11000[/tex]. To calculate the amount of money after 5 years you simply plug in 5 as t. this gives you the equation [tex]11000(1.05)^5 \approx 11000(1.276) \approx 14,039.10[/tex]

Other Questions
Which statements would best fit in a summary of this passage? Select three options.The tradesmen of Rome have a poor work ethic.Flavius wants to know why the cobbler is not working.The cobbler and others are celebrating Caesars victory.Flavius want to know why commoners are in the streets.The noblemen of Rome are concerned about fashion and shopping. Hay 20% mas duendes que magos en el club de magia. Hay 120 duendes en el club de magia. Cuntos magos hay en el club de magia? ext Post Test: Systems of Linear Equations and Inequalities1Use the drawing tool(s) to form the correct answers on the provided graph.1Graph the system of equations given below on the provided graph.2x - 3y = -183x + y = -5Then, use the Mark Feature tool to plot the solution to the system. Shawn suffers from gambling disorder. He needs to gamble with increasing amounts of money to feel excited. His symptom is similar to the _____ reactions often found in cases of substance use disorder. Calculate, to four decimal places, the first ten terms of the sequence. an = 1 +(4/9)^n Alexandra needs to reshingle her roof. She leans a ladder against the the wall of the house so that the top of the ladder is 8 feet above the ground. The bottom of the ladder is 5 feet from the base of the wall. Find the angle formed between the ladder and the house. Round the answer to the nearest whole degree. A. B. C. D. Please select the best answer from the choices provided A B C D In the figure, two poles are 25 m and 30 m high. A cable 16 m long joins the tops of the poles. Find the distance between the poles. HELP PLEASE. Wxyz is a dilation image of wxyz. Wich is the correct description of the dilation? A cat falls out of a window 40 m high. what is the speed of the cat 5 m from the sidewalk? Solve for x 3x 2(3x 2) = 2(4 x) + 3 Which two sentences best describe the resolution of a story?It is the final sentence of the story.It introduces the characters of the story.It brings the action in the story to an end.It resolves conflict in the storys here is the histogram of a data distribution. all class widths are 1. which of the following is the closest to the mean of this ditribution Perfectly competitive firms produce up to the point where the price of the good equals the marginal cost of producing the last unit. This condition is referred to as In your opinion, which is the best and simplest way to factor polynomials (including quadratics)? Explain why you chose this method compared to other methods. Are there some exceptions to this, maybe a polynomial that might factor better with another method? find the volume, show solution pls In The Dark Game, what is the central idea of the section about Elizabeth Van Lew? Elizabeth Van Lew used her servants to transport information. Elizabeth Van Lew helped many prisoners escape from Libby Prison. Elizabeth Van Lew obtained information from enemy prisoners Which of the following is the harm for a host organism in parasitism?1. Nourishment and development of parasites2. Acquiring new genes or characters from the parasites3. Developing new body parts for the parasites4. Increasing the parasite Which of the following could represent the interval 4 x 6? Question 10 of 10Read the following theme:Our significant past experiences shape our present nomatter how hard we try to bury them.Which event from "The Jiting of Granny Weatherall best shows this theme?OA Granny thinks of the doctor as an inexperienced child.& Granny is preoccupied with the unpicked fruit on her land.C. Granny thinks about being left behind at the altarOD Granny insists that she's well, even though she isn't.SUBMIT Some barriers to critical thinking include egocentrism, conformity, absolutism, and _______________________.