The table shows the results of selecting a marble from a bag without looking and then putting it back in the bag . Marbles Selected Color Time Selected Purple Orange Black White Green Using these results , what is the probability that a black marble will be the next color selected ?

Answers

Answer 1

Answer:

1 in 5

Step-by-step explanation:


Related Questions

What transformation takes the graph of f(x)=4x+9 to the graph of g(x)=4x+7 ? translation 2 units righttranslation 2 units lefttranslation 2 units uptranslation 2 units down

Answers

If you compare the functions:

\(\begin{gathered} f(x)=4x+9 \\ g(x)=4x+7 \end{gathered}\)

Considering f(x) as the parent function, let's analyze each option:

1) Translation 2 units right.

To translate a function 2 units to the right, you have to subtract 2 to the x-term:

\(\begin{gathered} h(x)=f(x-2)=4(x-2)+9 \\ h(x)=4\cdot x-4\cdot2+9 \\ h(x)=4x-8+9 \\ h(x)=4x+1 \end{gathered}\)

As you can see the resulting function, h(x), is not equal to g(x), which means that the transformation applied was not a shift 2 units to the right.

2) Translation 2 units to the left

To translate the function two units to the left, you have to add 2 to the x-term:

\(\begin{gathered} i(x)=f(x+2)=4(x+2)+9 \\ i(x)=4\cdot x+4\cdot2+9 \\ i(x)=4x+8+9 \\ i(x)=4x+17 \end{gathered}\)

The resulting function, i(x), is not equal to g(x), which means that the transformation applied was not a shift of 2 units to the left.

3) Translation 2 units up

To translate a function 2 units up, you have to add 2 to the function, that is:

\(\begin{gathered} j(x)=f(x)+2=(4x+9)+2 \\ j(x)=4x+9+2 \\ j(x)=4x+11 \end{gathered}\)

The function j(x) is different from the function g(x), so the transformation applied was not a shift 2 units up.

4) Translation 2 units down

To shift a function two units down, you have to subtract 2 from the function:

\(\begin{gathered} k(x)=f(x)-2 \\ k(x)=(4x+9)-2 \\ k(x)=4x+9-2 \\ k(x)=4x+7 \end{gathered}\)

The functions k(x) and g(x) are equal, which means that to determine the function g(x) the function f(x) was translated 2 units down.

Answer:

1,3,4

Step-by-step explanation:

keep it easy

Step 3: Hypothesis Test for the Population Mean (I) How
do I correct this error?
A relative skill level of 1340 represents a critically low skill
level in the league. The management of your team has h

Answers

To correct the error in the code, replace the placeholder values with the actual dataframe name, variable name for relative skill, and the mean value under the null hypothesis. Then rerun the code to perform the hypothesis test for the population mean.

To correct the error, follow these steps:

Replace "??DATAFRAME_YOUR_TEAM??" with the actual name of your team's dataframe.

Replace "??RELATIVE_SKILL??" with the name of the variable for relative skill, enclosed in single quotes.

Replace "??NULL_HYPOTHESIS_VALUE??" with the mean value of the relative skill under the null hypothesis.

After making these edits, run the code block again.

Example corrected code:

import scipy.stats as st

# Mean relative skill level of your team

mean_relative_skill_your_team = your_team_dataframe['relative_skill'].mean()

print("Mean Relative Skill of your team in the years 2013 to 2015 =", round(mean_relative_skill_your_team, 2))

# Hypothesis Test

# ---- TODO: make your edits here ----

test_statistic, p_value = st.ttest_1samp(your_team_dataframe['relative_skill'], 1340)

print("Hypothesis Test for the Population Mean")

print("Test Statistic =", round(test_statistic, 2))

print("P-value =", round(p_value, 4))

Make sure to replace "your_team_dataframe" with the actual name of your team's dataframe, and "relative_skill" with the appropriate variable name for the relative skill.

The correct question should be :

Step 3: Hypothesis Test for the Population Mean (I) How do I correct this error?

A relative skill level of 1340 represents a critically low skill level in the league. The management of your team has hypothesized that the average relative skill level of your team in the years 2013-2015 is greater than 1340. Test this claim using a 5% level of significance. For this test, assume that the population standard deviation for relative skill level is unknown. Make the following edits to the code block below:

