Sulin had a sum of money. She spent 1/5 of it in January,1/4 of it in February and $220 in March. After spending these amounts of money, she still had $110 left. How much money did she have at first?​

Answers

Answer 1
220-110=110
110+220= 330
So she had 330$
Answer 2
1/5 of money in Jan = 1x4/5x4 = 4/20
1/4 of money in Feb = 1x5/4x5 = 5/20
Reminder = 11/20
Each unit = 330x11 = 110
Money she had at first was = 110x20 = 2200

Related Questions

A data set comparing a woman's shoe size to her height is represented by the table.


Shoe Size Height (inches)
7 60
9 72
10 65
7 68
9 69.5
10 70
12 75
12 61
13 68


What is the equation for the line of best fit for a woman's height, y, based on her shoe size, x?
y = −0.49x + 62.8
y = 0.49x + 62.8
y = 0.65x − 69.5
y = −0.65x − 69.5

Answers

Answer:

y = 0.49x + 62.8

Step-by-step explanation:

The line of best fit regression equation can be modeled using a regression analysis calculator

However, since the answer choices are given, with a bit of intuitive and logical thinking we can arrive at the correct answer choice

Let's eliminate the last answer choice: y = −0.65x − 69.5

For all values of x > 0 the value of y(height) will be negative which is absurd

The second-last(3rd answer choice) can also be eliminated. At x = 10
y = 0.65(10) - 69.5  =  - 6.5 - 69.5 = - 64. The y-value is negative for all shoesizes shown

First choice seems reasonable:
However because of the -0.49x factor the height decreases as shoe size increases. This is counter-intuitive. Taller women tend to have bigger feet

Therefore the only correct answer choice is the second one:
y = 0.49x + 62.8

which shows a positive correlation between x and y

Think about the LeBron James picture search again. You are opening boxes of cereal one at a time looking for his picture, which is in 20% of the boxes. You want to know how many boxes you might
have to open in order to find LeBron.
a) Describe how you would simulate the search for LeBron using random numbers.
b) Run at least 30 trials.
c) Based on your simulation, estimate the probabilities that you might find your first picture of LeBron in the first box, the second, etc.
d) Calculate the actual probability model.
e) Compare the distribution of outcomes in your simulation to the probability model.

Answers

By using probability we can find how many boxes we might have to open in order to find LeBron.

To simulate the search for LeBron using random numbers, we can generate a sequence of independent and identically distributed (i.i.d) Bernoulli trials with a success probability of 0.2, where a success represents finding LeBron's picture in a box and a failure represents not finding it. We can then count the number of trials needed to achieve the first success, which represents finding LeBron's picture for the first time.

Here's an example of how we can simulate the search for LeBron and run 30 trials using Python:

import random

num_trials = 30

successes = []

for i in range(num_trials):

   found = False

   num_boxes = 0

   while not found:

       num_boxes += 1

       if random.random() < 0.2:

           found = True

   successes.append(num_boxes)

print(successes)

Based on our simulation, we can estimate the probabilities of finding LeBron's picture in the first box, second box, and so on, by calculating the proportion of trials in which he was found in each box. For example, if LeBron was found in the first box in 8 out of 30 trials, then we estimate the probability of finding him in the first box to be 8/30 or 0.267.

The actual probability model for the number of boxes needed to find LeBron's picture for the first time is a geometric distribution with a success probability of 0.2. The probability mass function of the geometric distribution is given by:

P(X = k) = (1-p)^(k-1) * p

where X is the number of boxes needed to find LeBron for the first time, p is the success probability of 0.2, and k is a positive integer representing the number of boxes needed.

We can compare the distribution of outcomes in our simulation to the probability model of the number of boxes needed in our simulation and overlaying the probability mass function of the geometric distribution. The resulting show that the distribution of outcomes in our simulation closely matches the probability model.

To know more about Probability:

https://brainly.com/question/30034780

#SPJ4

Estimating volume Estimate the volume of material in a cylindrical shell with height 30 in, radius 6 in., and shell thickness 0.5 in.

Answers

