A jar contains 11red marbles, 12 blue marbles and 6 white marbles. Four marbles from the jar are selected. With each marble being replaced after each selection. What is the probability that the first red marble chosen is on the 5th selection?

Answers

Answer 1

Answer:

Red on the 5th draw = 0.0907

Step-by-step explanation:

The first to fourth selections are all the same.

Blue + white = 12 + 6 = 18

The total number of marbles is 11 + 12 + 6 = 29

P(~ red) for the first four times = (18/29)^4 = 0,1484

Now on the 5th time, the first red is 11/18

So the Probability is 0.1484 * 11/18 = 0.0907


Related Questions

The director of research and development is testing a new medicine. She wants to know if there is evidence at the 0.02 level that the medicine relieves pain in more than 384 seconds. For a sample of 41 patients, the mean time in which the medicine relieved pain was 387 seconds. Assume the population standard deviation is 23. Find the P-value of the test statistic.

Answers

Answer:

The p-value of the test statistic is 0.2019.

Step-by-step explanation:

Test if there is evidence at the 0.02 level that the medicine relieves pain in more than 384 seconds.

At the null hypothesis, we test if it relieves pain in at most 384 seconds, that is:

[tex]H_0: \mu \leq 384[/tex]

At the alternative hypothesis, we test if it relieves pain in more than 384 seconds, that is:

[tex]H_1: \mu > 384[/tex]

The test statistic is:

[tex]z = \frac{X - \mu}{\frac{\sigma}{\sqrt{n}}}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, [tex]\sigma[/tex] is the standard deviation and n is the size of the sample.

384 is tested at the null hypothesis:

This means that [tex]\mu = 384[/tex]

For a sample of 41 patients, the mean time in which the medicine relieved pain was 387 seconds. Assume the population standard deviation is 23.

This means that [tex]n = 41, X = 387, \sigma = 23[/tex]

Value of the test statistic:

[tex]z = \frac{X - \mu}{\frac{\sigma}{\sqrt{n}}}[/tex]

[tex]z = \frac{387 - 384}{\frac{23}{\sqrt{41}}}[/tex]

[tex]z = 0.835[/tex]

P-value of the test:

The p-value of the test is the probability of finding a sample mean above 387, which is 1 subtracted by the p-value of z = 0.835.

Looking at the z-table, z = 0.835 has a p-value of 0.7981.

1 - 0.7981 = 0.2019

The p-value of the test statistic is 0.2019.



Suppose 50.7 liters of water came out of a faucet today. If 2.6 liters of water come out each minute, for how many minutes was the faucet on?

Answers

I believe the answer is 19.5 (or 19m 30s), 50.7/2.6=19.5, 2.6x19.5=50.7

Select the correct statement about what data scientists do during the Data Preparation stage.

a. During the Data Preparation stage, data scientists define the variables to be used in the model.
b. During the Data Preparation stage, data scientists determine the timing of events.
c. During the Data Preparation stage, data scientists aggregate the data and merge them from different sources.
d. During the Data Preparation stage, data scientists identify missing data.
e. All of the above statements are correct.

Answers

Answer:

e. All of the above statements are correct.

Option e is correct. All of the above statements are correct.

What is Data science?

Data science is an interdisciplinary academic field that uses statistics, scientific computing, scientific methods, processes, algorithms and systems to extract or extrapolate knowledge and insights from noisy, structured and unstructured data

Data Scientist makes value out of data, he is expert in various tools and technologies like machine learning, deep learning, artificial intelligence and he solve business problems by presenting a model to predict business future.

During data preparation, data scientists and DBAs aggregate the data and merge them from different sources. During data preparation, data scientists and DBAs define the variables to be used in the model.

Hence, All of the above statements are correct, Option e is correct.

To learn more on Data science click:

https://brainly.com/question/20815848

#SPJ5

