The given equation has been solved in the table. In which step was the subtraction property of equality applied?

The Given Equation Has Been Solved In The Table. In Which Step Was The Subtraction Property Of Equality

Answers

Answer 1

Answer:

Option (D)

Step-by-step explanation:

Subtraction property of equality tells that whatever subtracted from one side of the equation must be subtracted from the other side.

If x + 2 = 2,

By the property of subtraction of equality,

x + 2 - 2 = 2 - 2

x = 0

But in the given question,

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

[tex]\frac{x}{2}-7+7=-7+7[/tex]

shows the addition property of equality in step (2)

Therefore, subtraction property of equality was not applied.

Option (D) will be the answer.


Related Questions

Please answer this correctly

Answers

Step-by-step explanation:

pnotgrt8rthan4 = 3 ÷ 7 × 100

= 42.8571428571 / 43%

if 7 is added to a number then it becomes at least 15 what is the number?​

Answers

You’re answer will be 8 ;)

Step-by-step explanation:

yeah,when 15-7=8

the number is 8

You spend $3.50 on fruit. Apples cost $0.20 each while oranges cost $0.30 each. The equation models the situation, where x is the number of apples and y is the number of oranges. Which of the following is not a possible solution in the context of the problem?

a. 1 apple; 11 oranges
b. 11 apples; 1 orange
c. 7 apples; 7 oranges
d. 4 apples; 9 oranges

Answers

Answer:

b. 11 apples; 1 orange

Step-by-step explanation:

We test each option, and see if the total is $3.50(what you spend). If the result is different, it is not a possible solution.

a. 1 apple; 11 oranges

1 apple for $0.20

11 oranges for $0.30 each

0.20 + 11*0.30 = $3.50

Possible solution

b. 11 apples; 1 orange

11 apples for $0.20 each

1 orange for $0.30

11*0.2 + 0.3 = 2.5

Not $3.5, so this is not a possible solution.

This is the answer

c. 7 apples; 7 oranges

7*0.2 + 7*0.3 = $3.5

Possible

d. 4 apples; 9 oranges

4*0.2 + 9*0.3 = $3.5

Possible

How many x-intercepts does the graph of y = 2x2 + 4x - 3 have?

Answers

Answer:

3

Step-by-step explanation:

Given  

y

=

2

x

2

4

x

+

3

The y-intercept is the value of  

y

when  

x

=

0

XXX

y

=

2

(

0

)

2

4

(

0

)

+

3

=

3

For a quadratic in the general form:

XXX

y

=

a

x

2

+

b

x

+

c

the determinant  

Δ

=

b

2

4

a

c

indicates the number of zeros.

Δ

<

0

==⇒  

no solutions

=

0

==⇒  

one solution

>

0

==⇒  

two solutions

In this case

XXX

Δ

=

(

4

)

2

4

(

2

)

(

3

)

<

0

so there are no solutions (i.e. no values for which the expression is equal to zero).

This can also be seen from a graph of this equation:

graph{2x^2-4x+3 [-6.66, 13.34, -0.64, 9.36]}

Answer link

Vinícius Ferraz

Nov 13, 2015

(

0

,

3

)

Explanation:

x

=

0

y

=

0

0

+

3

y

=

0

x

=

b

±

b

2

4

a

c

2

a

a

=

2

,

b

=

4

,

c

=

3

But  

Δ

< 0, then there is no real root  

(

x

0

,

0

)

.

Answer:

it has 2

Step-by-step explanation:

I hope this helps!

The mean arrival rate of flights at Philadelphia International Airport is 195 flights or less per hour with a historical standard deviation of 13 flights. To increase arrivals, a new air traffic control procedure is implemented. In the next 30 days, the arrival rate per day is given in the data vector below called flights. Air traffic control manager wants to test if there is sufficient evidence that arrival rate has increased.
flights <- c(210, 215, 200, 189, 200, 213, 202, 181, 197, 199,
193, 209, 215, 192, 179, 196, 225, 199, 196, 210,
199, 188, 174, 176, 202, 195, 195, 208, 222, 221)
a) Find sample mean and sample standard deviation of arrival rate using R functions mean() and sd().
b) Is this a left-tailed, right-tailed or two-tailed test? Formulate the null and alternative hypothesis.
c) What is the statistical decision at the significance level α = .01?

