A triangle on a coordinate plane is translated according to the rule T-3,5(x, y). Which is another way to write this rule?
(x, y) - (x - 3, y + 5)
(x, y) - (x-3, y-5)
(x,y) - (x + 3, y-5)
(x, y) = (x + 3, y + 5)

Answers

Answer 1
Answer: Choice A. [tex](x,y) \to (x-3, y+5)[/tex]

Explanation:

The notation [tex]T_{-3,5}(x,y)[/tex]  or means to move any point (x,y) along the vector <-3,5>. Put another way, it says to shift (x,y) three units to the left and five units up. The x portion deals with left or right shifting, the y portion deals with up or down shifting. Since the x portion is negative, we go in the negative direction on the x axis. Y being positive means we move up rather than down.

This all means we end up with the translation rule [tex](x,y) \to (x-3,y+5)[/tex]


Related Questions

Q4. A simple random sample of size n=180 is obtained from a population whose size=20,000 and whose population proportion with a specified characteristic is p=0.45. Determine whether the sampling distribution has an approximate normal distribution. Show your work that supports your conclusions.

Answers

Answer:

np = 81  , nQ = 99

Step-by-step explanation:

Given:

X - B ( n = 180 , P = 0.45 )

Find:

Sampling distribution has an approximate normal distribution

Computation:

nP & nQ ≥ 5

np = n × p

np = 180 × 0.45

np = 81

nQ = n × (1-p)

nQ = 180 × ( 1 - 0.45 )

nQ = 99

[tex]Therefore, sampling\ distribution\ has\ an\ approximately\ normal\ distribution.[/tex]

Find AC. (Khan Academy-Math)

Answers

Answer:

[tex]\boxed{11.78}[/tex]

Step-by-step explanation:

From observations, we can note that BC is the hypotenuse.

As the length of hypotenuse is not given, we can only use tangent as our trig function.

tan(θ) = opposite/adjacent

tan(67) = x/5

5 tan(67) = x

11.77926182 = x

x ≈ 11.78

When sampling sodas in a factory, every 1000th soda is tested for quality. Which of these sampling methods is closest to what is described here

Answers

Answer:

Systematic Sampling

Step-by-step explanation:

Systematic sampling is a form of sampling in which the researcher applies probability sampling such that every member of the group is selected at regular intervals or periods. The researcher picks a random starting point and after an interval must have elapsed, another sample member is chosen. This sampling method is similar to that disclosed in the question because it has the key qualities.

For example, an interval is given after the 1000th soda is tested for quality.  This means that the interval for testing can accommodate 1000 sodas after which the first member is tested again. So, this is a Systematic sampling method.

Use Newton's method to estimate the requested solution of the equation. Start with given value of X0 and then give x2 as the estimated solution.
x3 + 5x +2 = 0; x0 = -1; Find the one real solution.

Answers

Answer:

-0.3913

Step-by-step explanation:

Given the initial value of X0 = -1, we can determine the solution of the equation x³ + 5x +2 = 0 using the Newton's method. According to newton's approximation formula;

[tex]y = f(x_0) + f'(x_0)(x-x_0)[/tex]