A random sample of n1 = 296 voters registered in the state of California showed that 146 voted in the last general election. A random sample of n2 = 215 registered voters in the state of Colorado showed that 127 voted in the most recent general election. Do these data indicate that the population proportion of voter turnout in Colorado is higher than that in California? Use a 5% level of significance.

Answers

Answer:

The p-value of the test is 0.0139 < 0.05, which means that these data indicates that the population proportion of voter turnout in Colorado is higher than that in California.

Step-by-step explanation:

Before testing the hypothesis, we need to understand the central limit theorem and subtraction of normal variables.

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.

For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

Subtraction between normal variables:

When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.

California:

Sample of 296 voters, 146 voted. This means that:

[tex]p_{Ca} = \frac{146}{296} = 0.4932[/tex]

[tex]s_{Ca} = \sqrt{\frac{0.4932*0.5068}{296}} = 0.0291[/tex]

Colorado:

Sample of 215 voters, 127 voted. This means that:

[tex]p_{Co} = \frac{127}{215} = 0.5907[/tex]

[tex]s_{Co} = \sqrt{\frac{0.5907*0.4093}{215}} = 0.0335[/tex]

Test if the population proportion of voter turnout in Colorado is higher than that in California:

At the null hypothesis, we test if it is not higher, that is, the subtraction of the proportions is at most 0. So

[tex]H_0: p_{Co} - p_{Ca} \leq 0[/tex]

At the alternative hypothesis, we test if it is higher, that is, the subtraction of the proportions is greater than 0. So

[tex]H_1: p_{Co} - p_{Ca} > 0[/tex]

The test statistic is:

[tex]z = \frac{X - \mu}{s}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, and s is the standard error.

0 is tested at the null hypothesis:

This means that [tex]\mu = 0[/tex]

From the two samples:

[tex]X = p_{Co} - p_{Ca} = 0.5907 - 0.4932 =  0.0975[/tex]

[tex]s = \sqrt{s_{Co}^2+s_{Ca}^2} = \sqrt{0.0291^2+0.0335^2} = 0.0444[/tex]

Value of the test statistic:

[tex]z = \frac{X - \mu}{s}[/tex]

[tex]z = \frac{0.0975 - 0}{0.0444}[/tex]

[tex]z = 2.2[/tex]

P-value of the test and decision:

The p-value of the test is the probability of finding a difference above 0.0975, which is 1 subtracted by the p-value of z = 2.2.

Looking at the z-table, z = 2.2 has a p-value of 0.9861.

1 - 0.9861 = 0.0139.

The p-value of the test is 0.0139 < 0.05, which means that these data indicates that the population proportion of voter turnout in Colorado is higher than that in California.

Draw clearly the graph of the linear equation. y=1/2x, where x= (-4 -2, 0, 2, 4)​

Answers

Answer:

(in attachment)

Step-by-step explanation:

you can find the points by inputting the x-values into the equation to solve for the y-values, then connecting the plotted points to create the line.

When x=-4

y=1/2(-4)

y=-2

(-4,-2)

Repeat for all values.

i’ll make brainliest
look at the photo and check my work?
also tell me the answer to the ones i didn’t do
thanks :)

Answers

First of all, your work all seems to be correct.

2. =, this is because in decimals 100% and 1 are the same.

3. Measure of center is the mean, median, and mode, as they are all ways to interpret the center of the data.

5. The lines do not appear to be congruent as they are of different lengths.


Hope this helps! Please make me the brainliest, it’s not necessary but appreciated, I put a lot of effort and research into my answers. Have a good day, stay safe and stay healthy.
The person above is correct but gives me Brainliest because I’m want it mores then they can, but I don’t want too do wrk

A teacher calculates for the test grades in
Class A, mean = 32 and sd = 4
Class B, mean = 32 and sd = 8
a. If the teacher was going to guess what any student in his/her class would earn, what is the best score
to guess?
b. Which of the classes has more consistency in their scores? Why?