Replace ??DATAFRAME_YOUR_TEAM?? with the name of your team's dataframe. See Step 2 for the name of your team's dataframe.

Replace ??RELATIVE_SKILL?? with the name of the variable for relative skill. See the table included in the Project Two instructions above to pick the variable name. Enclose this variable in single quotes. For example, if the variable name is var2 then replace ??RELATIVE_SKILL?? with 'var2'.

Replace ??NULL_HYPOTHESIS_VALUE?? with the mean value of the relative skill under the null hypothesis.

After you are done with your edits, click the block of code below and hit the Run button above.

In [16]:

import scipy.stats as st

# Mean relative skill level of your team

mean_elo_your_team = your_team_df['elo_n'].mean()

print("Mean Relative Skill of your team in the years 2013 to 2015 =", round(mean_elo_your_team,2))

# Hypothesis Test

# ---- TODO: make your edits here ----

test_statistic, p_value = st.ttest_1samp(your_team_df['elo_n'],1340)

print("Hypothesis Test for the Population Mean")

print("Test Statistic =", round(test_statistic,2))

print("P-value =", round(p_value,4))

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

NameError                                 Traceback (most recent call last)

<ipython-input-16-42c1d6351f04> in <module>

     2

     3 # Mean relative skill level of your team

----> 4 mean_elo_your_team = your_team_df ['elo_n'].mean()

     5 print("Mean Relative Skill of your team in the years 2013 to 2015 =", round(mean_elo_your_team,2))

     6

NameError: name 'your_team_df' is not defined

To learn more about null hypothesis visit : https://brainly.com/question/4436370

#SPJ11

Final answer:

The error in your Hypothesis Test for the Population Mean needs more specific information to address. Generally, hypothesis testing involves defining hypotheses, setting a significance level, calculating a test statistic, determining a critical value, and comparing these values to decide whether to accept or reject the null hypothesis.

Explanation:

The error in the Hypothesis Test for the Population Mean seems undefined in your question. However, usually, it can be due to not correctly identifying the null and alternative hypotheses or making a mistake in collecting, analyzing, interpreting data, or calculating the test statistic. I can give a general step-by-step explanation on how to conduct a hypothesis test for population mean.

Firstly, Define your null hypothesis (H0), which usually states that there's no effect or difference.Next, Define your alternative hypothesis (Ha): which is the opposite of the null hypothesis.Set your significance level (α): Commonly, it’s 0.05, meaning there's a 5% risk of rejecting the null hypothesis when it's actually true.Calculate the test statistic: This depends on data nature, sample size, etc. In the case of the population mean, it's usually the z or t statistic.Determine the critical value from the statistical table using your significance level and test type (two-tailed, right-tailed, or left-tailed).Lastly, Compare your test statistic value to the critical value: If the test statistic is more extreme in the direction of the alternative than the critical value, reject the null hypothesis.

Learn more about Hypothesis Test for the Population Mean here:

https://brainly.com/question/33928283

#SPJ11

find the center of mass of the tetrahedron bounded by the planes x= 0 , y= 0 , z= 0 , 3x 2y z= 6, if the density function is given by ⇢(x,y,z) = y.

Answers

we divide by the mass to get the coordinates of the center of mass:

\((x_{cm}, y_{cm}, z_{cm}) = (1/M)\).

by the question.

To find the center of mass of a solid with a given density function, we need to calculate the triple integral of the product of the density function and the position vector, divided by the mass of the solid.

The mass of the solid is given by the triple integral of the density function over the region R bounded by the given planes and the surface \(3x^2yz = 6.\)

we need to find the limits of integration for each variable:

For z, the lower limit is 0 and the upper limit is \(2/(3x^2y)\), which is the equation of the surface solved for z.

For y, the lower limit is 0 and the upper limit is \(2/(3x^2)\), which is the equation of the surface solved for y.

For x, the lower limit is 0 and the upper limit is \(\sqrt{(2/3)\), which is the positive solution of\(3x^2y(\sqrt(2/3)) = 6\), obtained by plugging in the upper limits for y and z.

Therefore, the mass of the solid is given by:

M = ∭R ⇢(x,y,z) dV

= ∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))}\) ∫\(0^{(2/(3x^2y))} y dz dy dx\)