[tex]x_n = x_n_-_1 - \frac{f(x_n_-_1 )}{f'(x_n_-_1 )}[/tex]

If [tex]x_0 = 1\\[/tex]

We will iterate using the formula;

[tex]x_1 = x_0 - \frac{f(x_0 )}{f'(x_0 )}[/tex]

Given f(x) = x³ + 5x +2

f(x0) = f(-1) = (-1)³ + 5(-1) +2

f(-1) = -1 -5 +2

f(-1) = -4

f'(x) = 3x²+5

f'(-1) = 3(-1)²+5

f'(-1) = 8

[tex]x_1 = -1+4/8\\x_1 = -1+0.5\\x_1 = -0.5\\\\x_2 = x_1 - \frac{f(x_1)}{f'(x_1)}\\x_2 = -0.5 - \frac{f(-0.5)}{f'(-0.5)}[/tex]

f(-0.5) = (-0.5)³ + 5(-0.5) +2

f(-0.5) = -0.125-2.5+2

f(-0.5) = -0.625

f'(-0.5) = 3(-0.5)²+5

f'(-0.5) = 3(0.25)+5

f'(-0.5) = 0.75+5

f'(-0.5) = 5.75

[tex]x_2 = -0.5 - \frac{(-0.625)}{5.75}\\x_2 = -0.5 + \frac{(0.625)}{5.75}\\x_2 = -0.5 + 0.1086957\\x_2 = -0.3913[/tex]

The estimated solution is -0.3913 (to 4dp)

Find the directional derivative of at the point (1, 3) in the direction toward the point (3, 1). g

Answers

Complete Question:

Find the directional derivative of g(x,y) = [tex]x^2y^5[/tex]at the point (1, 3) in the direction toward the point (3, 1)

Answer:

Directional derivative at point (1,3),  [tex]D_ug(1,3) = \frac{162}{\sqrt{8} }[/tex]

Step-by-step explanation:

Get [tex]g'_x[/tex] and [tex]g'_y[/tex] at the point (1, 3)

g(x,y) = [tex]x^2y^5[/tex]

[tex]g'_x = 2xy^5\\g'_x|(1,3)= 2*1*3^5\\g'_x|(1,3) = 486[/tex]

[tex]g'_y = 5x^2y^4\\g'_y|(1,3)= 5*1^2* 3^4\\g'_y|(1,3)= 405[/tex]

Let P =  (1, 3) and Q = (3, 1)

Find the unit vector of PQ,

[tex]u = \frac{\bar{PQ}}{|\bar{PQ}|} \\\bar{PQ} = (3-1, 1-3) = (2, -2)\\{|\bar{PQ}| = \sqrt{2^2 + (-2)^2}\\[/tex]

[tex]|\bar{PQ}| = \sqrt{8}[/tex]

The unit vector is therefore:

[tex]u = \frac{(2, -2)}{\sqrt{8} } \\u_1 = \frac{2}{\sqrt{8} } \\u_2 = \frac{-2}{\sqrt{8} }[/tex]

The directional derivative of g is given by the equation:

[tex]D_ug(1,3) = g'_x(1,3)u_1 + g'_y(1,3)u_2\\D_ug(1,3) = (486*\frac{2}{\sqrt{8} } ) + (405*\frac{-2}{\sqrt{8} } )\\D_ug(1,3) = (\frac{972}{\sqrt{8} } ) + (\frac{-810}{\sqrt{8} } )\\D_ug(1,3) = \frac{162}{\sqrt{8} }[/tex]

2-x=-3(x+4)+6 please help

Answers

Answer:

2-x=-3x-12+6

2-x=-3x-6

8=-3x+x

8=-2x

x=-4

hope it's clear

mark me as brainliest

Answer:

X = -4

Option B is the correct option.

Step by step explanation

2 - x = -3 ( x + 4) +6

Distribute -3 through the paranthesis

2 - x = - 3x - 12 + 6

Calculate

2 - x = - 3x - 6

Move variable to LHS and change its sign

2 - x + 3x = -6

Move constant to R.H.S and change its sign

- x + 3x = -6 - 2

Collect like terms and simplify

2x = -8

Divide both side by 2

2x/2 = -8/2

Calculate

X = -4

Hope this helps....

Good luck on your assignment..

. If α and β are the roots of
2x^2+7x-9=0 then find the equation whose roots are
α/β ,β/α

Answers

Answer:

[tex]18x^2+85x+18 = 0[/tex]

Step-by-step explanation:

Given Equation is

=> [tex]2x^2+7x-9=0[/tex]

Comparing it with [tex]ax^2+bx+c = 0[/tex], we get

=> a = 2, b = 7 and c = -9

So,

Sum of roots = α+β = [tex]-\frac{b}{a}[/tex]

α+β = -7/2

Product of roots = αβ = c/a

αβ = -9/2

Now, Finding the equation whose roots are:

α/β ,β/α

Sum of Roots = [tex]\frac{\alpha }{\beta } + \frac{\beta }{\alpha }[/tex]

Sum of Roots = [tex]\frac{\alpha^2+\beta^2 }{\alpha \beta }[/tex]

Sum of Roots = [tex]\frac{(\alpha+\beta )^2-2\alpha\beta }{\alpha\beta }[/tex]

Sum of roots = [tex](\frac{-7}{2} )^2-2(\frac{-9}{2} ) / \frac{-9}{2}[/tex]

Sum of roots = [tex]\frac{49}{4} + 9 /\frac{-9}{2}[/tex]

Sum of Roots = [tex]\frac{49+36}{4} / \frac{-9}{2}[/tex]

Sum of roots = [tex]\frac{85}{4} * \frac{2}{-9}[/tex]

Sum of roots = S = [tex]-\frac{85}{18}[/tex]

Product of Roots = [tex]\frac{\alpha }{\beta } \frac{\beta }{\alpha }[/tex]

Product of Roots = P = 1

The Quadratic Equation is:

=> [tex]x^2-Sx+P = 0[/tex]

=> [tex]x^2 - (-\frac{85}{18} )x+1 = 0[/tex]

=> [tex]x^2 + \frac{85}{18}x + 1 = 0[/tex]

=> [tex]18x^2+85x+18 = 0[/tex]

This is the required quadratic equation.

Answer:

α/β= -2/9      β/α=-4.5

Step-by-step explanation:

So we have quadratic equation  2x^2+7x-9=0

Lets fin the roots  using the equation's  discriminant:

D=b^2-4*a*c

a=2 (coef at x^2)   b=7(coef at x)  c=-9

D= 49+4*2*9=121

sqrt(D)=11

So x1= (-b+sqrt(D))/(2*a)

x1=(-7+11)/4=1   so   α=1

x2=(-7-11)/4=-4.5    so  β=-4.5

=>α/β= -2/9       => β/α=-4.5

Find the cost to asphalt a circular racetrack if asphalt costs $90 per 100 f2. (Use 3.14 for it. Round to the nearest dollar.) r = 80 ft R = 145 ft
Small circle in a large circle
r= 80 ft
R=145 ft
Y
R
(Use 3.1 4 for a.)

Answers

Answer:

$41,330

Step-by-step explanation:

To find the cost to asphalt a circular path, first, calculate the area of the circular path:

Area of circular path = area of big circle (A1) - Area of small circle (A2)

Area of circle = πr²

Radius of big circle (R) = 145 ft

Area of big circle (A1) = 3.14*145²

= 3.14*21,025

A1 = 66,018.5 ft²

Radius of small circle (r) = 80ft

Area of small circle (A2) = 3.14*80²

= 3.14*6,400

A2 = 20,096 ft²

=>Area of path =  66,018.5 - 20,096 = 45,922.5 ft²

If 100ft = $90

45,922.5 ft = x

Cross multiply and find x (cost to asphalt the circular path)

100*x = 45,922.5*90

100x = 4,133,025

Divide both sides by 100

x = 4,133,025/100

x = $41,330.25

To the nearest dollar, $41,330 is needed to asphalt the circular path

Simplify the algebraic expression: 7x2 + 6x – 9x – 6x2 + 15. A) x2 + 15x + 15 B) x2 – 3x + 15 C) 13x2 + 3x + 15 D) x4 – 3x + 15