Answers

Answer:

a. best score to guess would be 33

b. Standard deviation simplifies the square root of the mean so makes it closer to 1 has more consistency as the mean of 32 when squared is sqrt 32  is Class A as class a = 4 and is closer to 5.65685425

as 5.65685425^2 = 32

Step-by-step explanation:

If you are comparing two normally-distributed variables on the same measurement scale then yes, you can regard the standard deviation as an indicator of how reliable the mean is--the smaller the standard deviation, the better able you are to "zero in" on the actual population mean.

a. proofs;

We find  32/6 = 5.333 and 32/5 = 6.4 and 6.4 is closer to both sd 4 and 8 than 5.33 is. As 6.4 it is closer to 6

But when we use 33/6 = 5.5 and therefore shows close range 6

therefore the two sd  proves it is slightly high 32 score average for both classes A + B when joined and high 32 = 33 mean when classes A+B are joined or you could say 32/8 = 4 is class B becomes lower tests scores as 32/4 = 8 of class A that has higher test scores.

In this exercise we have to use probability and statistics to organize the students' grades, so we have:

A) best score is  33

B) Class A

In the first part of the exercise we have to analyze the grades of each class, like this:

A)Class A: 32/4

Class B: 32/8

Dividing each of them we have:

[tex]32/4=8 \\32/8=4[/tex]

B) With the information given above, we can say that the best class is A.

See more about statistics at  brainly.com/question/10951564

An industrial psychologist consulting with a chain of music stores knows that the average number of complaints management receives each month throughout the industry is 4, but the variance is unknown. Nine of the chain's stores were randomly selected to record complaints for one month; they received 2, 4, 3, 5, 0, 2, 5, 1, and 5 complaints. Using the .05 significance level, is the number of complaints received by the chain different from the number of complaints received by music stores in general?
1. Use the five steps of hypothesis testing.
2. Sketch the distributions involved
3. Explain the logic of what you did to a person who is familiar with hypothesis testing, but knows nothing about t tests of any kind. Be sure to explain how this problem differs from a problem with a known population variance and a single sample.

Answers

Answer: See explanation

Step-by-step explanation:

1. Use the five steps of hypothesis testing.

Step 1: The aim of the research is to conduct the five steps of hypothesis testing.

Step 2:

Null hypothesis: H0 u= 4

Population mean: H1 u = 4

Alternate hypothesis: u ≠ 4

Population mean: u ≠ 4

Step 3 and step 4 are attached.

Step 5: Based on the calculation, the calculated value of t is less than the t critical value, therefore, the null hypothesis will be failed to be rejected.

2. Sketch the distributions involved

This has been attached.

3. Explain the logic of what you did to a person who is familiar with hypothesis testing, but knows nothing about t tests of any kind.

The distribution is "t".

The means is tested by using T-test.

Chi-square is used to test the single variance.

A game consists of tossing three coins. If all three coins land on heads, then the player wins $75. If all three coins land on tails, then the player wins $45. Otherwise, the player wins nothing. On average, how much should a player expect to win each game

Answers

Answer:

On average, a player should expect to win $15.

Step-by-step explanation:

The expected value in an event with outcomes:

x₁, x₂, ..., xₙ

Each with probability:

p₁, ..., pₙ

is given by:

Ev = x₁*p₁ + ... +xₙ*pₙ

In this case we have 3 outcomes:

player wins $75 = x₁

player wins $45 = x₂

player does not win = x₃

Let's find the probabilities of these events.

player wins $75)

Here we must have the 3 coins landing on heads, so there is only one possible outcome to win $75

While the total number of outcomes for tossing 3 coins, is the product between the number of outcomes for each individual event (where the individual events are tossing each individual coin, each one with 2 outcomes)

Then the number total of outcomes is:

C = 2*2*2 = 8

Then the probability of winning $75 is the quotient between the number of outcomes to win (only one) and the total number of outcomes (8)

