Equivalent ratio of 30:36=5:_

Answers

Answer 1
Answer: 30:36 is equivalent to 5:6
Answer 2
Answer: 30:36 (divide by 6) = 5:6 
56:36 (divide by 4) = 14:9 
15:18:9 (divide by 3) = 5:6:3 

When solving ratios divide by greatest common factor of the numbers(GCF). 

Example: 2:4:6 
GCF=2 
Divide by 2 
Answer=1:2:3 

I hope this was helpful to you!

Related Questions

I really need help with #1 a and b
Mary sells to her father, robert, her shares in a corp for $55,000. the shares cost mary $80,000. how much loss may mary claim from the sale
The metal day fair has a recycling center that will a pay 10% early fee on the amount collected plus $2.75 for each metal collected to be recycled .If Isa brings 12.5 kilograms of metal to be recycled which is the closet amount of money she will receive.
I don’t get this can someone plz help fast
19.Find dy/dx of the function y = f(x) definded by x²+xy-y2 = 4.

(-2x) (x-3) answer please

Answers

Answer:

−2x^2+6x

Explanation:

You just have to distribute meaning you have to multiply -2x to the equation.

Christine is fertilizing her garden. the garden is in the shape of a rectangle. its length is 12 ft and it's width is 10 feet. suppose each bag of fertilizer covers 30 square feet. how many bags will she need to cover the garden?

Answers

Answer:

4

Step-by-step explanation:

First we need to find the total area of the garden so we can see how many bags she will need. The area of a rectangle is its length multiplied by its width, so the area of her garden is 12 (the length) x 10 (the width). 12 x 10 = 120 square feet. If each bag covers 30 square feet, then she will need 120/30 = 4.

4 bags of fertilizer to cover the 120 square feet of the garden area.

Hope this helped!

A data related to air pollution in 10 U.S. cities. The dependent variable Y is the annual mean concentration of sulfur dioxide, in micrograms per cubic meter. The explanatory variable X records the number of manufacturing enterprises employing 20 or more workers. Below is Routput of the relationship between X and Y. Coefficients: Estimate Std. Error t value Pro> tl) (Intercept) 9.4764 9.6266 0.98 0.354 2.0315 0.0070 4.51 0.CO2 ** X Signif. codes: 9 ****' 0.001 ***' 0.01 **' 0.05, 0.1' '1 Residual standard error: 17.9 on 8 degrees of freedom Multiple R-squared: 0.717, Adjusted R-squared: 0.682 F-statistic: 20.3 on 1 and 8 DF, p-value: 0.00198
a) Write the regression equation with parameters from the R output.b) Suppose that the number of manufacturing enterprises employing 20 or more workers in Irvine is 250, could you predict that the annual mean concentration of sulfur dioxide in Irvine?c) What is the residual if in Irvine the annual mean concentration of sulfur dioxide is 15 micrograms per cubic meter.d) What is the value of the correlation coefficient?e) Calculate a 95% confidence interval for the slope of the model.f) Based on the confidence interval, is there a linear relationship between X and Y?

Answers

Answer:

Y = 0.0315x + 9.4764

Residual = 2.35

Correlation Coefficient = 0.847

Step-by-step explanation:

From the R output given :

Intercept = 9.4764

Slope = 0.0315

x = number of manufacturing enterprise employing 20 or more workers

y = annual mean concentration of Sulphur dioxide

The regression equation :

y = bx + c

b = slope ; c = intercept

y = 0.0315x + 9.4764

Prediction using the regression equation :

The predicted y value, when x = 250

y = 0.0315(250) + 9.4764

y = 17.3514

The residual, if actual annual concentration = 15

Y residual = 17.35 - 15 = 2.35

The correlation Coefficient value, R

R = √R²

R = √0.717

R = 0.847

What is the quotient and remainder of 773 divided by 8

Answers

96 with a remainder of 5.

In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each participant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree," and these are assigned the numbers 1 or −1, respectively. Participant’s responses to the survey are encoded as a vector in R4, where coordinates correspond to their answers to each question. Here are the questions:

Answers

The question is incomplete. Here is the complete question.

In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each particpant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree", and these are assigned the numbers 1 or -1, respectively. pArticipnat's responses to the survey are encoded as a vector in R4, where coordinates coreespond to their answers to each question. Here are the questions:

Question #1: I prefer outdoor activities, rather than indoor activities.

Question #2: I prefer going out to eat in restaurants, rahter than cooking at home.

Question #3: I prefer texting, rather than talking on the phone.

Question #4: I prefer living in a small town, rather than in a big city.

Here are the results for the questionaire, with a group of 5 participants:

                        Question1     Question2   Question3       Question4

participant A           1                      1                   -1                      -1

participant B           -1                     1                    1                       1

participant C           -1                    -1                    1                       1

participant D           1                     -1                   -1                      -1

participant E            1                    -1                    1                       1

Two participants are considered to be "compatible" with each other if the angle between their compatibility vectors is 60° or less. Participants are considered to be "incompatible" if the angle between their compatibility vectors is 120° or larger. For angles between 60° or 120°, pairs of participants are warned that they "may or may not be compatible".

(a) Which pairs of paricipants are compatible?

(b) Which pairs of participants are incompatible?

(c) How would this method of testing compatibility change if the questionnaire also allowed the answer "Neutral", which would correspond to the number zero in a participant's vector? Would this be better than only

allowing  "Agree" or "Disagree"? Could anything go wrong if we allowed "Neutral" as an answer?

Answer: (a) Participants A and D; B and C; C and E.

(b) Participants A and B; A and C; A and E; B and D; C and D;

Step-by-step explanation: Vectors in R4 are vectors in a 4 dimensional space and are determined by 4 numbers.

Vectors form angles between themselves and can be found by the following formula:

cos α = (A.B)/(||A||.||B||)

which means that the cosine of the angle between two vectors is equal the dot product of these vectors divided by the product of their magnitude.

For the compatibility test, find the angle between vectors:

1) The vectors magnitude:

Magnitude of a vector is given by:

||x|| = \sqrt{x_(i)^(2) + x_(j)^(2)}

Since all the vectors have value 1, they have the same magnitude:

||A|| = \sqrt{1^(2) + 1^(2) + (-1)^(2) + (-1)^(2)} = 2

||A|| = ||B|| = ||C|| = ||D|| = ||E|| = 2

2) The dot product of vectors:

A·B = 1(-1) + 1(1) + (-1)1 + (-1)1 = -2

cos \alpha_(1) = (-2)/(4) = (-1)/(2)

The angle that has cosine equal -1/2 is 120°, so incompatible

A·C = 1(-1) + 1(-1) + (-1)1 + (-1)1 = -4

cos \alpha _(2) = -1

Angle = 180° --------> incompatible

A·D = 1(1) + 1(-1) + (-1)(-1) + (-1)(-1) = 2

cos \alpha _(3) = 1/2

Angle = 60° ---------> COMPATIBLE

A·E = 1.1 + 1(-1) + (-1)1 + (-1)1 = -2

cos \alpha_(4) = -1/2

Angle = 120° --------> incompatible

B·C = (-1)(-1) + 1(-1) + 1.1 + 1.1 = 2

cos \alpha _(5) = 1/2

Angle = 60° -------------> COMPATIBLE

B·D = (-1)1 + 1(-1) + 1(-1) + 1(-1) = -4

cos\alpha_(6) = -1

Angle = 180° -----------> incompatible

B·E = (-1)1 + 1(-1) + 1.1 + 1.1 = 0

cos\alpha _(7) = 0

Angle = 90° -------------> may or may not

C·D = (-1)1 + (-1)(-1) + 1(-1) + 1(-1) = -2

cos\alpha_(8) = -1/2

Angle = 120° ---------------> Incompatible

C·E = (-1)1 + (-1)(-1) + 1.1 + 1.1 = 2

cos \alpha_(9) = 1/2

Angle = 60° ---------------> COMPATIBLE

D·E = 1.1 + (-1)(-1) + (-1)1 + (-1)1 = 0

cos \alpha_(10) = 0

Angle = 90° -----------------> may or may not

(c) Adding zero (0) as a component of the vectors would have to change the method of compatibility because, to determine the angle, it is necessary to calculate the magnitude of a vector and if it is a zero vector, the magnitude is zero and there is no division by zero. So, unless the service change the method, adding zero is not a good option.

2+2=? please please answer i need asap

Answers

Answer:

The answer is 4 because 2+2=4

Step-by-step explanation:

2+2=4