= ∫\(0^{(\sqrt(2/3))}\) ∫\(0^{(2/(3x^2))} y * (2/(3x^2y)) dy dx\)

\(=\)∫\(0^{(√(2/3)) (1/x^2)} dx\)

\(= \sqrt{(3/2)\)

Now, we need to calculate the triple integral of the product of the density function and the position vector:

∫∫∫ ⇢(x,y,z) <x,y,z> dV

Using the same limits of integration as before, we get:

∫\(0^{(2/3))}\) ∫\(0^{(2/(3x^2))}\) ∫\(0^{(2/(3x^2y)) }y < x,y,z > dz dy dx\)

We can simplify the vector <x,y,z> as <x,0,0> + <0, y,0> + <0,0,z> and integrate each component separately:

∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))}\) ∫\(0^{(2/(3x^2y))} y x dz dy dx\)

∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))}\) ∫\(0^{(2/(3x^2y))} y 0 dz dy dx\)

∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))}\) ∫\(0^{(2/(3x^2y))} y (0) dz dy dx\)

The second and third integrals are both zero, since the integrand is zero. For the first integral, we have:

∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))} y * (2/(3x^2y)) dy dx\)

= ∫\(0^{(\sqrt{(2/3))}\) ∫\(0^{(2/(3x^2))} (2/3x) * dy dx\)

= ∫\(0^{(\sqrt{(2/3))}\) \((4/9x) dx\)

= 2/3

To know more about integration visit:

https://brainly.com/question/30900582

#SPJ1

A and B are two events. Let P(A) = 0.65, P (B) = 0.17, P(A|B) = 0.65 and P(B|4) = 0.17 Which statement is true?

1. A and B are not independent because P(A|B) + P(A) and P(B|4) + P(B).

2. A and B are not independent because P (A|B) + P(B) and P(B|4) + P(A)

3. A and B are independent because P (A|B) = P(A) and P(BIA) = P(B).

4. A and B are independent because P (A|B) = P(B) and P(B|A) = P(A).

Answers

Answer:

the statement that is true is: A and B are not independent because P(AIB) + P(B) is not equal to P(BIA) + P(A)

Step-by-step explanation:

ur welcome

The population of mariposa in the year 2010 was 1500. since then the population of mariposa has decreased at a 5% annual decay rate. write a formula for the population of Mariposa after t years

Answers

The population of Mariposa after 7 years would be approximately 1047.51.

The formula for the population of Mariposa after t years can be expressed as:

\(\[ P(t) = P_0 \times (1 - r)^t \]\)

where:

- \(\( P(t) \)\) represents the population of Mariposa after t years,

-  \(\( P_0 \)\) represents the initial population in the year 2010 (given as 1500),

- \(\( r \)\) represents the annual decay rate (given as 5%, which is equivalent to 0.05), and

- \(\( t \)\) represents the number of years.

Therefore, the formula for the population of Mariposa after t years is:

\(\[ P(t) = 1500 \times (1 - 0.05)^t \]\)

Let's solve the formula for a specific value of t, let's say t = 7 years.

Using the formula:

\(\[ P(t) = 1500 \times (1 - 0.05)^t \]\)

Substituting t = 7:

\(\[ P(7) = 1500 \times (1 - 0.05)^7 \]\)

Calculating the exponent:

\(\[ P(7) = 1500 \times (0.95)^7 \]\)

Evaluating the expression:

\(\[ P(7) \approx 1500 \times 0.69834 \]\)

\(\[ P(7) \approx 1047.51 \]\)

Therefore, the population of Mariposa after 7 years would be approximately 1047.51.

To know more about population visit-

brainly.com/question/30896453

#SPJ11

I will mark you brainlist!

The dot plot above shows the number of times that several families dine out. How many more families dine out 4 or more times per week than families that dine out less than 2 times per week?

I will mark you brainlist!The dot plot above shows the number of times that several families dine out.

Answers

6 families dinned out 4 or more time per week

3 families dinned out less than 2 times per week

Now you must subtract the #'s

6 - 3 = 3

3 more families dined out 4 or more times per week.

The diagram on the right shows an isosceles triangle
EFG with vertices E(0,k), F(4,4) and G(7,8). EF
and FG have the same length.
(a) Find the value of k.

The diagram on the right shows an isosceles triangleEFG with vertices E(0,k), F(4,4) and G(7,8). EFand

Answers

Answer:

k=1

Step-by-step explanation:

so FG and FE are equal meaning same magnitude

formula for magnitude is √{x2-x1}+{y2-y1}

(the square root is for all of it)

so use line FG since you have both points

you get √7 as magnitude

then apply it to FE

√7=√(4-0)+(4-k)

you can square both sides to remove the root and you get k=1

(when calculating magnitude the value is always absolute no regard to signs)

A factory made 125 packs of gum. 32% of the packs contained mint-flavored gum. How
many packs of mint gum did the factory make?

Answers

Answer:

3.90

Step-by-step explanation:

please someone help me with this problem

please someone help me with this problem

Answers

from the question we know
18*11+5*18 = 288.

Total tickets, 11 adult tickets and 18 kids tickets: $288

Total tickets, a adult tickets and k kids tickets:
$(18a+5k)

The statement "P implies Q' is FALSE under which of the following conditions? Choose all that apply. a. P and Q are both true. b. P and Q are both false. c. P is true and Q is false. d. P is false and Q is true.

Answers

The statement "P implies Q" is false under the following conditions: a) P is true and Q is false, and d) P is false and Q is true.