p₁ = 1/8

Win $45:

This happens if the 3 coins land on tails, so is exactly equal to the case above, and the probability is the same:

p₂ = 1/8

Not wining:

Remember that:

p₁ + p₂ + ... + pₙ = 1

Then for this case, we must have:

p₁ + p₂ + p₃ = 1

1/8 + 1/8 + p₃ = 1

p₃ = 1 - 1/8 - 1/8

p₃ = 6/8

Then the expected value will be:

Ev = $75*1/8 + $45*1/8 + $0*6/8 = $15

On average, a player should expect to win $15.

Rudy Banks has won $5000 to attend university. If he invests the money in an
account at 12% per annum, compounded monthly, how much can he draw monthly
for the next 3 years?

Answers

Answer:

$7153.84

General Formulas and Concepts:

Pre-Algebra

Order of Operations: BPEMDAS

Brackets Parenthesis Exponents Multiplication Division Addition Subtraction Left to Right

Algebra I

Compounded Interest Rate Formula: [tex]\displaystyle A = P(1 + \frac{r}{n})^{nt}[/tex]

P is principle amountr is raten is compound ratet is time

Step-by-step explanation:

Step 1: Define

Identify variables

P = 5000

r = 12% = 0.12

n = 12

t = 3

Step 2: Find Interest

Substitute in variables [Compounded Interest Rate Formula]:                     [tex]\displaystyle A = 5000(1 + \frac{0.12}{12})^{12(3)}[/tex][Exponents] Multiply:                                                                                        [tex]\displaystyle A = 5000(1 + \frac{0.12}{12})^{36}[/tex](Parenthesis) Add:                                                                                            [tex]\displaystyle A = 5000(1.01)^{36}[/tex]Evaluate exponents:                                                                                         [tex]\displaystyle A = 5000(1.43077)[/tex]Multiply:                                                                                                             [tex]\displaystyle A = 7153.84[/tex]

Help please:))

2. When shipping ice cream, melting is understandably a big concern. You will notice that ice cream is not generally packaged in a cube-shaped container. A standard container of ice cream contains 1 L, or 1000 cm3 of ice cream,

a. What would be the optimal dimensions (radius and height) to minimize surface area?

b. What would the surface area be?

C. Suggest at least two reasons why this is different from the ice cream packaging that you see in the stores.​

Answers

Answer:

a) Because this asks about the radius and height, I assume that we are talking about a cylinder shape.

Remember that for a cylinder of radius R and height H the volume is:

V = pi*R^2*H

And the surface will be:

S = 2*pi*R*H + pi*R^2

where pi = 3.14

Here we know that the volume is 1000cm^3, then:

1000cm^3 = pi*R^2*H

We can rewrite this as:

(1000cm^3)/pi = R^2*H

Now we can isolate H to get:

H = (1000cm^3)/(pi*R^2)

Replacing that in the surface equation, we get:

S = 2*pi*R*H + pi*R^2

S = 2*pi*R*(1000cm^3)/(pi*R^2) + pi*R^2

S = 2*(1000cm^3)/R + pi*R^2

So we want to minimize this.

Then we need to find the zeros of S'

S' = dS/dR = -(2000cm^3)/R^2 + 2*pi*R = 0

So we want to find R such that:

2*pi*R = (2000cm^3)/R^2

2*pi*R^3 = 2000cm^3

R^3 = (2000cm^3/2*3.14)

R = ∛(2000cm^3/2*3.14) = 6.83 cm

The radius that minimizes the surface is R = 6.83 cm

With the equation:

H = (1000cm^3)/(pi*R^2)

We can find the height:

H = (1000cm^3)/(3.14*(6.83 cm)^2) =  6.83 cm

(so the height is equal to the radius)

b) The surface equation is:

S = 2*pi*R*H + pi*R^2

replacing the values of H and R we get:

S = 2*3.14*(6.83 cm)*(6.83 cm) + 3.14*(6.83 cm)^2 = 439.43 cm^2

c) Because if we pack cylinders, there is a lot of space between the cylinders, so when you store it, there will be a lot of space that is not used and that can't be used for other things.

Similarly for transport problems, for that dead space, you would need more trucks to transport your ice cream packages.

al calls every 3 days, lee every 4 days, and pat every 6 day. Once every ? days, all three will call on the same day

Answers

Answer:

12

Step-by-step explanation:

Find the LCM (Least Common Multiple) of the three numbers.

We could multiply 3 x 4 x 6 to get 72, but there is a smaller multiple, 12.

6 x 2 = 12

4 x 3 = 12

3 x 4 = 12

Hope this helps!

wrote the terms below.

–8, –4, 0, 4, 8, 12

What do these terms represent?
an arithmetic series
an arithmetic sequence
a geometric series
a geometric sequence

Answers

Answer:

an arithmetic sequence

Step-by-step explanation:

an arithmetic series is wrong also heres an example i found of an arithmetic sequence

The terms in the given sequence represents an arithmetic sequence.

What is Arithmetic Sequence?

Arithmetic sequence is a sequence of numbers where the numbers are arranged ion a definite order such that the difference of two consecutive numbers is a constant. This constant of difference is called common difference which is commonly denoted by the letter 'd'.

Given sequence of numbers is,

-8, -4, 0, 4, 8, 12, ......

We have to find which sequence does it represent.

This is not a series since they are not represented as the sum.

If the sequence is a geometric sequence, then the ratio of consecutive numbers will be same.

If it is arithmetic sequence, then the difference of consecutive numbers will be same.

Here, ratio is not same.

Difference are same.

-4 - -8 = 4, 0 - -4 = 4, 4 - 0 = 4, 8 - 4 = 4, ........

Common difference is 4.

Hence it is an arithmetic sequence.

Learn more about arithmetic Sequence here :

https://brainly.com/question/15412619

#SPJ3

Answer this please~!!!!

Answers

Answer:

12

Step-by-step explanation:

113.04=3.14 x 3^2 x h/3

WILL MAKE BRAINLIEST

Answers

Answer:

x=3

Step-by-step explanation:

The ratios need to be the same

AB             CB

---------- = ----------

AD             ED

3           x

-----  = ---------

3+9       12

3           x

-----  = ---------

12          12

X must equal 3

For a standard normal distribution, find:

P(z > -1.6)
Express the probability as a decimal rounded to 4 decimal places.

Answers

Answer:

P(z > -1.76) = 1 - P(z < -1.76) = 1 - 0.0392 = 0.960

f(x) = 2x2 + 4x - 5
g(x) = 6x3 – 2x2 + 3
Find (f + g)(x).

Answers

Answer:

4x-5=4x-5

(f+g) (x)=6x³+3

Step-by-step explanation:

Find x on this triangle

Answers

Answer:

3 sqrt(3) =x

Step-by-step explanation:

Since this is a right triangle, we can use trig functions

cos theta = adj / hyp

cos 30 = x/6

6 cos 30 = x

6 ( sqrt(3)/2) = x

3 sqrt(3) =x

In the picture the exponent says 5/3

Answers

Answer:

the answer is B

Step-by-step explanation:

[tex] {{ (- 2)}^{3}}^{5 \div 3} = { ( - 2)}^{5} = - 32[/tex]

write -8 form of 2 on up and complete other steps

can someone help me out with this question??? ​

Answers

Answer:

a

Step-by-step explanation:

Find the exact length of the curve. x=et+e−t, y=5−2t, 0≤t≤2 For a curve given by parametric equations x=f(t) and y=g(t), arc length is given by

Answers

The length of a curve C parameterized by a vector function r(t) = x(t) i + y(t) j over an interval a ≤ t ≤ b is