The volume of material in a cylindrical shell is 180π.

Cylindrical shell with height 30 in & radius 6 in & and shell thickness 0.5 in.

We estimate the volume of material by using differentials dV with r=6 and d r=0.5.

The cylinder has a circular base and is a three-dimensional shape. A group of circular discs placed on top of one another might be thought of as a cylinder.

One way to think of a cylinder is as a grouping of numerous congruent discs piled one on top of the other. We determine the area occupied by each disc separately, add them together, and then determine the area filled by a cylinder. As a result, the product of the base area and height can be used to determine the cylinder's volume.

The volume of a cylindrical shell is

[tex]$V=\pi r^2 h$[/tex],

Where, base radius ‘r’, and height ‘h’, the volume will be base times the height.

So,  [tex]$\frac{d V}{d r}=2 \pi r h$[/tex].

[tex]dV & =2 \pi r h d r \\[/tex]

[tex]& =2 \pi \cdot 6 \cdot 30 \cdot 0.5 \\& =180 \pi .[/tex]

Therefore, the volume is 180π.

For more such questions on volume of cylinder

https://brainly.com/question/24159177

#SPJ4

Recorded here are the germination times (in days) for ten randomly chosen seeds of a new type of bean. 18, 12, 20, 17, 14, 15, 13, 11, 21, 17 Assume that the population germination time is normally distributed. Find the 99% confidence interval for the mean germination time. (–3.250, 3.250) (13.063, 18.537) (12.550, 19.050) (12.347, 19.253) (13.396, 18.204)

Answers

Option c is the correct option.

As a result, the 99% confidence range for the mean germination time is (12.550, 19.050).

As per the question given,  

To find the 99% confidence interval for the mean germination time, we can use the t-distribution with n-1 degrees of freedom.

First, we need to calculate the sample mean and sample standard deviation:

sample mean = (18+12+20+17+14+15+13+11+21+17)/10 = 16

sample standard deviation = sqrt(((18-16)^2 + (12-16)^2 + ... + (17-16)^2)/9) ≈ 3.605

Next, we need to find the t-value for the 99% confidence level with 9 degrees of freedom (n-1). Using a t-distribution table or calculator, we find that t = 3.250.

Finally, we can calculate the confidence interval using the formula:

confidence interval = sample mean ± (t-value) * (sample standard deviation / sqrt(n))

Plugging in the values, we get:

confidence interval = 16 ± (3.250) * (3.605 / sqrt(10))

confidence interval ≈ (12.550, 19.050)

Therefore, the 99% confidence interval for the mean germination time is (12.550, 19.050), which is option (c).

For such more questions on Deviation

https://brainly.com/question/475676

#SPJ4

What is the answer to this equation: [tex]4\cdot\frac{(6^2\cdot10+\sqrt{-600+5000\cdot3})}{4!}-\log_{10}{((\frac{1}{100})^{-\frac{1}{2}}\cdot10^{10})}[/tex]

Answers

The solution of the quadratic and logarithm expression of ( 6² · 10 + √ (-600  +   5000·3 ) / 4 ) - Log₁₀ ( (¹/₁₀₀ )⁻¹/₂ · 10¹ ) is determined as 118.

What is the solution of the quadratic and logarithm expression?

The solution of the quadratic and logarithm expression is calculated as follows;

= ( 6² · 10 + √ (-600  +   5000·3 ) / 4 ) - Log₁₀ ( (¹/₁₀₀ )⁻¹/₂ · 10¹ )

= ( 360 + √ (14,400 ) / 4 )  - Log₁₀ ( 10 · 10¹ )

= ( 360 + 120 ) / 4 ) - Log₁₀ (10²)

= 120 - 2Log₁₀ (10)

= 120 - 2

= 118

Learn more about logarithm here: https://brainly.com/question/25993029

#SPJ1

Find the vertical asymptotes (if any) of the graph of the function. (Use n as an arbitrary integer if necessary. If an answer does not exist, enter DNE.)
T(t) = 1 – 5/T2

Answers

The function T(t) has a vertical asymptote at t = 0, since the denominator T² approaches zero as t approaches 0.