Answers

Answer:

B) [tex]x^2-3x+15[/tex]

Step-by-step explanation:

[tex]7x^2+6x-9x-6x^2+15=\\7x^2-6x^2+6x-9x+15=\\x^2+6x-9x+15=\\x^2-3x+15[/tex]

A) [tex]x^2+15x+15[/tex]

B) [tex]x^2-3x+15[/tex]

C) [tex]13x^2 + 3x + 15[/tex]

D) [tex]x^4-3x + 15[/tex]

━━━━━━━☆☆━━━━━━━

▹ Answer

B. x² - 3x + 15

▹ Step-by-Step Explanation

7x² + 6x - 9x - 6x² + 15

Collect like terms

x² + 6x - 9x + 15

Subtract

x² - 3x + 15

Final Answer

x² - 3x + 15

Hope this helps!

- CloutAnswers ❁

Brainliest is greatly appreciated!

━━━━━━━☆☆━━━━━━━

On a piece of paper, graph y + 2 ≤ -2/3x +4. Then determine which answer choice matches the graph you drew.

Answers

Answer:

  B

Step-by-step explanation:

You only need to look at the comparison symbol (≤) to determine the correct graph. It tells you the shading is below the boundary line, and the boundary line is included in the solution region (a solid line).

The shading is below the line because y-values are less than (or equal to) values on the line.