The statement "P implies Q" can be expressed as "if P, then Q." It is a conditional statement where P is the antecedent (the condition) and Q is the consequent (the result).

To determine when the statement is false, we need to identify cases where P is true but Q is false, or when P is false but Q is true.

Option a) states that both P and Q are true. In this case, the statement "P implies Q" holds true because if P is true, then Q is true.

Option b) states that both P and Q are false. In this case, the statement "P implies Q" is considered true because the antecedent (P) is false.

Option c) states that P is true and Q is false. Under this condition, the statement "P implies Q" is false because when P is true, but Q is false, the implication does not hold.

Option d) states that P is false and Q is true. In this case, the statement "P implies Q" is true because the antecedent (P) is false.

Therefore, the conditions under which the statement "P implies Q" is false are a) P is true and Q is false, and d) P is false and Q is true.

Learn more about conditional statement here:

https://brainly.com/question/30612633

#SPJ11

Please help me anyone ;-;

Please help me anyone ;-;

Answers

Answer:

hi

Step-by-step explanation:

Answer:

Part A: two lines, one line will be across $72 all the way. the second line will be a slope.

part b: 5 or less

Step-by-step explanation:

part A: time is x in the equation y=12x and y is the cost. so, plug in the x values and see what y values are. then plot the points and then draw a straight line.

part b: the rider charges $72 dollars for the whole day. if you wanted a bike from bikerama for 6 hours, it would be the same price. so, go for less hours and the price will be better

Please help me anyone ;-;
Please help me anyone ;-;

Write the expression below as a complex number in standard form. 9 3i Select one: O a. 3 O b. -3i Ос. 3i O d. -3 O e. 3-3i

Answers

The expression 9 + 3i represents a complex number. In standard form, a complex number is written as a + bi, where a and b are real numbers and i is the imaginary unit.

The expression 9 + 3i represents a complex number. To write it in standard form, we combine the real and imaginary parts. In this case, the real part is 9 and the imaginary part is 3i.

In standard form, a complex number is written as a + bi, where a is the real part and b is the imaginary part. So, the expression 9 + 3i can be written in standard form as 9 + 3i. Therefore, the answer is e. 9 + 3i.

Learn more about complex number here: brainly.com/question/20566728

#SPJ11

Instructions: Based on the scale of measurement for the data, identify if a test is parametric or nonparametric.
A researcher measures the proportion of schizophrenic patients born in each season.
A researcher measures the average age that schizophrenia is diagnosed among male and female patients.
A researcher tests whether frequency of Internet use and social interaction are independent.
A researcher measures the amount of time (in seconds) that a group of teenagers uses the Internet for school-related and non-school-related purposes.
Please provide reasoning for your answer.

Answers

It is important to consider the scale of measurement and the specific characteristics of the variables when selecting an appropriate statistical test.The tests can be classified as follows:

1. A researcher measures the proportion of schizophrenic patients born in each season.