What is Differential equation?

A differential equation is an equation that contains one or more functions with its derivatives.

The given function is T(t)=1-5/t²

We need to find the vertical asymptote of the given function.

To find the vertical asymptotes, set the denominator equal to zero and solve for t.

The function T(t) has a vertical asymptote at t = 0, since the denominator T² approaches zero as t approaches 0 from either side.

There are no other vertical asymptotes for T(t).

Hence, the function T(t) has a vertical asymptote at t = 0, since the denominator T² approaches zero as t approaches 0.

To learn more on Differentiation click:

https://brainly.com/question/24898810

#SPJ9

The sum of two numbers is 46 and the difference is 12. What are the numbers?

Larger Number :

Smaller Number :

Answers

Answer: Larger number = 29, Smaller number = 17

Hope this helps :)

Step-by-step explanation:

x + y = 46

x - y = 12 or 12 + y = x

12 + y + y = 46 or 12 +2y = 46 (Combine like terms)

46 - 12 = 34

2y = 34

/2     /2

y = 17

x + y = 46

x + 17 = 46

   -17     -17

x = 29

29 + 17 = 46

To do a load of laundry in the grooming room, we add 1 cup of bleach per load of laudry. If the machine holds 5 gallons of water what is the ratio of bleach to water in the wash?

Answers

Answer:

1 cup: 80 cups

Step-by-step explanation:

What are units?

A unit can be used for measurement and is commonly found in mathematics to describe length, size, etc.

1 gallon = 16 cups

To solve for the number of cups in 5 gallons, we can use this equation:

16 × 5 = 80

So, for every 5 gallons there are 80 cups.

The ratio now looks like this:

1: 80

Therefore, the ratio of bleach to water in the wash is 1: 80

The red rectangle is the pre-image and the green rectangle is the image. What would be the coordinate of A" if the scale factor of 3 is used?

Pls show all your work!

Keep in mind I will immediately mark brainliest for the right answer!

Answers

Step-by-step explanation:

from red to green the scale factor was 2 (or rather 1/2).

so, it is not clear if a scale factor of 3 means now enlargement or again reduction ?

if it means reduction then

A'' = A'/3 = (-4, -2)/3 = (-4/3, -2/3)

if it is enlargement then

A'' = A'×3 = (-4, -2)×3 = (-12, -6)

A shipping container is in the form of a right rectangular prism, with dimensions of 35 ft by 8 ft by 7 ft 6 in. How many cubic feet of shipped goods would it hold when it’s half full? Round your answer to the nearest tenth if necessary.

Answers

7 cubic feet that’s the answer.

A grocer can buy raspberries from a local farmer for $1.04 per pound (lb). Her last raspberry order from the farmer cost $171.08 How many pounds of raspberries did
the grocer order? Round your answer to the nearest tenth if needed
Answer
Duration: 0010:10
f(x) pounds of raspberries from the local farmer

Answers

The number of pounds of raspberries that the grocer ordered is 164.5 pounds


How to calculate the number of pounds of raspberries that the grocer ordered?

A grocer can purchase raspberries that costs $1.04 per pound

Her last raspberry order from the farmer costs $171.08

Therefore the number of pounds of raspberries that the grocer ordered can be calculated as follows

= 171.08/1.04

= 164.5

Hence the grocer ordered 164.5 pounds of raspberries

Read more on pounds here
https://brainly.com/question/25076966

#SPJ1

Solve for X:

[tex]16^x + 2^3^x^+^1-2^2^x^+^3=0[/tex]

I know that the [tex]16^x[/tex] can be written as [tex]2^4^x[/tex] to keep it consistent with the rest of the problem, but I keep getting multiple different answers despite being told X = 1. Any help to learn how to solve this would be appreciated!

Answers

Split into three equations

2^2x=0; 2^x=0; 2^x+4=0


Add 2 to both sides

2^x=2^1 ; 2^x+4=0


Equate exponent of 2 on both sides

X=1; 2^x=-4


Subtract 4 from both sides


Solution

X=1