[tex]\displaystyle\int_C\mathrm ds = \int_a^b \sqrt{\left(\frac{\mathrm dx}{\mathrm dt}\right)^2+\left(\frac{\mathrm dy}{\mathrm dt}\right)^2} \,\mathrm dt[/tex]

In this case, we have

x(t) = exp(t ) + exp(-t )   ==>   dx/dt = exp(t ) - exp(-t )

y(t) = 5 - 2t   ==>   dy/dt = -2

and [a, b] = [0, 2]. The length of the curve is then

[tex]\displaystyle\int_0^2 \sqrt{\left(e^t-e^{-t}\right)^2+(-2)^2} \,\mathrm dt = \int_0^2 \sqrt{e^{2t}-2+e^{-2t}+4}\,\mathrm dt[/tex]

[tex]=\displaystyle\int_0^2 \sqrt{e^{2t}+2+e^{-2t}} \,\mathrm dt[/tex]

[tex]=\displaystyle\int_0^2\sqrt{\left(e^t+e^{-t}\right)^2} \,\mathrm dt[/tex]

[tex]=\displaystyle\int_0^2\left(e^t+e^{-t}\right)\,\mathrm dt[/tex]

[tex]=\left(e^t-e^{-t}\right)\bigg|_0^2 = \left(e^2-e^{-2}\right)-\left(e^0-e^{-0}\right) = \boxed{e^2-\frac1{e^2}}[/tex]

The exact length of the curve when the parametric equations are x = f(t) and y = g(t) is given below.

[tex]e^2 -\dfrac{1}{e^2 }[/tex]

What is integration?

It is the reverse of differentiation.

The parametric equations are given below.

[tex]\rm x=e^t+e^{-t}, \ \ 0\leq t\leq 2\\\\y=5-2t, \ \ \ \ \ 0\leq t\leq 2[/tex]

Then the arc length of the curve will be given as

[tex]\int _0^2 \sqrt{(\dfrac{dx}{dt})^2+(\dfrac{dy}{dx})^2}[/tex]

Then we have

[tex]\rm \dfrac{dx}{dt} = e^t-e^{-t}\\\\ \dfrac{dy}{dt} = -2[/tex]

Then

[tex]\rightarrow \int _0^2 \sqrt{(\dfrac{dx}{dt})^2+(\dfrac{dy}{dx})^2}\ \ dt\\\\\rightarrow \int _0^2 \sqrt{(e^t-e^{-t})^2 + (-2)^2} \ dt\\\\\rightarrow \int _0^2 \sqrt{(e^t+e^{-t})^2} \ dt\\\\\rightarrow \int _0^2 (e^t+e^{-t}) \ dt\\\\\rightarrow (e^2-e^{-2}) \\\\\rightarrow e^2 - \dfrac{1}{e^2}[/tex]

More about the integration link is given below.

https://brainly.com/question/18651211

a soft drink vendor at a popular beach analyzes his sales recods and finds that if he sells x cans of soda pop in one day, his profit (in dollars) is given by

Answers

Complete Question:

A soft-drink vendor at a popular beach analyzes his sales records, and finds that if he sells x cans of soda pop in one day, his profit (in dollars) is given by P(x) = -0.001x² + 3x - 1800.

a. What is his maximum profit per day?

b. How many cans must be sold in order to obtain the maximum profit?

Answer:

a. $450

b. 1500 cans

Step-by-step explanation:

Given the following quadratic function;

P(x) = -0.001x² + 3x - 1800  ......equation 1

a. To find his maximum profit per day;

Since P(x) is a quadratic equation, P(x) would be maximum when [tex] x = \frac {-b}{2a} [/tex]

Note : the standard form of a quadratic equation is ax² + bx + c = 0  ......equation 2

Comparing eqn 1 and eqn 2, we have;

a = -0.001, b = 3 and c = -1800

Now, we determine the maximum profit;