This test is nonparametric. The scale of measurement is categorical, as the seasons (spring, summer, fall, winter) represent distinct categories rather than continuous numerical values. Therefore, parametric assumptions, such as normality and equal variances, do not apply to this measurement.

2. A researcher measures the average age that schizophrenia is diagnosed among male and female patients.

This test is parametric. The scale of measurement is continuous and numerical (age in years). Parametric tests, such as t-tests or ANOVA, can be applied when working with continuous data, assuming the data meet the required assumptions (e.g., normality, independence, and equal variances).

3. A researcher tests whether frequency of Internet use and social interaction are independent.

This test can be both parametric or nonparametric, depending on the measurement scale and the specific statistical test used. If the variables are measured on a nominal or ordinal scale, nonparametric tests, such as the chi-square test, would be appropriate. If the variables are measured on a continuous scale, parametric tests, such as logistic regression, could be employed.

4. A researcher measures the amount of time (in seconds) that a group of teenagers uses the Internet for school-related and non-school-related purposes.

This test is parametric. The scale of measurement is continuous (time in seconds), and parametric tests, such as t-tests or ANOVA, can be utilized to compare means or variances, assuming the required assumptions are met.

know more about researcher :brainly.com/question/24174276

#SPJ11

Which of the following statements is false?

2 ≥ 8
2 ≤ 8
8 ≤ 8
2 < 8

Answers

Answer:

the top one

Step-by-step explanation:

The answer is A. 2 ≥ 8