Choice B matches the attached graph.

Answer:

it is graph b

Step-by-step explanation:

if 2 1/5 of a number is 5. what is the number​

Answers

Answer:

2

Step-by-step explanation:

5÷2 1/5 = 2

Answer:

2 3/11

Step-by-step explanation:

To find the original number, we need to divide 5 by 2 1/5.

5/ 2 1/5

Convert 2 1/5 to an improper fraction:

11/5

5/ 11/5

When dividing fractions, we can multiply the first number by the reciprocal of the second one to get the answer.

5*5/11

25/11

2 3/11

Ann's $6,900 savings is in two accounts. One account earns 3% annual interest and the other earns 8%. Her total interest for the year is $342. How much does she have in each account?

Answers

Answer:

x=4200, y=2700

Step-by-step explanation:

let x be first account

y the second

x+y=6900

0.03x+0.08y=342

solve by addition/elimination)

multiply first equation by 0.03

0.03x+0.03y=207  subtract from second

0.03x+0.03y-0.03x-0.08y=207-342

0.05y=135

y=2700, x=4200

What number : Decreased by 40% is 60 ?

Answers

Answer:

100

Step-by-step explanation:

The number, when decreased by 40%, is equal to 100.

What is the percentage?

The Percentage is defined as representing any number with respect to 100. It is denoted by the sign %.

Let the number be x then the number is calculated as:-We can see that the number is decreased by 40% then the remaining part is 60%

x ( 60% ) = 60

x ( 60 / 100 ) = 60

x = 100

Hence, the number, when decreased by 40%, is equal to 100.

To know more about percentages follow

https://brainly.com/question/24304697

#SPJ2

What is the y-intercept of the line given by the equation below? y = 4x – 6 A. (4, 0) B. (–6, 0) C. (0, –6) D. (0, 4)

Answers

Hey there! :)

Answer:

C. (0, -6).

Step-by-step explanation:

In slope-intercept form ( y = mx + b), the 'b' value represents the y-intercept.

In this instance:

y = 4x - 6

The 'b' value is equal to -6. This means that the y-intercept is at (0, -6).

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

The y-intercept can also be solved for by substituting in 0 for x:

y = 4(0) - 6

y = 0 - 6

y = -6.

Answer:

C. (0, –6)

Step-by-step explanation:

y = 4x - 6

The equation is:

y = mx + b

where b is the y-intercept.

In this case, - 6 is the vertical intercept.

Do not confuse from (-6, 0) because that represents an x-intercept.

g A cylindrical tank with radius 7 m is being filled with water at a rate of 6 mଷ/min. How fast is the height of the water increasing? (Recall: V = πrଶh)

Answers

Answer:

  6/(49π) ≈ 0.03898 m/min

Step-by-step explanation:

  V = πr²h . . . . formula for the volume of a cylinder

  dV/dt = πr²·dh/dt . . . . differentiate to find rate of change

Solving for dh/dt and filling in the numbers, we have ...

  dh/dt = (dV/dt)/(πr²) = (6 m³/min)/(π(7 m)²) = 6/(49π) m/min

  dh/dt ≈ 0.03898 m/min