Consider two data sets. Set A: n = 5; x = 10 Set B: n = 50; x = 10 (a) Suppose the number 26 is included as an additional data value in Set A. Compute x for the new data set. Hint: x = nx. To compute x for the new data set, add 26 to x of the original data set and divide by 6. (Round your answer to two decimal places.) (b) Suppose the number 20 is included as an additional data value in Set B. Compute x for the new data set. (Round your answer to two decimal places.) (c) Why does the addition of the number 20 to each data set change the mean for Set A more than it does for Set B? 1) Set B has a smaller number of data values than set A, so to find the mean of B we divide the sum of the values by a larger value than for A. 2) Set B has a larger number of data values than set A, so to find the mean of B we divide the sum of the values by a smaller value than for A. 3) Set B has a smaller number of data values than set A, so to find the mean of B we divide the sum of the values by a smaller value than for A. 4) Set B has a larger number of data values than set A, so to find the mean of B we divide the sum of the values by a larger value than for A.

Answers

(a) The new x for Set A is 12.00.

(b) The new x for Set B is 10.04.

(c) The addition of the number 26 to each data set changes the mean for Set A more than it does for Set B because Set A has a smaller sample size than Set B.

So the Correct answer is option 4.

When a new value is added to a smaller data set, it has a larger impact on the mean than when added to a larger data set, because the new value represents a larger proportion of the overall data set. This means that adding 26 to Set A had a more significant effect on its mean than adding 26 to Set B.

Learn more about Sets:

https://brainly.com/question/13458417

#SPJ4

Please help!!!! Factor

Answers

Answer:

25y^2= 125 because 25 x 25=125 and then plug in subtract 61.  125y-61

Find the lcm of 20,48 and show your work

Answers

The Least Common Multiple ( LCM ) of 20 and 48 is 240

What is HCF and LCM?

The Greatest Common Divisor GCF or the Highest Common Factor HCF is the highest number that divides exactly into two or more numbers. It is also expressed as GCF or HCF

Least Common Multiple (LCM) is a method to find the smallest common multiple between any two or more numbers. A common multiple is a number which is a multiple of two or more numbers

Product of HCF x LCM = product of two numbers

Given data ,

Let the first number be A

Now , the value of A = 20

Let the second number be B

Now , the value of B = 48

The least common multiple LCM of A and B is calculated by

Prime factorization of 20 = 2 x 2 x 5

Prime factorization of 48 = 2 x 2 x 2 x 2 x 3

Now , LCM = 2 × 2 × 2 × 2 × 3 × 5

The LCM of 20 and 48 = 240

Hence , the LCM is 240

To learn more about HCF and LCM click :

https://brainly.com/question/20049151

#SPJ9

Suppose that X is a random variable with mean 2 and variance 3. (a) Compute Var(2X + 1). (b) Compute E[(3X - 4) ^ 2]

Answers

From the given information provided, for random variable x, Var(2X + 1) = 12,  E[(3X - 4²)] = 31.

A random variable is a variable whose value is subject to random variation, meaning that the outcome of an experiment or process is not deterministic, but rather is determined by chance.

(a) Using the properties of variance, we have:

Var(2X + 1) = Var(2X) = 4Var(X) = 4(3) = 12

(b) Using the linearity of expectation and the properties of variance, we have:

E[(3X - 4)²] = Var(3X - 4) + [E(3X - 4)]²

= Var(3X) + Var(-4) + [3E(X) - 4]²

= 9Var(X) + 0 + [3(2) - 4]²

= 27 + 4

= 31

Learn more about variable here: brainly.com/question/27894163

#SPJ4

What is the area of a triangle that has a base of 4 1/2 inches and a height of 3 inches

Answers

Answer:

6.75

Step-by-step explanation:

4.5(3)/9

Answer: The area is 6.75 square inches

Step-by-step explanation:

A=(1/2)*b*h

4.5*3*(1/2) = 6.75

A = 6.75

Consider the integral Z sec3 x dx. There are often more ways than one to solve an integral. In this and the next questions, we will explore different ways to solve this integral. (a) Let u = tan x, try a substitution. (b) Let u = sec x, try a substitution.