[tex] x = \frac {-b}{2a} [/tex]

Substituting the values, we have;

[tex] x = \frac {-3}{2*(-0.001)} [/tex]

Cancelling out the negative signs, we have;

[tex] x = \frac {3}{2*0.001} [/tex]

[tex] x = \frac {3}{0.002} [/tex]

x at maximum = 1500

Substituting the value of "x" into equation 1;

P(1500) = -0.001 * 1500² + 3(1500) - 1800

P(1500) = -0.001 * 2250000 + 4500 - 1800

P(1500) = -2250 + 2700

P(1500) = $450

b. Therefore, the soft-drink vendor must sell 1500 cans in order to obtain the maximum profit.

Not sure how to do this

Answers

Answer:
Scale factor of 2

Explanation:
I compared the lengths of AC to DF. AC is one unit long, whereas DF is two units long, so DF is dilated by a scale factor of 2.

Зу = -2 - 6
3y = 2z - 6

Answers

Answer:

y = -8/3, z = -1

What is the value of x in the equation
-%y = 30, when y = 15?

Answers

Answer:

x not given

therefore no answer for x

Coefficient of y in the equation: 3(2x -1/3y) = 0 is equal to a) 3 b) 1 c)-3 d)-1

Answers

Answer:

d is the right answer because the coefficient of y is 3*(-1/3) which results -1 so d is the right answer

The coefficient of y in the given equation is 1. Therefore, option B is the correct answer.

What is an equation?

In mathematics, an equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign =.

The given equation is 3(2x -1/3y)=0.

Now, 6x-1/y=0

A numerical or constant quantity placed before and multiplying the variable in an algebraic expression.

Here, coefficient of y is 1.

Therefore, option B is the correct answer.

To learn more about an equation visit:

https://brainly.com/question/14686792.

#SPJ2

please help me its timed -H.M​

Answers

Answer:

f(3) = g(3)

General Formulas and Concepts:

Algebra I

Functions

Function NotationGraphing

Step-by-step explanation:

We can see from the graph that the lines intersect at (3, 6). If this is the case, then that means that when x = 3 for both functions, it outputs f(x) = 6.

Rewriting this in terms of function notation:

f(3) = 6, g(3) = 6

∴ f(3) = g(3)

A sofa regularly sells for $760. The sale price is $676.40. Find the percent decrease of the sale price from the regular price.

Answers

Answer: (760 - 676. 40) × 100 ÷ 760 = 11%

Step-by-step explanation:

Answer:

11% decrease

Step-by-step explanation:

Concepts:

Percent change is the change between an old value and its new value represented as a %. If a percent change is a decrease, it means that the new value is less than the old value. If a percent change is a increase, it means that the old value is less than the new value. The formula for percent change is: (NV - OV)/OV · 100 = C, where NV = New Value, OV = Old Value, and C = Percent Change.The sale price is the price at which something sells or sold after the price has been reduced by sales, discounts, etc.

Solving:

Let's find the percent change by using the formula.

1. Formula for Percent Change

(NV - OV)/OV · 100 = C

2. Plug in the values of NV and OV

(676.40 - 760)/760 · 100 = C

3. Simplify

-83.6/760 · 100 = C-0.11 · 100 = C-11 = C

Therefore, our percent decrease is 11% decrease.

What is the least common denominator that will allow you to combine the constant terms? 10 21 35 or 42

Answers

Answer:

[tex]LCM = 21[/tex]

Step-by-step explanation:

Given

[tex]-\frac{3}{5}y + \frac{1}{7}= \frac{1}{3}y -\frac{2}{3}[/tex]

Required

LCM of the constant terms

Collect like terms

[tex]\frac{1}{3}y+\frac{3}{5}y = \frac{1}{7}+\frac{2}{3}[/tex]

The constant terms are on the right-hand side

To combine them, we simply take the LCM of the denominator, i.e. 7 and 3