can someone help me fill out these blanks

Answers

Answer/Step-by-step explanation:

*The six raw data values in the second row are for teens are: 14, 15, 15, 15, 16, and 16

*There are 6 raw data values in the 20's represented in the 3rd row. They are: 25, 25, 27, 28, 28, and 28

*There are 3 raw data values in the 30's that are represented in the 4th row. They are: 35, 36, and 36.

*There are 0 raw data values in the 40's represented in the 5th row.

*There are 21 raw data values in the entire data set. They are:

1, 2, 3, 7, 9, 14, 15, 15, 15, 16, 16, 25, 25, 27, 28, 28, 28, 35, 36, 36, and 50.

Two roots of a 3-degree polynomial equation are 5 and -5. Which of the following cannot be the third root of the equation? 0 -5i -5 5i 5

Answers

Answer:

-5i and 5i cannot be roots of the equation, since they are complex.

Step-by-step explanation:

A 3-degree polynomial equation must have 3 roots, if one of its roots is a complex number, then its conjugate must also be a root of the function. The problem already stated two roots, which are reals, therefore the last root must also be real. Using this line of thought we know that -5i and 5i cannot be roots of the equation, since they're complex.

Can somebody help me i have to drag the functions on top onto the bottom ones to match their inverse functions.

Answers

Answer:

1. x/5

2. cubed root of 2x

3.x-10

4.(2x/3)-17

Step-by-step explanation:

Answer:

Step-by-step explanation:

1. Lets find the inverse function for function f(x)=2*x/3-17

To do that first express x through f(x):

2*x/3= f(x)+17

2*x=(f(x)+17)*3

x=(f(x)+17)*3/2   done !!!                        (1)

Next : to get the inverse function from (1) substitute x by f'(x)   and f(x) by x.

So the required function is f'(x)=(x+17)*3/2 or f'(x)=3*(x+17)/2

This is function is No4 in our list. So f(x)=2*x/3-17 should be moved to the box No4  ( on the bottom) of the list.

2.  Lets find the inverse function for function f(x)=x-10

To do that first express x through f(x):

x= f(x)+10

x=f(x)+10   done !!!                        (2)

Next : to get the inverse function from (2) substitute x by f'(x)   and f(x) by x.

So the required function is f'(x)=x+10

This is function is No3 in our list. So f(x)=x-10 should be moved to the box No3  ( from the top) of the list.

3.Lets find the inverse function for function f(x)=sqrt 3 (2x)

To do that first express x through f(x):

2*x= f(x)^3

x=f(x)^3/2   done !!!                        (3)

Next : to get the inverse function from (3) substitute x by f'(x)   and f(x) by x.

So the required function is f'(x)=x^3/2

This is function No2 in our list. So f(x)=sqrt 3 (2x) should be moved to the box No2  ( from the top) of the list.

4.Lets find the inverse function for function f(x)=x/5

To do that first express x through f(x):

x=f(x)*5   done !!!                        (4)

Next : to get the inverse function from (4) substitute x by f'(x)   and f(x) by x.

So the required function is f'(x)=x*5 or f'(x)=5*x

This is function No1 in our list. So f(x)=x/5 should be moved to the box No1  ( on the top) of the list.

Which is the dependent variable in 4x^2-5/6x-9=y if y=f(x)

Answers

Answer:

  y

Step-by-step explanation:

The expression

  y = f(x)

tells you that y is the dependent variable, and that it depends on x, the independent variable. The independent variable is always the function argument. Any variable that depends on that is the dependent variable.

In 4 days, the price of a share of stock rose 3/4 of a point. On a average, what was the change in stock each day? Answers: A) 3 Points B) 3/16 Points C) 1 3/4 Points D) 1/3 Points

Answers

Answer:

i think the answer is option 1           3

Step-by-step explanation:

i say this bc 3/4 times 4 is 3

hope this helps