Answers

The integral Z sec3 x dx can be solved using substitution in two ways: either with u = tan x, or with u = sec x. The solutions are x + 1/4 (tan x)4 + C and 1/3 (sec x)3 + C, respectively.

a) Let u = tan x. Then du = sec2 x dx and dx = du/sec2 x, so

Z sec3 x dx = Z sec3 (tan x) (du/sec2 x)

                = Z sec2 (tan x) du

                = Z u sec2 u du

                = Z u (1 + u2) du

                = Z du + Z u3 du

                = x + 1/4 u4 + C

                = x + 1/4 (tan x)4 + C

b) Let u = sec x. Then du = sec x tan x dx = sec2 x dx and dx = du/sec2 x, so

Z sec3 x dx = Z sec3 (sec x) (du/sec2 x)

                = Z sec2 (sec x) du

                = Z u2 du

                = 1/3 u3 + C

                = 1/3 (sec x)3 + C

The integral Z sec3 x dx can be solved using substitution in two ways: either with u = tan x, or with u = sec x. The solutions are x + 1/4 (tan x)4 + C and 1/3 (sec x)3 + C, respectively.

Learn more about integral here:

https://brainly.com/question/18125359

#SPJ4

New houses in a neighborhood are selling for $175,000. A down payment of $18,000 is required and a 25-year mortgage at an annual interest rate of 8% is available. Find the monthly mortgage payment.

Answers

To find the monthly mortgage payment for a $175,000 house with a down payment of $18,000 and a 25-year mortgage at an annual interest rate of 8%, we can use the following formula:

M = P [ i(1 + i)^n ] / [ (1 + i)^n – 1 ]

where M is the monthly mortgage payment, P is the principal (loan amount) which is $175,000 - $18,000 = $157,000 in this case, i is the monthly interest rate, and n is the total number of payments, which is 25 years x 12 months/year = 300 months.

To find the monthly interest rate, we divide the annual interest rate by 12:

i = 8% / 12 = 0.00666666667

Plugging in these values, we get:

M = $157,000 [ 0.00666666667(1 + 0.00666666667)^300 ] / [ (1 + 0.00666666667)^300 – 1 ]

Simplifying this expression using a calculator or spreadsheet software, we get:

M ≈ $1,222.11

Therefore, the monthly mortgage payment for a $175,000 house with a down payment of $18,000 and a 25-year mortgage at an annual interest rate of 8% is approximately $1,222.11.

NO LINKS!!! URGENT HELP PLEASE!!!


For #7-9, find the area of each figure, round your answer to one decimal place if necessary.

Answers

Answer:

7)  468 ft²

8)  864 m²

9)  192 cm²

Step-by-step explanation:

To calculate the area of each given composite figure, divide the figure into two rectangles and sum the area of the two rectangles.

[tex]\boxed{\begin{minipage}{5cm}\underline{Area of a rectangle}\\\\$A=w\cdot l$\\\\where:\\ \phantom{ww} $\bullet$ \quad $w$ is the width.\\ \phantom{ww} $\bullet$ \quad $l$ is the length.\\\end{minipage}}[/tex]

Question 7

Separate the figure into two rectangles by drawing a vertical line (see attachment).

[tex]\begin{aligned}\textsf{Total Area}&=\textsf{Area 1}+\textsf{Area 2}\\&=16 \cdot 17 + 14 \cdot 14\\&=272+196\\&=468\; \sf ft^2\end{aligned}[/tex]

Question 8

Separate the figure into two rectangles by drawing a horizontal line (see attachment).

[tex]\begin{aligned}\textsf{Total Area}&=\textsf{Area 1}+\textsf{Area 2}\\&=18 \cdot 18 + 30 \cdot 18\\&=324+540\\&=864\; \sf m^2\end{aligned}[/tex]

Question 9

Separate the figure into two rectangles by drawing a horizontal line (see attachment).