Answers

Answer:

a) The sample mean is M=200.

The sample standard deviation is s=13.19.

b) Right-tailed. The null and alternative hypothesis are:

[tex]H_0: \mu=195\\\\H_a:\mu> 195[/tex]

c) At a significance level of 0.01, there is  notenough evidence to support the claim that the arrival rate is significantly higher than 195.

Step-by-step explanation:

We start by calculating the sample and standard deviation.

The sample size is n=30.

The sample mean is M=200.

The sample standard deviation is s=13.19.

[tex]M=\dfrac{1}{n}\sum_{i=1}^n\,x_i\\\\\\M=\dfrac{1}{30}(210+215+200+. . .+221)\\\\\\M=\dfrac{6000}{30}\\\\\\M=200\\\\\\s=\sqrt{\dfrac{1}{n-1}\sum_{i=1}^n\,(x_i-M)^2}\\\\\\s=\sqrt{\dfrac{1}{29}((210-200)^2+(215-200)^2+(200-200)^2+. . . +(221-200)^2)}\\\\\\s=\sqrt{\dfrac{5048}{29}}\\\\\\s=\sqrt{174.07}=13.19\\\\\\[/tex]

This is a hypothesis test for the population mean.

The claim is that the arrival rate is significantly higher than 195.  As we are interested in only the higher tail for a significant effect, this is a right-tailed test.

Then, the null and alternative hypothesis are:

[tex]H_0: \mu=195\\\\H_a:\mu> 195[/tex]

The significance level is 0.01.

The standard deviation of the population is known and has a value of σ=13.

We can calculate the standard error as:

[tex]\sigma_M=\dfrac{\sigma}{\sqrt{n}}=\dfrac{13}{\sqrt{30}}=2.373[/tex]

Then, we can calculate the z-statistic as:

[tex]z=\dfrac{M-\mu}{\sigma_M}=\dfrac{200-195}{2.373}=\dfrac{5}{2.373}=2.107[/tex]

This test is a right-tailed test, so the P-value for this test is calculated as:

[tex]\text{P-value}=P(z>2.107)=0.018[/tex]

As the P-value (0.018) is bigger than the significance level (0.01), the effect is not significant.

The null hypothesis failed to be rejected.

At a significance level of 0.01, there is  notenough evidence to support the claim that the arrival rate is significantly higher than 195.

Mexican currency is the peso. One Mexican peso is currently equal to 0.055 U.S. dollars. If a traveler exchanges $400 for Mexican pesos, how many pesos will he receive? Round to the nearest peso.

Answers

Answer:

7,273 Pesos

Step-by-step explanation:

1 Peso = $0.055

The formula below converts pesos to dollars:

1 Peso x 0.055 = $1

The formula below converts dollars to pesos:

$1/0.055= 1 Pesos

We use the second formula because we are coverting

from dollars to pesos.

$400/0.055=7,273 Pesos

Answer:

22

Step-by-step explanation:

If one Mexican peso is .055 U.S dollars that means it has a greater value than the dollar so we can make the following ratio 1:.055. But if the .055 is a 400 1:400 we just multiply to get 22.

CAN SOMEONE PLEASE HELP ME THIS IS DUE SOON!!

Answers

Answer:

95 ft²

Step-by-step explanation:

Given:

regular pyramid with,

Square base of side length (s) = 5 ft

Slant height (l) = 7 ft

Required:

Surface area

Solution:

Surface area of a regular pyramid = ½*P*l + B

Where,

P = perimeter of the square base = 4(s) = 4(5) = 20 ft

l = slant height = 7 ft

B = area of base = s² = 5² = 25 ft²