if this is the correct answer plz mark brainliest.

help please & thank u love u

Answers

He is wrong it is not a proportional graph.
Because the ratio between x increase and y increase stay the same in a proportional graph and the line is straight

find the lateral surface area of a cylinder whose radius is 1.2 mm and whose height is 2 mm

Answers

Answer:

Lateral Surface Area = 15.072 [tex]mm^2[/tex]

Step-by-step explanation:

Given that:

Base of Cylinder has radius, r = 1.2 mm

Height, h = 2 mm

To find:

Lateral Surface area of cylinder = ?

Solution:

We know that total surface area of a cylinder is given by:

[tex]TSA = 2\pi r^2+2\pi rh[/tex]

Here [tex]2\pi r^2[/tex] is the area of two circular bases of the cylinder and

[tex]2\pi rh[/tex] is the lateral surface area.

Please refer to the attached image for a better understanding of the Lateral and Total Surface Area.

So, LSA = [tex]2\pi rh[/tex]

[tex]\Rightarrow LSA = 2 \times 3.14 \times 1.2 \times 2\\\Rightarrow LSA = 6.28 \times 2.4\\\Rightarrow LSA = 15.072\ mm^2[/tex]

So, the answer is:

Lateral Surface Area of given cylinder = 15.072 [tex]mm^2[/tex]

Answer:

LSA  =   24.1

Step-by-step explanation:

I just did this, I dont know how to upload my work, but It marked it as right and gave me the green check mark. The answer is 24.1

Find the 55th term of the following arithmetic sequence.
7, 10, 13, 16, ...

Answers

The 55th term of the 7, 10, 13, 16, ... arithmetic sequence is a(55) = 169.

This is an arithmetic sequence since there is a common difference between each term. In this case , adding 3 to the previous term in the sequence gives the next term.

a(n) = a(1) + d( n- 1)

d = 3

This is the formula of an arithmetic sequence.

an = a(1) + d( n- 1)

Substitute in the values of

a(1) = 7 and

d = 3

a(n) = 7 + 3 ( n- 1)

Simplify each term.

a(n) = 7 + 3n- 3

Subtract 3 from 7.

a(n) =  3n + 4

The nth term = 3n + 4. The formula for the nth term of an arithmetic progression is a(n) = dn + a(1) - d. Therefore in your sequence, the difference d = 3, and the first term a(1) = 7.

Substitute in the value of n to find the nth term.

a(55) = 3 (55) + 4

Multiply 3 by 55 .

a(55) = 165 + 4

Add 165 and 4.

a(55) = 169

Thus , The 55th term in the arithmetic progression of 7, 10, 13, 16,... is a(55) = 169.

To learn more about Aritmetic sequence

https://brainly.com/question/6561461

#SPJ1

units digit of the number[tex]2^{4000}[/tex]

Answers

Answer:

6

Step-by-step explanation:

We want to find the units digit of [tex]2^{4000}[/tex]. Let's first look for a pattern:

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

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

[tex]2^{3}=8[/tex]

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

[tex]2^{5}=32[/tex]

[tex]2^{6}=64[/tex]

[tex]2^{7}=128[/tex]

[tex]2^{8}=256[/tex]

...and so on

Notice the units digits: 2, 4, 8, 6, 2, 4, 8, 6, ... It repeats every four!

This means that for every exponent of 2 that is a multiple of 4 (like 4000 in the problem), the units digit will always be the fourth number in the repeating pattern: 6.

The answer is thus 6.

~ an aesthetics lover

Hi, can someone help me on this. I'm stuck --

Answers

Answer:

a) Fx=-5N  Fy=-5*sqrt(3) N   b) Fx= 5*sqrt(3) N    Fy=-5N

c) Fx=-5*sqrt(2) N    Fy=-5*sqrt(2)   N

Step-by-step explanation:

The arrow's F ( weight) component on axle x  is Fx= F*sinA  and on axle y is

Fy=F*cosA