Adrian purchases a book for $4.86 and a poster for $3.44. If she gives the cashier
$15.00, how much change should she receive? (Don't worry about taxes!)

Answers

Answer:

$6.70

Step-by-step explanation:

Adrian purchases a book for 4.86 and a poster for 3.44

The total amount he owes would be 4.86 + 3.44 = $8.30

If she gives the cashier 15 dollars she should receive 15 - 8.30 = $6.70 back.

A camp counselor for a summer day camp sometimes buys lunch for her campers at a nearby fast food restaurant. On Monday, she purchased 6 hamburger kid meals and 7 chicken nugget kid meals, for a total of $33. On Thursday, she spent $30 on 3 hamburger kid meals and 8 chicken nugget kid meals. How much does each type of meal cost?

Answers

One hamburger costs $2 and one chicken nugget costs $3.

What are linear and non-linear functions?

A straight line on the coordinate plane is represented by a linear function. As an illustration, the equation y = 3x – 2 depicts a linear function because it is a straight line in the coordinate plane.

Any function whose graph is not a straight line is said to be nonlinear. Any curve other than a straight line can be a graph of it.

An example of a non-linear function is a quadratic function.

Let, The no. of hamburgers be 'H' and the no. of chicken nugget be 'C'.

Given, On Monday, she purchased 6 hamburger kid meals and 7 chicken nugget kid meals, for a total of $33,

Therefore, 6H + 7C = 33...(1).

Also given, On Thursday, she spent $30 on 3 hamburger kid meals and 8 chicken nuggets.

Therefore, 3H + 8C = 30...(2).

Now, multiplying the eqn (2) by 2 and subtracting it from eqn(1) to cancel out one variable 'H' we get,

- 9C = - 27.

9C = 27.

C = 3 and hence H = 2.

So, The cost of one hamburger is $2 and one chicken nugget is $3.

learn more about linear equations here :

https://brainly.com/question/29739212

#SPJ1

please view the image and answer the questions.
This is College Algebra.

please view the image and answer the questions.This is College Algebra.

Answers

Step-by-step explanation:

x² - 9

1. There is no common factor other than 1.

2. √x² = x; √9 = 3

3. a = x; b = 3

4. x² - 9 = (x - 3)(x + 3)

Write an equation in slope intercept form for the cost at each store

Write an equation in slope intercept form for the cost at each store

Answers

Answer:

See attachment

Step-by-step explanation:

On attachment

Write an equation in slope intercept form for the cost at each store

An ice cube is freezing in such a way that the side length s, in inches, is s(t)=1/2t+4, where it is in hours. The surface area of the ice cube is the function A(s) = 6s²_
Part A: Write an equation that gives the volume at t hours after freezing begins. (2 points)

Part B: Find the surface area as a function of time, using composition, and determine its range. (4 points)

Part C: After how many hours will the surface area equal 294 square inches? Show all necessary calculations. (4 points)

Help Please!!

An ice cube is freezing in such a way that the side length s, in inches, is s(t)=1/2t+4, where it is

Answers

The equation of volume will be V = [(1/2)t + 4]³. The surface area as a function of time will be A(s) = 3/2 t² + 24t + 96. The number of hours when the surface area equal 294 square inches will be 3 1/2 hours.

What is a function?

Functions are found all across mathematics and are required for the creation of complex relationships.

Part A: The equation that gives the volume at t hours after freezing begins will be

V = s³

V = [(1/2)t + 4]³

Part B: The surface area as a function of time, using composition, and determine its range will be

A(s) = 6(1/2 t + 4)²

A(s) = 6 (t²/4 + 4t + 16)

A(s) = 3/2 t² + 24t + 96

Part C: The number of hours when the surface area equal 294 square inches will be

294 = 6(1/2 t + 4)²

49 = (1/2 t + 4)²

7 = 1/2 t + 4

1/2 t = 3

t = 3 1/2 hours

More about the function link is given below.

https://brainly.com/question/5245372

#SPJ1

Given points A(-1,4) and B(x,7), determine the value(s) of x if AB=5cm

Answers

The value of x is either 3 or -5 based on the distance formula.

What is a co-ordinate system?

In pure mathematics, a coordinate system could be a system that uses one or additional numbers, or coordinates, to uniquely confirm the position of the points or different geometric components on a manifold like euclidean space.

Main body:

according to question

Given points A(-1,4) and B(x,7)

Also AB = 5 cm

Formula of distance = \(\sqrt{(y1-y2)^{2}+(x1 -x2)^{2} }\)

here by using points ,

5 = \(\sqrt{(x+1)^{2} +(7-4)^{2} }\)

taking square on both side ,'

25 = \((x+1)^{2} +3^{2}\)

25-9 = (x+1)²

16 = (x+1)²

taking square root on both sides,

x+1= ±4

x = 4-1 = 3                                  or              x = -4-1 = -5

Hence value of x is either 3 or -5.

To know more about point , visit:

https://brainly.com/question/26310043

#SPJ1

8x-2=46 what is this but like you have to use a upside down T

Answers

Step-by-step explanation:

8x-2=46

collect like terms

8x=46+2

8x=48

Divide both sides by 8

8x÷8=48÷8

x=6

Answer:
x=6

Step by step:
8x-2=46 what is this but like you have to use a upside down T

describe and explain the difference between the mean, median, and mode. choose the correct answer below

Answers

Answer: Mean  is the value obtained by dividing the sum of several quantities by their number; an average. Denoting the middle term of a series arranged in order of magnitude. The value which occurs most frequently in a set of data is known as the mode of the set of data.

Step-by-step explanation:

Adriana earned a gross income of $46,250 last year. She made $569.10 in IRA contributions, donated $841 to her favorite charity and paid $1,399.03 in home mortgage interest. If Adriana claims a standard deduction of $5,700 and her exemption is $3,650, what is her taxable income?
a.) $34,090.87
b.) $36,330.90
c.) $39,790.87
d.) $34,931.87

Answers

Answer:

B

Step-by-step explanation:

assume the random variable x is normally distributed with mean μ=90 and standard deviation σ=15. compute the probability p(x>102)

Answers

The probability that x is greater than 102 is approximately 0.2119.

We need to standardize the random variable x before finding the required probability.

The standardized random variable Z is given by:

Z = (x - μ) / σ

Here, x = 102, μ = 90, and σ = 15.

So,

Z = (102 - 90) / 15 = 0.8

Now, we need to find P(Z > 0.8). We can use a standard normal distribution table or calculator to find this probability.

Using a standard normal distribution table, we find that the probability of Z being greater than 0.8 is approximately 0.2119.

Therefore,

P(x > 102) = P(Z > 0.8) ≈ 0.2119

So, the probability that x is greater than 102 is approximately 0.2119.

To know more about probability refer here:

https://brainly.com/question/11234923

#SPJ11

what is the quotient of the expression
\( \frac{21a {}^{3} b - 14ab {}^{2} + 7ab}{7ab} \)