Surface area = ½*20*7 + 25

= 10*7 + 25

= 70 + 25

Surface area of regular pyramid = 95 ft²

PLEASE HELP!!!! Find the common difference

Answers

Answer:

The common difference is 1/2

Step-by-step explanation:

Data obtained from the question include:

3rd term (a3) = 0

Common difference (d) =.?

From the question given, we were told that the 7th term (a7) and the 4th term (a4) are related by the following equation:

a7 – 2a4 = 1

Recall:

a7 = a + 6d

a4 = a + 3d

a3 = a + 2d

Note: 'a' is the first term, 'd' is the common difference. a3, a4 and a7 are the 3rd, 4th and 7th term respectively.

But, a3 = 0

a3 = a + 2d

0 = a + 2d

Rearrange

a = – 2d

Now:

a7 – 2a4 = 1

Substituting the value of a7 and a4, we have

a + 6d – 2(a + 3d) = 1

Sustitute the value of 'a' i.e –2d into the above equation, we have:

–2d + 6d – 2(–2d + 3d) = 1

4d –2(d) = 1

4d –2d = 1

2d = 1

Divide both side by 2

d = 1/2

Therefore, the common difference is 1/2

***Check:

d = 1/2

a = –2d = –2 x 1/2 = –1

a3 = 0

a3 = a + 2d

0 = –1 + 2(1/2)

0 = –1 + 1

0 = 0

a7 = a + 6d = –1 + 6(1/2) = –1 + 3 = 2

a4 = a + 3d = –1 + 3(1/2) = –1 + 3/2

= (–2 + 3)/2 = 1/2

a7 – 2a4 = 1