a) The x component and y component both are opposite directed to axle x and axle y accordingly.  So both components are negative.

So Fx = - 10*sin(30)= -5 N      Fy= -10*cos(30)= -10*sqrt(3)/2= -5*sqrt (3) N

b) Now the x component  is co directed to axle x , and y component is opposite directed to axle y.

So x component is positive and y components is negative

So Fx = 10*sin(60)= 5*sqrt(3) N       Fy= -10*cos(60)= -10*1/2= -5 N

c)The x component and y component both are opposite directed to axle x and axle y accordingly.  So both components are negative.

So Fx = - 10*sin(45)= -5*sqrt(2)  N    

 Fy= -10*cos(45)= -10*sqrt(2)/2= -5*sqrt (2) N

help please this is important​

Answers

Answer:

D. [tex]3^3 - 4^2[/tex]

Step-by-step explanation:

Well if Alia gets 4 squared less than Kelly who get 3 cubed it’s natural the expression is 3^3 - 4 ^2

please help i will give out brainliest

Answers

Answer:

answer C

Step-by-step explanation:

because the plan view of a solid 3-D figure is the view from the top which would be 3 squares in a row which is exactly what is shown in answer C.

Answer:

D

Step-by-step explanation:

D is the answer because every part of the cube is formed from 2 horizontal cubes

x=-4
Tell whether it’s graph is a horizontal or a vertical line

Answers

Answer:

Vertical Line

Step-by-step explanation:

A vertical line is x = [a number]

A horizontal line is y = [a number]

Answer:

vertical line

Step-by-step explanation:

A vertical line is of the form

x =

All the x values are the same and the y value changes

x = -4 is a vertical line

A group of 20 people were asked to remember as many items as possible from a list before and after being taught a memory device. Researchers want to see if there is a significant difference in the amount of items that people are able to remember before and after being taught the memory device. They also want to determine whether or not men and women perform differently on the memory test. They choose α = 0.05 level to test their results. Use the provided data to run a Two-way ANOVA with replication.


A B C
Before After
Male 5 7
4 5
7 8
7 8
7 8
7 8
5 6
7 7
6 7
Female 5 8
5 6
8 8
7 7
6 6
8 9
8 8
6 6
7 6
8 8

Answers

Answer:

1. There is no difference in amount of items that people are able to remember before and after being taught the memory device.

2. There is no difference between performance of men and women on memory test.

Step-by-step explanation:

Test 1:

The hypothesis for the two-way ANOVA test can be defined as follows:

H₀: There is no difference in amount of items that people are able to remember before and after being taught the memory device.

Hₐ: There is difference in amount of items that people are able to remember before and after being taught the memory device.

Use MS-Excel to perform the two-way ANOVA text.

Go to > Data > Data Analysis > Anova: Two-way with replication  

A dialog box will open.

Input Range: select all data

Rows per sample= 10

Alpha =0.05

Click OK

The ANOVA output is attaches below.

Consider the Columns data:

The p-value is 0.199.

p-value > 0.05

The null hypothesis will not be rejected.

Conclusion:

There is no difference in amount of items that people are able to remember before and after being taught the memory device.

Test 2:

The hypothesis  to determine whether or not men and women perform differently on the memory test is as follows:

H₀: There is no difference between performance of men and women on memory test.

Hₐ: There is a difference between performance of men and women on memory test.

Consider the Sample data:

The p-value is 0.075.

p-value > 0.05

The null hypothesis will not be rejected.

Conclusion:

There is no difference between performance of men and women on memory test.

what happens to the value of the expression n+15n as n decreases? answer

Answers

Answer:

The value will decrease.

Step-by-step explanation:

Other Questions
In response to the Soviet launching of Sputnik, the ________ provided substantial funds for a variety of educational activities, including student loans, the education of school counselors, and the strengthening of instructional programs in science, mathematics, and foreign languages. The perimeter of the shape is 28 cm.Find the value of radius. Fogerty Company makes two products, titanium Hubs and Sprockets. Data regarding the two products follow: Direct Labor-Hours per Unit Annual Production Hubs 0.60 15,000 units Sprockets 0.20 50,000 units Additional information about the company follows: a. Hubs require $39 in direct materials per unit, and Sprockets require $18. b. The direct labor wage rate is $12 per hour. c. Hubs are more complex to manufacture than Sprockets and they require special equipment. d. The ABC system has the following activity cost pools: Estimated Activity Activity Cost Pool (Activity Measure) Overhead Cost Hubs Sprockets Total Machine setups (number of setups) $ 28,980 140 112 252 Special processing (machine-hours) $ 92,000 4,600 0 4,600 General factory (organization-sustaining) $ 89,000 NA NA NA Required: 1. Compute the activity rate for each activity cost pool. 2. Determine the unit product cost of each product according to the ABC system. (Round intermediate calculations and final answers to 2 decimal places.) Based on the information in the graph, what conclusions can be drawn about the rate of skin cancer in mencompared to that in women?than in women Write the slope-intercept form of the equation of the line that has the same y-intercept as the black line shown and passes through the point (4, 4) on the blue line. Explain how you determined your answer. Describe how mutations lead to genetic variations. Which appears to be more dangerous: the BRC1 or BRC2 mutation? Analyze a womans risk of dying of cancer if she carries a mutated BRC1 gene. How do heredity and inheritance relate to the data presented in these charts? What data would you need to see in order to draw conclusions about the effectiveness of preventive surgeries? What does the age at diagnosis tell you about the mutation? Explain how breast-cancer genes are still present in the population, despite cancer-related surgeries and deaths. Monique is factoring the expression 4 x + 16 x y. Her work is shown below. Factors of 4x: 1, 2, 4, x Factors of 16xy: 1, 2, 4, 8, 16, x, y GCF: 4x Factored expression: 4 x (0 + 4 y) Which best describes the accuracy of Monique's solution? Monique's solution is accurate. Monique made an error when listing the factors, which affected the GCF and the factored expression. Monique made an error when determining the GCF from her list of factors. Monique made an error when writing the factored expression. When using a debit card: Question options: A:There are always fees. b:Identification is always required. c:You still need to record transactions in your checkbook. d:You are not personally liable for more than $50 if it is stolen. Which activity involves a chemical change?A. Ice melting into liquid waterB. A metal rod being bent into a ringC. Colorless egg becoming a white solidD. Salt dissolving in waterSUBMITNeed help now pls!! which of the following describes research that would be considered basic science The coordinate grid shows points A through K. What point is a solution to the system of inequalities?y > -2x + 10y > 1/2x - 2Choices: EKBD NEED ANSWER ASAP What is the location of point G, which partitions the directed line segment from F to D into an 8:5 ratio? What is the nominal interest rate (k) of a 5-year U.S. Treasury bond with a real risk-free rate of interest of 1% and inflation expected to be at 3.5% per year The annual average CPI for 2016 was 240.5. If the CPI for 2010 was 218.1, then what was the inflation rate for the years 2010-2016 (%) Lystrosaurus provided which type of evidence supporting continental drift? Christopher collected data from a random sample of 800 voters in his state asking whether or not they would vote to reelect the current governor. Based on the results, he reports that 54% of the voters in his city would vote to reelect the current governor. Why is this statistic misleading? Working together, Edith and Rupert can pick 3 quarts of blueberries in anhour. How many quarts can they pick in 7 hours? help quick plz must get this correct I will make u a brainllest What was the purpose of the periodic table?A. To organize elements as they were discoveredO B. To list the chemical reactions an element can haveO C. To name elements as they were discoveredO D. To identify all the isotopes of each elementSUBMIT Classic psychoanalytic theory assumes development ________. Contemporary developmental psychology assumes development ________. 1. relies on nurture; relies on nature 2. stops after adolescence; continues throughout adulthood 3. relies on nature; relies on nurture 4. continues throughout adulthood; stops after adolescence