[tex]\begin{aligned}\textsf{Total Area}&=\textsf{Area 1}+\textsf{Area 2}\\&=8 \cdot 8+16 \cdot 8\\&=64+128\\&=192\; \sf cm^2\end{aligned}[/tex]

There are 80 Calories in every 4-ounce serving of grapes. Which equation can be
used to determine the number of Calories, y, in x ounces of grapes?

Answers

The solution is, y = 20x is the equation can be used to determine the number of Calories, y, in x ounces of grapes.

What is equation?

An equation is a  mathematical statement that is made up of two expressions connected by an equal sign.  In its simplest form in algebra, the definition of an equation is a mathematical statement that shows that two mathematical expressions are equal. For instance, 3x + 5 = 14 is an equation, in which 3x + 5 and 14 are two expressions separated by an 'equal' sign.

here, we have,

There are 80 Calories in every 4-ounce serving of grapes.

i.e. in 1 ounce there are 80/4 = 20 cal.

so, the number of Calories, y, in x ounces of grapes

means, y = 20x

Hence, The solution is, y = 20x is the equation can be used to determine the number of Calories, y, in x ounces of grapes.

To learn more on equation click:

brainly.com/question/24169758

#SPJ1

The lengths of two sides of a triangle are given. Determine the two lengths the third side must be between.

A. 18 yd, 16 yd

B. 65 meters, 65 meters​

Answers

Using the triangular inequality we will get that:

A) 2 < x < 34.

B) 0 < x < 130

How to estimate the possible lengths of the third value?

For a triangle with sides A, B, and C, the triangular inequality says that:

A + B > C

A + C > B

B + C > A

A) two lengths are 18 yards and 16 yards, and the missing length is x, so we can write:

18 + x > 16    →   x > 16 - 18 = -2

16 + x  > 18   →   x > 18 - 16 = 2

16 + 18 > x     →  34 > x

Taking the two more restrictive ones, we can see that 2 < x < 34.

B) Same thing:

x + 65 > 65

x + 65 > 65

65 + 65 >  x

If we simplify that, we will get:

0 < x < 130

Learn more about triangles at:

https://brainly.com/question/2217700

#SPJ1

X is a normally distributed random variable with a mean of 22 and a standard deviation of 5. The probability that X is between 17 and 27 is Group of answer choices 0.6826 0.6931 0.3413 0.9931 0.0069

Answers

The probability that X is between 17 and 27 is given as follows:

0.6826.

How to obtain probabilities using the normal distribution?

The z-score of a measure X of a variable that has mean symbolized by [tex]\mu[/tex] and standard deviation symbolized by [tex]\sigma[/tex] is obtained by the rule presented as follows:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The z-score represents how many standard deviations the measure X is above or below the mean of the distribution, depending if the obtained z-score is positive or negative.Using the z-score table, the p-value associated with the calculated z-score is found, and it represents the percentile of the measure X in the distribution.

The mean and the standard deviation for this problem are given as follows:

[tex]\mu = 22, \sigma = 5[/tex]

The probability that X is between 17 and 27 is the p-value of Z when X = 27 subtracted by the p-value of Z when X = 17, hence:

Z = (27 - 22)/5

Z = 1

Z = 1 has a p-value of 0.8413.

Z = (17 - 22)/5

Z = -1

Z = -1 has a p-value of 0.1587.

0.8413 - 0.1587 = 0.6826.

More can be learned about the normal distribution at https://brainly.com/question/25800303

#SPJ1

find the value(s) of c guaranteed by the mean value theorem for integrals for the function over the given interval. (enter your answers as a comma-separated list.) f(x) = x2, [0, 2]

Answers

By the Mean Value Theorem for Integrals, there exists a value c in the interval [0,2] such that the average value of the function f(x) = x^2 over [0,2] is equal to f(c).

The average value of f(x) over [0,2] is given by:

(1/(2-0)) * ∫[0,2] x^2 dx

= (1/2) * [x^3/3] from 0 to 2 interval.

= (1/2) * (8/3)

= 4/3

Therefore, there exists a value c in [0,2] such that f(c) = 4/3.

To find the specific value(s) of c, we can solve the equation f(c) = 4/3, which gives:

c^2 = 4/3

c = ±[tex]\sqrt{(4/3)}[/tex]

So the value(s) of c guaranteed by the Mean Value Theorem for Integrals are c = [tex]\sqrt{4/3}[/tex] and c = - [tex]\sqrt{4/3}[/tex]

You can learn more about interval at

https://brainly.com/question/28272404

#SPJ4

Mina buys 2 1/2pounds cheese, 1 3/8 pounds of salami and some
apples. When she pays the bill the clerk says that she has a total of 5 3/4 pounds of food right in equation to 
to show how much mina buys

Answers

Answer:

The bananas weigh 1 [tex]\frac{7}{8}[/tex] pounds

Step-by-step explanation:

How many pounds of apples?

5 [tex]\frac{3}{4}[/tex] - (2 [tex]\frac{1}{2}[/tex] + 1 [tex]\frac{3}{8}[/tex])

5 [tex]\frac{3}{4}[/tex]  -( 2 [tex]\frac{4}{8}[/tex] + 1 [tex]\frac{3}{8}[/tex])     I multiplied [tex]\frac{1}{2}[/tex] x [tex]\frac{4}{4}[/tex] to get [tex]\frac{4}{8}[/tex]

5 [tex]\frac{3}{4}[/tex] - 3 [tex]\frac{7}{8}[/tex]

5 [tex]\frac{6}{8}[/tex] - 3 [tex]\frac{7}{8}[/tex]        I multiplied [tex]\frac{3}{4}[/tex] x[tex]\frac{2}{2}[/tex] to get [tex]\frac{6}{8}[/tex]