2 – 2(1/2 = 1

2 – 1 = 1

1 = 1

The tens digit in a two digit number is 4 greater than one’s digit. If we interchange the digits in the number, we obtain a new number that, when added to the original number, results in the sum of 88. Find this number

Answers

Answer:

The original digit is 62

Step-by-step explanation:

Let the Tens be represented with T

Let the Units be represented with U

Given:

Unknown Two digit number

Required:

Determine the number

Since, it's a two digit number, then the number can be represented as;

[tex]T * 10 + U[/tex]

From the first sentence, we have that;

[tex]T = 4 + U[/tex]

[tex]T = 4+U[/tex]

Interchanging the digit, we have the new digit to be [tex]U * 10 + T[/tex]

So;

[tex](U * 10 + T) + (T * 10+ U) = 88[/tex]

[tex]10U + T + 10T + U= 88[/tex]

Collect Like Terms

[tex]10U + U + T + 10T = 88[/tex]

[tex]11U + 11T = 88[/tex]

Divide through by 11

[tex]U + T = 8[/tex]

Recall that [tex]T = 4+U[/tex]

[tex]U + T = 8[/tex] becomes

[tex]U + 4 + U = 8[/tex]

Collect like terms

[tex]U + U = 8 - 4[/tex]

[tex]2U = 4[/tex]

Divide both sides by 2

[tex]U = 2[/tex]

Substitute 2 for U in [tex]T = 4+U[/tex]

[tex]T = 4 + 2[/tex]

[tex]T = 6[/tex]

Recall that the original digit is [tex]T * 10 + U[/tex]

Substitute 6 for T and 2 for U

[tex]T * 10 + U[/tex]

[tex]6 * 10 + 2[/tex]

[tex]60 + 2[/tex]

[tex]62[/tex]

Hence, the original digit is 62

An athletics coach states that the distribution of player run times (in seconds) for a 100-meter dash is normally distributed with a mean equal to 13.00 and a standard deviation equal to 0.2 seconds. What percentage of players on the team run the 100-meter dash in 13.36 seconds or faster

Answers

Answer:

96.41% of players on the team run the 100-meter dash in 13.36 seconds or faster

Step-by-step explanation:

When the distribution is normal, we use the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:

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

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

In this question, we have that:

[tex]\mu = 13, \sigma = 0.2[/tex]

What percentage of players on the team run the 100-meter dash in 13.36 seconds or faster

We have to find the pvalue of Z when X = 13.36.

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

[tex]Z = \frac{13.36 - 13}{0.2}[/tex]

[tex]Z = 1.8[/tex]

[tex]Z = 1.8[/tex] has a pvalue of 0.9641

96.41% of players on the team run the 100-meter dash in 13.36 seconds or faster

Use the given information to find the P-value. Also, use a 0.05 significance level and state the conclusion about the null hypothesis (reject the null hypothesis or fail to reject the null hypothesis).

The test statistic in a two-tailed test is z = -1.63.

a. 0.1031; fail to reject the null hypothesis
b. 0.0516; reject the null hypothesis
c. 0.9484; fail to reject the null hypothesis
d. 0.0516; fail to reject the null hypothesis

Answers

Answer: a. 0.1031; fail to reject the null hypothesis

Step-by-step explanation:

Given: Significance level : [tex]\alpha=0.05[/tex]

The test statistic in a two-tailed test is z = -1.63.

The P-value for two-tailed test : [tex]2P(Z>|z|)=2P(Z>|-1.63|)=0.1031[/tex] [By p-value table]

Since, 0.1031 > 0.05

i.e. p-value > [tex]\alpha[/tex]

So, we fail to reject the null hypothesis. [When p<[tex]\alpha[/tex] then we reject null hypothesis  ]

So, the correct option is a. 0.1031; fail to reject the null hypothesis.

Please answer this correctly

Answers

Answer:

1/7

Step-by-step explanation:

There are 7 cards, 1 of which is less than 2. Therefore, P (less then 2) = 1/7

Answer:

1/7

Step-by-step explanation:

The number from the list that is less than 2 is 1.

1 number out of a total of 7 numbers.

= 1/7

What steps are used to solve the equation? g – 8 = 14 Complete the statements. First, both sides of the equation. The solution of the equation is . Check the solution by substituting for g and simplifying.

Answers

Answer:

g=22

Step-by-step explanation:

add 8 to both sides

g-8=14

g-8+8=14+8

g=14+8

g=22

The solution of expression g - 8 = 14 is,

⇒ g = 22

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

Given that;

The equation is,

⇒ g - 8 = 14

Now, We can simplify as,

⇒ g - 8 = 14

Add 8 both side,

⇒ g - 8 + 8 = 14 + 8

⇒ g = 22

Thus, The solution of expression g - 8 = 14 is,

⇒ g = 22

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ3

Someone please answer this emergency pleaseee

Answers

Answer:

7). y = 140

8). x = 9

Step-by-step explanation:

Question (7).

All-right pencil factory will produce the graphite pencils, table formed will represent a linear graph.

Three points on the graph are (12, 42) and (18, 63), (40, y)

Slope of the line passing through these points = [tex]\frac{y_2-y_1}{x_2-x_1}[/tex]

m = [tex]\frac{63-42}{18-12}[/tex] = [tex]\frac{y-42}{40-12}[/tex]

[tex]\frac{21}{6}[/tex] = [tex]\frac{y-42}{40-12}[/tex]

3.5 = [tex]\frac{y-42}{40-12}[/tex]

98 = y - 42

y = 140

Question (8),

If a bicyclist rides at a constant rate, table formed will represent a linear graph.

Slope of a line passing through three points (2, 25), (5, 62.5) and (x, 112.5) given in the table,

m = [tex]\frac{y_2-y_1}{x_2-x_1}[/tex]

[tex]\frac{62.5-25}{5-2}=\frac{112.5-62.5}{x-5}[/tex]

[tex]\frac{37.5}{3}=\frac{50}{x-5}[/tex]

37.5x - 187.5 = 150

37.5x = 337.5

x = 9