Answers

The quotient of the expression is 3a^2 - 2b + 1

Please I need help, JUST one problem.
I need to show my work please!!

Please I need help, JUST one problem.I need to show my work please!!

Answers

Answer:

proved that x=9

Step-by-step explanation:

A line that splits an angle into two equal angles. ("Bisect" means to divide into two equal parts)

so <CAB=<DAB

7x+2=5(x+4)

7x+2=5x+20

7x-5x=20-2

2x=18

x=9

Answer all pls/ anyone u cann

Answer all pls/ anyone u cann

Answers

Using relations in a right triangle, we have that:

1 - a) x = 54.28º.

1 - b) y = 57.794º.

1 - c) z = 31.056º.

2) The angle is of 62.8º.

3) The angle is of x = 53.017º.

4) The angle x is of 20.364º, which is greater than 17º, hence she can use the smooth tiles.

5) The angle y is of 38.37º, which is greater than 35º, hence he can go down the slide.

What are the relations in a right triangle?

The relations in a right triangle are given as follows:

The sine of an angle is given by the length of the opposite side to the angle divided by the length of the hypotenuse.The cosine of an angle is given by the length of the adjacent side to the angle divided by the length of the hypotenuse.The tangent of an angle is given by the length of the opposite side to the angle divided by the length of the adjacent side to the angle.

For item 1a, we have that the sides, hence:

tan x = 8.9/6.4

x = arctan(8.9/6.4)

x = 54.28º.

For item 1b, we have the adjacent side and the hypotenuse, hence:

cos y = 9.7/18.2

y = cos^-1 (9.7/18.2)

y = 57.794º.

For item 1c, we have the opposite side and the hypotenuse, hence:

sin z = 6.5/12.6

z = sin^-1(6.5/12.6)

z = 31.056º.

For item 2, we have the sides, given at the graph at the end of the answer, hence:

tan x = 7.2/3.7

x = tan^-1(7.2/3.7)

x = 62.8º.

The angle is of 62.8º.

For item 3, first we find the hypotenuse of the bottom triangle, by the Pythagorean Theorem, as follows:

h² = 7.9² + 18.6²

h = sqrt(7.9² + 18.6²)

h = 20.21.

Then:

sin x = 20.21/25.3

x = sin^-1(20.21/25.3)

x = 53.017º.

For item 4, we have the adjacent side and the hypotenuse, hence:

cos(x) = 3/3.2

x = cos^-1 (3/3.2)

x = 20.364º.

The angle x is of 20.364º, which is greater than 17º, hence she can use the smooth tiles.

For item 5, we have the opposite side and the hypotenuse, hence:

sin y = 1.8/2.9

y = sin^-1 (1.8/2.9)

y = 38.37º.

The angle y is of 38.37º, which is greater than 35º, hence he can go down the slide.

More can be learned about relations in a right triangle at https://brainly.com/question/26396675

#SPJ1

Answer all pls/ anyone u cann

Kyndal wants to buy a lamp that
originally cost $82, but went on sale for
20% off. The store is having an
additional sale that is 40% off the sale
price. What is the price of the lamp?

Answers

Answer:

$39.36

Step-by-step explanation:

Since its 20% off that means we still have a remaining 80% so first multiply 0.8 to the 82

82x0.8= 65.6

Since there is a additional 40% off multiply by 0.4 to get the discount amount

65.6x0.4= 26.24

Subtract the discount from the price

65.6-26.24= 39.36

for the function f(x) = x^2, what effect will be multiplying f(x) by 1/2 have on the graph?

Answers

We are describing the Transformation which would be that it shrinks

lin is mixing orange paint for a play. the color takes 3 parts red to 2 parts yellow. if lin has 18 cups of yellow paint how many cups of red does he need?

Answers

the number of cups of red Lin needs is 27 cups

Explanation:

number of parts of red = 3

number of parts of yellow = 2

the ratio of red to yellow = 3:2

when lin's number of cups of yellow = 18

let the number of cups of red = x

3 red = 2 yellow

x red = 18 yellow

cross multiply:

3(18) = 2(x)

54 = 2x

divide both sides by 2:

54/2 = 2x/2

x = 27