(4 [tex]\frac{8}{8}[/tex] + [tex]\frac{6}{8}[/tex]) - 3 [tex]\frac{7}{8}[/tex]   I rewrote 5 [tex]\frac{6}{8}[/tex] so I could regroup ( 1 means the same as [tex]\frac{8}{8}[/tex]

4 [tex]\frac{14}{8}[/tex] - 3 [tex]\frac{7}{8}[/tex]

1 [tex]\frac{7}{8}[/tex]

Question At a sports event, a fair coin is flipped to determine which team has possession of the ball to start. The coin has two sides, heads, (H), and tails, (T). Identify the correct experiment, trial, and outcome below: Select all that apply: The experiment is identifying whether a heads or tails is flipped. The experiment is flipping the coin Atrial is flipping a heads. Atrial is one flip of the coin. An outcome is flipping a tails. An outcome is flipping a coin once.

Answers

The probability of flipping a heads or tails is the same, which is P(H or T) = 1.0.

The experiment of flipping a coin is an example of a binomial experiment as it has two possible outcomes, heads (H) or tails (T). The trial is the act of flipping the coin, and the outcome is the result of the flip, either heads or tails. The probability of flipping a heads is 50%, which can be expressed as a fraction: P(H) = 1/2, or a decimal: P(H) = 0.5. The probability of flipping a tails is also 50%, which can be expressed as P(T) = 1/2, or P(T) = 0.5. Therefore, the probability of flipping a heads or tails is the same, and this probability can be calculated as follows: P(H or T) = P(H) + P(T) = 0.5 + 0.5 = 1.0.

Learn more about probability here:

https://brainly.com/question/30034780

#SPJ4

Snowcat Ridge Alpine Snow Park, the first outdoor snow park in Florida, opened in Dade City in 2020. The park features a snow tubing hill
shown below. Find the distance x from the top of the hill to the bottom. Round your answer to the nearest tenth.
400 ft
The distance x from the top of the hill to the bottom is about

Answers

Using Pythagorean theorem, the distance from the top of the hill to the bottom is 404.5 feet

What is Pythagorean Theorem

The Pythagorean Theorem is a mathematical concept that states that in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides. In mathematical terms, the theorem can be expressed as:

x^2 = y^2 + z^2,

where x is the length of the hypotenuse, and y and z are the lengths of the other two sides.

From the diagram given, we can find the hypothenuse by;

x² = 60² + 400²

x² = 163600

x = √163600

x = 404.5ft

Learn more on Pythagorean theorem here;

https://brainly.com/question/343682

#SPJ1

Please help with this math question!!

Answers

Solve for x: X= 23

Remove the radical by raising each side to the index of the radical.

describe all numbers x that are at a distance of 3 from the number 11 . express this using absolute value notation.

Answers

The set of all numbers x that are at a distance of 3 from the number 11 is {8, 14} or can be expressed using absolute value notation: |x - 11| = 3

The set of all numbers x that are at a distance of 3 from the number 11 can be described using absolute value notation as:

|x - 11| = 3

The absolute value of x minus 11 must be equal to 3. This can be interpreted geometrically as the set of all points on the number line that are 3 units away from the point 11. These points can be found by adding and subtracting 3 from 11, giving us the two solutions:

x = 11 + 3 = 14

x = 11 - 3 = 8

Learn more about absolute value here:

https://brainly.com/question/24368848

#SPJ4

What is -2x + 13 = -7X + 28

Answers

x = 3
-2(3) + 13 = -7(3) + 28
7 =7
Other Questions
A juice drink contains 100 oz of concentrated juice and water, and is 28%concentrated juice. If the drink is to be weakened to 20%, how much water must be added?Actually answer. I will, and have, reported for people faking the asnwer or not answering at all. Please. What was the primary way planter and manufactures in the south transported their goods what is word sweater in spanish How does the author's repetition of the word burning influence the reader's perception of paragraph7? (9C)a. The author's repetition of the word burning highlights the danger of the situation.b. The author's repetition of the word burning illustrates the ambiguity of the situation.c. The author's repetition of the word burning suggests that more violent events will come.d. The author's repetition of the word burning underscores the resident's desire for vengeance. What is the lateral surface area of the triangular prism shown below?Responses40 cm2150 cm 2170 cm2170 cm 2,190 cm 4. Look at the painting below. Name the painting and the artist, and describe its important features. (8 points) Barium metal was quantitatively precipitated from a 1.52 g sample of BaCl22H2O. The mass of the barium that was collected was 0.844 g. Calculate the experimental mass percent of barium in the sample.Calculate the theoretical mass percent of barium in BaCl22H2O. if you are sitting 8.20m from a 70.0 w speaker what is the intensity of the sound (treat the speaker as a point source.) (Unit=W/m^2) From the diagram below, if AC = 27, CD = 9, and DB = 3, then what would be the length of AB? Menthol, C10H200, is a compound oftenused in creams and lotions for muscleaches. If there are 10.0 grams of mentholin a cream, how many hydrogen atomsare in the menthol sample?[?] x 10] atoms HEnter the coefficient in the green blank and theexponent in the yellow blank. Report your answerto the appropriate number of significant figures!Coefficient (green)Exponent (yellow)Enter Why is the ozone content of the stratosphere important to living organisms? if a material absorbs all frequencies of light wave except for GREEN,what color will be perceived by the observer? what is the tendency of people to be concerned primarily with their own values, beliefs, and well-being? fill in the blank. after carefully studying how three single parents dealt with the loss of their jobs, dr. phong began to overestimate the national rate of unemployment. in this instance, dr. phong should be warned that___may be misleading. Your college has received some money for improvements to its sports facilities. Write a proposal for the college with ideas on which facilities could be improved and how. Explain how this will benefit students and staff. Which has the most thermal energy? According to B. F. Skinner, which of the following alternatives to punishment represents the BEST method for reducing an undesirable behavior?Mark is reinforced for working quietly in class instead of being punished for disrupting class.associating events; associating a response with a consequence (reinforcer or punisher)reward Jamal for not interrupting her during a phone call.Parents should yell at the girl. One long wire carries a current of 20 a along the entire x axis. A second long wire carries a current of 25 a perpendicular to the xy plane and passes through the point (0, 4, 0) m. What is the magnitude of the resulting magnetic field at the point y = 2. 0 m on the y axis?. Select the word from the drop-down menu.The boys thought the movie was a Choose... sequel.Choose...badbaddestbadlypoorly What is ecology of communities?