1- if angle A = 30, then its complementary is -- and its supplementary is
2- If a triangle has an area of 360, and its base = 10, what is its height?
3- if two triangles have the same angle measures, then the triangles are
4. What is the definition of similar triangles?
5- One of triangle congruence tests is SSS, what are 3 other congruent tests
6- What is a regular polygon?
7- If a rectangle has an area of 240 and a length of 24, what is the width?
8- Colinear points lie on the same
9- 3 non-colinear points determine a
10- The sum of 2 supplementary angles add up to -------​

Answers

1 - complementary =  90- 30 = 60

    suplementary = 180- 30 = 150

2 - area = hb/2 = 360 = hb/2 =  h = 72

3 - similar

4- see number 3

5 - asa, ssa, sas

6 - polygon that had all equal angle measures and sides (equiangular and equilateral)

7 - length x width = area so

   240 / 24 = 10

8 - line

9 - triangle

10 - 180, as see in question 1

vote me brainliest ):>

Which expression is equivalent to [tex]4^7*4^{-5}[/tex]? A. [tex]4^{12}[/tex] B. [tex]4^2[/tex] C. [tex]4^{-2}[/tex] D. [tex]4^{-35}[/tex]

Answers

Answer:

B. [tex]4^2[/tex]

Step-by-step explanation:

[tex]4^7 \times 4^{-5}[/tex]

Apply rule (if bases are same) : [tex]a^b \times a^c = a^{b + c}[/tex]

[tex]4^{7 + -5}[/tex]

Add exponents.

[tex]=4^2[/tex]

Answer:

[tex] {4}^{2} [/tex]

Step by step explanation

[tex] {4}^{7} \times {4}^{ - 5} [/tex]

Use product law of indices

i.e

[tex] {x}^{m} \times {x}^{n} = {x}^{m + n} [/tex]

( powers are added in multiplication of same base)

[tex] = {4}^{7 + ( - 5)} [/tex]

[tex] = {4}^{7 - 5} [/tex]

[tex] = {4}^{2} [/tex]

Hope this helps...

Best regards!

Stat 3309 - Statistical Analysis for Business Applications I

Consider the following data representing the starting salary (in $1,000) at some company and years of prior working experience in the same ï¬eld. The sample of 10 employees was taken and the following data is reported.

Years of experience

Starting Salary (in $1,000)
0
45

2 50
5 55
7 62
8 63
10 70
12 68
15 75
18 81
20 92
Part 1: Use the formulas provided on the 3rd formula sheet to compute the following quantities. Open an Excel spreadsheet and write the table with data given above. Add columns for x2, y2, and xy, as well as the last row for Σ. For each of the following quantities, write the formula for it in a cell and evaluate it.

(a) Find the sample correlation coeï¬cient r.

(b) Find the slope b1 of the sample regression line.

(c) Find the y-intercept b0 of the sample regression line.

(d) What is the equation of the sample regression line?

(e) Find the predicted starting salary for a person who spent 15 years working in the same ï¬eld.

(f) Find the observed starting salary for a person who spent 15 years working in the same ï¬eld.

(g) What is the diï¬erence between the observed and the predicted starting salary for a person who spent 15 years working in the same ï¬eld?

(h) Find the total sum of squares SST.

(i) Find the sum of squares error SSE.

(j) Find the sum of squares regression SSR.

(k) Use the answers from (h)-(j) to conï¬rm that SST = SSR + SSE. (l) Find the coeï¬cient of determination R2.

(m) Use your answers for (a), (b) and (l), to conï¬rm that r = ±âR2.

(n) What proportion of variation is explained using the regression model?

(o) Find the standard error of the estimate se.

(p) Find the standard error of the regression slope sb.

(q) Does the number of years of prior working experience in the same ï¬eld aï¬ect the starting salary at this company ? Use the sample provided above and the signiï¬cance level of 0.05.

(hint: perform the hypothesis test for H0 : β1 = 0 vs. H1 : β1 6= 0.)

Part 2: Find and use Excel built-in-functions to check your answers for r, b1, and b0. Next to each cell from Part 1, calculate these three quantities using Excel built-in-functions and conï¬rm your answers from Part 1.