Hence, the number of cups of red Lin needs is 27 cups

Other Questions
Which one of the following is diploid (2N)? zygote ovum sperm This year, Rocket Roofing Company paid $815,600 in gross wages. All of the gross wages were subject to 7.65% social security tax. What was the total social security taxpaid by the employees and employer for the year?$120,237.96$124,786.80$128,537.44$130,123.60None of these choices are correct. With the growing popularity of casual surf print clothing, two recent MBA graduates decided to broaden this casual surf concept to encompass a "surf lifestyle for the home." With limited capital, they decided to focus on surf print table and floor lamps to accent people's homes. They projected unit sales of these lamps to be 11,600 in the first year, with growth of 6 percent each year for the next five years. Production of these lamps will require $77,000 in net working capital to start. Total fixed costs are $173,000 per year, variable production costs are $17 per unit, and the units are priced at $63 each. The equipment needed to begin production will cost $655,000. The equipment will be depreciated using the straight-line method over a 5 -year life and is not expected to have a salvage value. The tax rate is 21 percent and the required rate of return is 19 percent. What is the NPV of this project? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) What would be the bond type (covalent, polar covalent, ionic) for both B-H bonds in BH2? Explain in a short sentence. A farmer wants to fence an area of 6 millon square feet in a rectangutor field and then divide it in half with a fence paraliel to one of the sides of the rectangle. Letyrepresent the length (in feet) of a side perpendicular to the dividing fence, and letxrepresent the length (in feet) of a side parallel to the dividing fence. Let Frepresent the fengeh of fencing in feet. Write an equation that representsFin terms of the vanablex.F(x)=Find the derluativeF(x),f1(x)=Find the critical numbers of the function, (Enter your answers as a coerma-separated list. If an answer does not exist, enter owE) What should the lengttis of the sides of the rectangular field be(inft)in order to minimize the cost of tho fence? smaller vahue targer value. Why does Torvald feel he "dare not trust" the children to Nora after he has read the letter? Four preparations involving table sugar (sucrose) are described below. Analyze the sugar preparation processes and the end products.Sugar Water Sugar Floss Sugar Caramel Rock SugarSugar is added to water, and the water is stirred until the sugar is no longer visible. Sugar is melted and blown with a fan to make thin threads of solid sugar. Pure sugar is melted and cooked until it changes color and becomes a thick, sticky liquid. A highly concentrated solution of sugar water is prepared, large sugar crystals are allowed to form slowly, and then dye is added.Which of the following is evidence that a chemical reaction has taken place in one of the processes? A. the slow growth of giant sugar crystals from a highly concentrated sugar-water solution and added dye B. the color change that takes place after heat melts and begins to decompose the sugar C. the melting and re-solidification of sugar into threads, which are different from sugars natural cube-shaped crystals D. the dissolution of solid sugar in water to form a thin, colorless, odorless liquid The development team should have the supervisor to ensure the work is correctly executed. True /False scores of an IQ test have a bell-shaped distribution with a mean of 100 and a standard deviation of 13. use empirical rule to determine the following: a) what percentage of people has an IQ score between 61 and 139?b) what percentage of people has IQ score less than 87 or greater than 113?c) what percentage of people has an IQ score greater than 113? What is the slope of the line that passes through (-8, 12) and (4, 3)? Executives should analyze each proposed IT investment as part of a ______ of potential investments. Multiple choice question. group portfolio set Can you please help me Point Q was rotated about the origin (0,0) by -45 degrees What is the degree measure corresponding to the central angle in the circle below? Put the following sentence in order. what important effects did the emancipation proclamation have on both the union and confederate causes? Would the following configuration representground or excited state: 152s22p03823p4s'3d"ExcitedGround A newspaper article reported that people spend a mean of 6.5 hours per day watching TV, with a standard deviation of 2.1 hours. A psychologist would like to conduct interviews with the 5% of the population who spend the most time watching TV. She assumes that the daily time people spend watching TV is normally distributed. At least how many hours of daily TV watching are necessary for a person to be eligible for the interview? Carry your intermediate computations to at least four decimal places. Round your answer to one decimal place. Question Content Area The Central Division of Chemical Company has a return on investment of 22% and an investment turnover of 1.97. What is the profit margin Help me please please