The prime factorization of 3 and 7 are:

[tex]3 = 3[/tex]

[tex]7 = 7[/tex]

So:

[tex]LCM = 3 * 7[/tex]

[tex]LCM = 21[/tex]

A researcher wishes to estimate the proportion of adults who have​ high-speed Internet access. What size sample should be obtained if she wishes the estimate to be within with ​% confidence if ​(a) she uses a previous estimate of ​? ​(b) she does not use any prior​ estimates?

Answers

Answer:

732 samples ;

752 samples

Step-by-step explanation:

Given :

α = 90% ; M.E = 0.03 ; p = 0.58 ; 1 - p = 1 - 0.58 = 0.42

Using the relation :

n = (Z² * p * (1 - p)) / M.E²

Zcritical at 90% = 1.645

n = (1.645² * 0.58 * 0.42) / 0.03²

n = 0.65918769 / 0.0009

n = 732.43076

n = 732 samples

B.)

If no prior estimate is given, then p = 0.5 ; 1 - p = 1 - 0.5 = 0.5

n = (Z² * p * (1 - p)) / M.E²

Zcritical at 90% = 1.645

n = (1.645² * 0.5 * 0.5) / 0.03²

n = 0.67650625 / 0.0009

n = 751.67361

n = 752 samples

Other Questions
I need help please Dont skip the questions if you know the answer please I need the answers as soon as possible!! The temperature on a mountain peak was 7 degreesFahrenheit (F) at 6:00 p.m. By 8:00 p.m., thetemperature had dropped to 0F. If the temperaturecontinued to drop at about the same rate, which isthebestestimate of the temperature at 11:00 p.mA -20 / B. -14 / C -10 / D -9 / HOW CAN I CREATE A PERFECT SALES STRATEGY? I need help plz!!8.57396817...5/8 is rational or irrational? Today was my first time behind the wheel. My father was my instructor for the day, and he picked me up. We were reviewing road signs and practiced turn signals before we started consider a study conducted to determine the average protein intake among an adult population. Suppose that a confidence level of 85% is required with an interval about 10 units wide. if a preliminary data indicates a standard deviation of 20g, what sample of adults should be selected for the study? what is the name of this organic molecule A fixed asset with a cost of $41,000 and accumulated depreciation of $36,500 is traded for a similar asset priced at $60,000. Assuming a trade-in allowance of $3,000, the recognized loss on the trade is Read the information in the chart based on "Music Gets Personal, and answer the question.Which sentence best completes the paraphrase of the passage?In 1877, Thomas Alva Edison solved the problem of capturing sound when he made the first sound recording.In 1877, Thomas Alva Edison took the first steps toward making a personal music player.Thomas Alva Edison made a sound recording, and he became wealthy after this invention.Thomas Alva Edison invented a way to help people hear musical performances. Use of base.......? write important things HELP ASAP PLEASE HELP FAST Can anyone help plz? What is one interesting or surprising detail that adds to your understanding of D-Day? Prove that 1/2 is irrational 5-5 TIME TO REACH A FINANCIAL GOAL You have $33,556.25 in a brokerage account, and youplan to deposit an additional $5,000 at the end of every future year until your account totals$220,000. You expect to earn 12% annually on the account. How many years will it take toreach your goal? prove that tan theta + cot theta = sec theta cosec theta- 2 what were the persain's rule Your little sister, who is 14 years old, has been extremely emotional lately. She's moody and generally unhappy. From your developmental psychology class, you know that as she develops into late adolescence, her emotional states will __________. The cart travels the track again and now experiences a constant tangential acceleration from point A to point C. The speeds of the cart are 11.0 ft/s at point A and 18.0 ft/s at point C. The cart takes 5.00 s to go from point A to point C, and the cart takes 1.30 s to go from point B to point C. What is the cart's speed at point B 4. Which property of similarity can be used to prove triangles DEF and GHI are similar?