(hint: for example, for r the Excel built-in function is "CORREL")

Part 3: Bellow your answers from Parts 1 and 2, perform the regression analysis using Excel built-in-module which can be found under "DATA" â "Data Analysis" â "Regression" and double check your answers from Part 1. Draw the scatter plot of the data and, by visually observing the graph, determine if there is a linear relationship between the number of years of prior working experience in the same ï¬eld and the starting salary at this company.

Answers

Answer:

Solved below.

Step-by-step explanation:

The data is provided for the starting salary (in $1,000) at some company and years of prior working experience in the same field for randomly selected 10 employees.

(a)

The formula to compute the correlation coefficient is:

[tex]r=~\frac{n\cdot\sum{XY} - \sum{X}\cdot\sum{Y}} {\sqrt{\left[n \sum{X^2}-\left(\sum{X}\right)^2\right] \cdot \left[n \sum{Y^2}-\left(\sum{Y}\right)^2\right]}} \\[/tex]

The required values are computed in the Excel sheet below.

[tex]\begin{aligned}r~&=~\frac{n\cdot\sum{XY} - \sum{X}\cdot\sum{Y}} {\sqrt{\left[n \sum{X^2}-\left(\sum{X}\right)^2\right] \cdot \left[n \sum{Y^2}-\left(\sum{Y}\right)^2\right]}} \\r~&=~\frac{ 10 \cdot 7252 - 97 \cdot 661 } {\sqrt{\left[ 10 \cdot 1335 - 97^2 \right] \cdot \left[ 10 \cdot 45537 - 661^2 \right] }} \approx 0.9855\end{aligned}[/tex]

Thus, the sample correlation coefficient r is 0.9855.

(b)

The slope of the regression line is:

[tex]b_{1} &= \frac{ n \cdot \sum{XY} - \sum{X} \cdot \sum{Y}}{n \cdot \sum{X^2} - \left(\sum{X}\right)^2} \\\\= \frac{ 10 \cdot 7252 - 97 \cdot 661 }{ 10 \cdot 1335 - \left( 97 \right)^2} \\\\\approx 2.132[/tex]

Thus, the slope of the regression line is 2.132.

(c)

The y-intercept of the line is:

[tex]b_{0} &= \frac{\sum{Y} \cdot \sum{X^2} - \sum{X} \cdot \sum{XY} }{n \cdot \sum{X^2} - \left(\sum{X}\right)^2} \\\\= \frac{ 661 \cdot 1335 - 97 \cdot 7252}{ 10 \cdot 1335 - 97^2} \\\\\approx 45.418[/tex]

Thus, the y-intercept of the line is 45.418.

(d)

The equation of the sample regression line is:

[tex]y=45.418+2.132x[/tex]

(e)

Compute the predicted starting salary for a person who spent 15 years working in the same field as follows:

[tex]y=45.418+2.132x\\\\=45.418+(2.132\times15)\\\\=45.418+31.98\\\\=77.398\\\\\approx 77.4[/tex]

Thus, the predicted starting salary for a person who spent 15 years working in the same field is $77.4 K.

Answer:

Yes correct

Step-by-step explanation:

I think this is correct becase: 2 50

5 55

7 62

etc

these are all correct

what value of x is in the solution set of 2(3x–1)>4x–6?

Answers

Answer:

x > -2

Step-by-step explanation:

2(3x–1)>4x–6

Divide each side by 2

2/2(3x–1)>4x/2–6/2

3x-1 > 2x-3

Subtract 2x from each side

3x-2x-1 > 2x-3-2x

x-1 > -3

Add 1 to each side

x-1+1 > -3+1

x > -2

find the third angle in a triangle when the other two angles are (2a-32)° and (3a+22)°​

Answers

Answer:

(190-5a)°

Step-by-step explanation:

Sum of internal angles of a triangle equals to 180°

If the third angle is x, then we have:

(2a-32)°+(3a+22)° +x = 180°(5a- 10)° +x= 180°x= (180+10-5a)°x= (190-5a)°

The third angle is: (190-5a)°

Find the domain of the function f(x) = 7x2 + 8x - 15.

Answers

Answer:

Domain is all real numbers or (negative infinity, positive infinity)

Step-by-step explanation:

Domain is all values of x (inputs) that will work with the function. Since a parabola has no limits for x, and all numbers work for x, then the domain can be any number. That leaves us with All Real Numbers as our answer.

HELP!! Im not sure what i did wrong!!

Answers

I'm not sure what exactly you did wrong, but I agree with you that the sample size is too small, so the correct answer will probably be the fourth options. Hope that this gives you some confidence, and 'm sorry not to be able to help you any further...

HELP! will give brainlest or whatever its called... Triangle ABC has vertices A(–2, 3), B(0, 3), and C(–1, –1). Find the coordinates of the image after a reflection over the x-axis. A’ B’ C’

Answers

Answers:

A ' = (-2, -3)

B ' = (0, -3)

C ' = (-1, 1)

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

Explanation:

To apply an x axis reflection, we simply change the sign of the y coordinate from positive to negative, or vice versa. The x coordinate stays as is.

Algebraically, the reflection rule used can be written as [tex](x,y) \to (x,-y)[/tex]

Applying this rule to the three given points will mean....

Point A = (-2, 3) becomes A ' = (-2, -3)Point B = (0, 3) becomes B ' = (0, -3)Point C = (-1, -1) becomes C ' = (-1, 1)

The diagram is provided below.

Side note: Any points on the x axis will stay where they are. That isn't the case here, but its for any future problem where it may come up. This only applies to x axis reflections.

Answer:

(-2,-3)...(0,-3)...(-1,1)

Step-by-step explanation:

Find the fourth term in the expansion of the binomial
(4x + y)^4
a) 16xy^3
b) 256x^4
c) 64y^4
d) 4xy^3

Answers

Answer:

a) 16xy³

Step-by-step explanation:

For a binomial expansion (a + b)ⁿ, the r+1 term is:

nCr aⁿ⁻ʳ bʳ

Here, a = 4x, b = y, and n = 4.

For the fourth term, r = 3.

₄C₃ (4x)⁴⁻³ (y)³

4 (4x) (y)³

16xy³

I have no idea what this is

Answers

Answer:

B. -1.

Step-by-step explanation:

[tex]i^1[/tex] = i

[tex]i^2 = -1[/tex]

[tex]i^3 = -i[/tex]

[tex]i^4 = 1[/tex]

...And it keeps going in a pattern, from i to -1 to -i to 1. And so, we have four values.

34 / 4 = 8 with a remainder of 2. That means that the value of [tex]i^{34}[/tex] is the same thing as [tex]i^2\\[/tex], so it is B. -1.

Hope this helps!

Josh and Lucy share some money in the ratio 3:7. What fraction of the money does Josh receive?

Answers

Answer:

3/10ths of the money

Step-by-step explanation:

Add together the two numbers to get the total.

Josh gets 30 percent and Lucy gets 70 percent.

3/10

Answer:

3/10

Step-by-step explanation:

3+7=10  

Josh=3

Lucy=7

Of 41 bank customers depositing a check, 22 received some cash back. Construct a 90 percent confidence interval for the proportion of all depositors who ask for cash back. (Round your answers to 4 decimal places.)

Answers

Answer:

CI: {0.4085; 0.6647}

Step-by-step explanation:

The confidence interval for a proportion (p) is given by:

[tex]p \pm z*\sqrt{\frac{(1-p)*p}{n} }[/tex]

Where n is the sample size, and z is the z-score for the desired confidence interval. The score for a 90% confidence interval is 1.645. The proportion of depositors who ask for cash back is:

[tex]p=\frac{22}{41}=0.536585[/tex]

Thus the confidence interval is:

[tex]0.536585 \pm 1.645*\sqrt{\frac{(1-0.536585)*0.536585}{41}}\\0.536585 \pm 0.128109\\L=0.4085\\U=0.6647[/tex]

The confidence interval for the proportion of all depositors who ask for cash back is CI: {0.4085; 0.6647}

Rebecca collected data from a random sample of 500 homeowners in her state asking whether or not they use electric heat. Based on the results, she reports that 51% of the homeowners in the nation use electric heat. Why is this statistic misleading?

Answers

Answer:

She makes conclusion about a population that is not well represented by the sample.

Step-by-step explanation:

The conclusion she is making is about a population that is not well represented by her sample: the population is the homeowners in the nation, but the sample is made of homeowners or only her state.

The population about which she can make conclusions with this sample is the homeowners of her state, given that the sampling is done right.

Answer: The sample is biased

What is the measure of PSQ?​

Answers

Answer:

Do you have an image because I'm a bit confused with you just asking the measure of PSQ.

Step-by-step explanation:

The length of the rectangle is described by the function y = 3x + 6, where x is the width of the rectangle. Find the domain in this situation.

Answers

Answer:2/3

Step-by-step explanation:

Given that the length of the rectangle is described by the function y = 3x + 6, where x is the width of the rectangle. The domain of the function is (0, ∞).

What is domain of a function?

The domain of a function is the set of all possible inputs for the function. In other words, domain is the set of all possible values of x. In this question, x is the width of the rectangle. Width of a rectangle existing in two dimensional space, cannot be negative or zero. Thus it is the set of all positive real numbers, or we say, (0, ∞).

Learn more about domain of a function here

https://brainly.com/question/13113489

#SPJ2

Simplify 4 + (−3 − 8)

Answers

Answer:

-7

Step-by-step explanation:

4 + (−3 − 8)

PEMDAS

Parentheses first

4 + (-11)

Add and subtract next

-7

Answer:

first I'm using BODMAS

4+(-11)

= -7

hope it helps

Other Questions
What is the central idea of the second quatrain? The speaker gives his mistress roses and perfume. The speakers mistress is like a rosebeautiful and fragrant. His mistresss cheeks are not pink, and her breath is not sweet. Roses do not look and smell as sweet as the speakers mistress. The graphs below have the same shape. What is the equation of the bluegraph? find the approximate volume of this prism Please answer this question now Which function has the following characteristics? A vertical asymptote at x=-4 A horizontal asymptote at y=0 A removable discontinuity at x=1 find clarissa salary when she sells $1700 worth of merchandise. A store sells 7 different types of envelopes and 6 different types of postage stamps. How many different combinations are there to buy an envelope and stamp? Please all the statements and reasons Please help I will mark brainliest for correct answers! PLEASE HELP ME ASAP ILL GIVE BRAINLIEST How many triangles are shown? The triangles may overlap. 5 4 3 2 To compare the production techniques used by foreign and local firms in Brazil, a random sample of 80 foreign firms and a random sample of 80 local firms are selected.This study uses_________ design What does Prufrock long to ask? - From The Love Song of J. Alfred Prufrock During replication, which enzyme works to join newly created DNA strands together along various sites of the DNA macromolecule? RNA ligase DNA polymerase DNA ligase RNA polymerase Which statement correctly describes a feature of the rock cycle?PARocks are preserved through the process.Rocks change from one type to another.Different rock groups are not related to one another.Rocks change from one type to another in a specific order. 9 (y+2) -5 (y-6) = -4y -9 solve for y When constructing parallel lines, how can you verify the lines constructed are parallel?t is being constructed based on the markings in the following diagram? According to research, what role do genes play in determining whether someone will develop an anxiety disorder A 17-tooth spur pinion has a diametral pitch of 8 teeth/in, runs at 1016 rev/min, and drives a gear at a speed of 508 rev/min. Find the number of teeth on the gear and the theoretical center-to-center distance. how did the gold-salt trade in africa make ghana a powerful empire Please Help !! I dont know what to do :(