Sam drove from San Diego (elevation 210 feet) to the Grand Canyon (elevation -247 feet). What is the difference in elevation between San Diego and the Grand Canyon?

Answers

Answer 1

Answer:

The difference is elevation is 457 feet.

Step-by-step explanation:

You simply add the two numbers together.


Related Questions

Can you help me on questions 2/3 please

Can you help me on questions 2/3 please

Answers

Answer:

2. true

3. x=1

Step-by-step explanation:

it is going through the x axis

I think it’s (B) for Q3

what quadrilateral is this​

what quadrilateral is this

Answers

Answer:

a parallelogram

i think i spelled that right lol

Step-by-step explanation:

Answer:ParallelogramWhy is this a parallelogram?Its opposite sides are equal.Its opposite sides are parallel.Learn more:

Learn more about parallelograms: https://brainly.com/question/15837051

Which stataments are true regarding undifinable terms in geometry?

Answers

Answer:

A point has no length or widthA line consists of an infinite number of pointsA plane consists of an infinite set of lines

Step-by-step explanation:

The statements that are true regarding undefined terms are;

A point has no length or widthA line consists of an infinite number of pointsA plane consists of an infinite set of lines

The reason these statements above are true are as follows:

Examples of undefined terms includes a point, a plane, a line and a set

A point is for representing a position in space. It has no dimensions

Therefore, the statement, A point has no length or width is true

A plane is defined as an interconnected set of points that lay on the same flat surface, and extends infinitely along the surface in all directions

A line is defined as an infinite set of points that are arranged in straight path and extends without end in opposite directions

Therefore, the statement, a line consists of an infinite number of points is true

Therefore, a plane can be considered as being made up of an infinite set of lines that are located on a flat surface

Therefore, the statement, a plane consists of an infinite set of lines is true

Make sure you show your work. Not just answers or you lose 25 pts). A supermarket employs cashiers, delivery personnel, stock clerks, security personnel, and deli personnel. The distribution of employees according to marital status is shown in the following table: Total Marital Cashiers Stock Delivery Security Deli Status (C) Clerks (T) Personnel (E Personnel ( NPersonnel (I Married (M) 8 12 11 3 2 Single (S) 6 20 3 2 3 Divorced (D) 5 5 4 1 4 Total 19 37 18 6 9 36 34 19 89 If an employee is selected at random, find these probabilities: a) The employee is a stock clerk or married. b) The employee is a stock clerk given that sho he is married. c) The employee is not single given that she/he is a cashier or a deli personnel d)) Find PI( MD) ( EN) e) The employee is net divorced given that she/he is not a stock clerk

Answers

The probability of the following are

a) The employee is a stock clerk or married is 17/89

b) The employee is a stock clerk given that he is married is 8/19

c) The employee is not single given that she/he is a cashier or a deli personnel is 14/47

d)) The value of PI( MD) ( EN) is 8/89

e) The employee is net divorced given that she/he is not a stock clerk is 19/50

a) The first question asks us to find the probability that an employee is a stock clerk or married. To do this, we need to add the number of stock clerks and the number of married employees and subtract the number of employees that are both stock clerks and married, since we do not want to count them twice. Thus, the probability of selecting an employee who is either a stock clerk or married is:

P(stock clerk or married) = (11+8-2)/89 = 17/89

b) The second question asks us to find the probability of selecting a stock clerk given that the employee is married. This is an example of a conditional probability, which is the probability of an event given that another event has occurred. To calculate this probability, we need to divide the number of married stock clerks by the total number of married employees:

P(stock clerk | married) = 8/19

c) The third question asks us to find the probability that an employee is not single given that he or she is a cashier or a deli personnel. This is another example of a conditional probability. To calculate this probability, we need to find the number of employees who are cashiers or deli personnel but not single, and divide this by the total number of cashiers and deli personnel:

P(not single | cashier or deli) = (8+2+4)/47 = 14/47

d) The fourth question asks us to find the joint probability of an employee being either married and divorced, or employed as delivery personnel and security personnel. We can calculate this probability by adding the number of employees in the two categories and dividing by the total number of employees:

P(MD or EN) = (5+3)/89 = 8/89

e) The fifth question asks us to find the probability of an employee not being divorced given that he or she is not a stock clerk. We can find this probability by subtracting the number of non-divorced employees who are stock clerks from the total number of non-stock clerk employees, and dividing by the total number of non-stock clerk employees:

P(not divorced | not stock clerk) = (12+1+2+4)/50 = 19/50

To know more about probability here

https://brainly.com/question/11234923

#SPJ4

7. Set up the linear system of equations Aw = b to solve the boundary-value problem y" = -3y + 2y + 2x +3, 0<1 y(0) = 2, y(1) = 1, using the linear finite difference method with h = 1/4. Do not solve the system. 7. Set up the linear system of equations Aw = b to solve the boundary-value problem y" = -3y + 2y + 2x +3, 0<1 y(0) = 2, y(1) = 1, using the linear finite difference method with h = 1/4. Do not solve the system.

Answers

The linear system of equations Aw = b is represented by the matrix equation Aw = b, where A is the matrix of coefficients, w is the vector of unknowns, and b is the vector of constants.

Given information:

The boundary-value problem is y" = -3y + 2y + 2x +3, 0<1 y(0) = 2, y(1) = 1

using the linear finite difference method with h = 1/4, which is used to set up the linear system of equations Aw = b. A linear system of equations is a collection of linear equations involving the same set of variables. The linear finite difference method is used to discretize differential equations that are given in terms of derivatives, and the result is a system of linear equations. The second-order differential equation can be approximated using the linear finite difference method as follows:

yi+1 − 2yi + yi-1= h2 (−3yi + 2yi+1 + 2xi + 3),i = 1, 2, ..., n-1

Using the central difference quotient, we get:

yi+1 − 2yi + yi-1= h2 (−3yi + 2yi+1 + 2xi + 3),i = 1, 2, ..., n-1

The equation above simplifies to the following equations:  

(−yi+1 + 2yi − yi-1)/h2 = −3yi + 2yi+1 + 2xi + 3

 Simplifying further, we get:2yi+1 − (4 + 2h2)yi + 2yi-1 = −2h2xi − 3h2, i = 1, 2, ..., n-1

Here, the central difference method was used to approximate the second-order derivative. This formula is applicable to interior nodes since it relies on the two neighboring points. As a result, the length of the column vector is reduced by two. To get the remaining column vector components, we will use the boundary values.Using y0 = 2, we get:

y1 − 2y0 + y−1 = −2h2x0 − 3h2,

y1 − 4 = −3/16,y1 = 4 − 3/16 = 61/16

Using yn = 1, we get:yn+1 − 2yn + yn−1 = −2h2xn − 3h2,yn − 2yn−1 + yn−2 = −2h2xn−1 − 3h2,y1 − 2y0 + y−1 = −2h2x0 − 3h2,y0 − 2y-1 + y-2 = −2h2x-1 − 3h2

Our solution vector is b = [61/16 -3/16 0 0 ... 0 -3/16]T.

We use the values of x0, x1, x2, … , xn to form the vector x. Our matrix is A of size (n-1)×(n-1) with coefficients that depend on h, as shown below:

[−(4 + 2h2) 2 0 0 … 0 0]  [1 −(4 + 2h2) 1 … 0 0 0]  [0 1 −(4 + 2h2) 1 … 0 0]  [0 0 1 −(4 + 2h2) … 0 0]  [... … … … … … … …]  [0 0 0 0 … 1 −(4 + 2h2) 1]  [0 0 0 0 … 2 −(4 + 2h2)].

To know more about linear system:

https://brainly.com/question/26544018

#SPJ11

The linear system of equations Aw = b is represented by the matrix equation Aw = b, where A is the matrix of coefficients, w is the vector of unknowns, and b is the vector of constants.

Given information:

The boundary-value problem is \(y" = -3y + 2y + 2x +3, 0 < 1 y(0) = 2, y(1) = 1\)

using the linear finite difference method with h = 1/4, which is used to set up the linear system of equations Aw = b.

A linear system of equations is a collection of linear equations involving the same set of variables. The linear finite difference method is used to discretize differential equations that are given in terms of derivatives, and the result is a system of linear equations.

The second-order differential equation can be approximated using the linear finite difference method as follows:

\(yi+1 − 2yi + yi-1= h2 (−3yi + 2yi+1 + 2xi + 3),i = 1, 2, ..., n-1x^{2}\)

Using the central difference quotient, we get:

\(yi+1 − 2yi + yi-1= h2 (−3yi + 2yi+1 + 2xi + 3),i = 1, 2, ..., n-1\)

The equation above simplifies to the following equations:  

\((−yi+1 + 2yi − yi-1)/h2 = −3yi + 2yi+1 + 2xi + 3\)

Simplifying further, we get:2yi+1 − (4 + 2h2)yi + 2yi-1 = −2h2xi − 3h2, i = 1, 2, ..., n-1

Here, the central difference method was used to approximate the second-order derivative.

This formula is applicable to interior nodes since it relies on the two neighboring points. As a result, the length of the column vector is reduced by two.

To get the remaining column vector components, we will use the boundary values.Using y0 = 2, we get:
\(y1 − 2y0 + y−1 = −2h2x0 − 3h2,y1 − 4 = −3/16,y1 = 4 − 3/16 = 61/16\)


Using yn = 1, we get:yn+1 − 2yn + yn−1 = −2h2xn − 3h2,yn − 2yn−1 + yn−2 = −2h2xn−1 − 3h2,y1 − 2y0 + y−1 = −2h2x0 − 3h2,y0 − 2y-1 + y-2 = −2h2x-1 − 3h2

Our solution vector is b = [61/16 -3/16 0 0 ... 0 -3/16]T.

We use the values of x0, x1, x2, … , xn to form the vector x. Our matrix is A of size (n-1)×(n-1) with coefficients that depend on h, as shown below:

[−(4 + 2h2) 2 0 0 … 0 0]  [1 −(4 + 2h2) 1 … 0 0 0]  [0 1 −(4 + 2h2) 1 … 0 0]  [0 0 1 −(4 + 2h2) … 0 0]  [... … … … … … … …]  [0 0 0 0 … 1 −(4 + 2h2) 1]  [0 0 0 0 … 2 −(4 + 2h2)].

To know more about linear system:

brainly.com/question/26544018


#SPJ11

Jorge worked 6 hours of overtime this week but has decided to take time off instead of overtime pay. How many hours will Jorge receive in time off from work

Answers

Jorge will receive 9 hours in time off from work.

How many hours will Jorge get to take time off?

It is given that, Jorge has done overtime for 6 hours in this week. As per the Fair Labor Standards Act, for 6 hours of overtime work, he must be paid one and a half times the pay he gets per hour.

Instead of receiving an overtime pay for working 6 hours extra, Jorge decides to receive paid leaves from work, that is, he will get one and a half of the total hours for which he worked overtime.

As a result, the time off he receives from work = \(1\frac{1}{2} (6)\) hours

\(=\frac{3}{2}(6) = 9 hours\)

Thus, Jorge gets 9 hours in time off from work in return. The time that he earns for the overtime is equivalent to the pay he was supposed to receive for the overtime work.

What is Fair Labor Standards Act?

The Fair Labor Standards Act (FLSA) specifies standards for minimum wage, over-time compensation, recordkeeping, and youth employment that are applicable to workers in the private sector and in federal, state, and municipal governments.

Learn more about time here:

https://brainly.com/question/27909325

#SPJ4

This question is from my final exam review:

Let n be a randomly selected integer from 1 to 15. Find P(n < 10 | n is prime). Round to the nearest hundredth and put your answer as a DECIMAL. So, if your answer is 37%, then put .37 in the answer box.

Answers

The probability P(n < 10 | n is prime) is 4/6, which simplifies to 2/3 or approximately 0.67 (rounded to the nearest hundredth).

To find the probability P(n < 10 | n is prime), we need to determine the number of prime integers less than 10 and divide it by the total number of integers from 1 to 15 that are prime.

The prime numbers less than 10 are 2, 3, 5, and 7. So, there are 4 prime numbers less than 10.

The total number of integers from 1 to 15 that are prime is 6 (2, 3, 5, 7, 11, and 13).

As a result, the chance P(n 10 | n is prime) is 4/6, which can be expressed as 2/3 or, rounded to the nearest hundredth, as around 0.67.

Thus, 0.67 is the answer.

for such more question on probability

https://brainly.com/question/13604758

#SPJ8

i need help with this​

i need help with this

Answers

The required equation of the lines shown in the graph are:

Red line: y = -4/3x -2
Black line: y = -1/2x
Green line: y = 3/2x + 3
Blue line: y = 2x + 1

The equation of the lines is given by determining the slope of each line and their y-intercept and put in the standard equation of line y = mx + c.
Red line: y = -4/3x -2
Black line: y = -1/2x
Green line: y = 3/2x + 3
Blue line: y = 2x + 1

Thus, the required equation of the line shown in the graph is given above.

Learn more about lines here:

https://brainly.com/question/2696693

#SPJ1

HELP PLEASE solve for x and round to the nearest tenth

HELP PLEASE solve for x and round to the nearest tenth

Answers

Answer:

11.03377918, which is 11.0 if rounded

Step-by-step explanation:

Since We have a leg and an angle we should use a trig

Soh cah toa

According to the angle we have opposite and we are looking for hypotenuse

meaning we'll need sin(X)

sin(x) = o/h   sin(65) = 10/x   x = 11.03377918

Y=3. 8x+17. 4 where y represents typing speed in words per minute and x represents the number of years the student owned a computer. What is the approximate typing speed of a student who has owned a computer for 3 years

Answers

The approximate typing speed of a student who has owned a computer for 3 years will be 29 words per minute.

As per the given data, we have to determine the approximate typing speed of a student who has owned a computer for 3 years.

Graham has gathered data on students who own a computer and on their performance on a typing-speed test.

What is a linear model?

A linear model is an equation that describes a relationship between two quantities that show a constant rate of change.

The linear model is given by y = 3.8x + 17.4

Where y represents the typing speed, in words per minute, of a student and x represents the number of years the student has owned a computer.

Here x = 3 years

Substituting x = 3 in a linear model

y = 3.8 x + 17.4

y = 3.8 × 3 + 17.4

y = 11.4 + 17.4

y = 28.8

y \(\cong\) 29

29 words per minute for a person who has owned a computer for 3 years.

For more questions on linear model

https://brainly.com/question/76058

#SPJ4

For several years, Graham has gathered data on students who own a computer and on their performance on a typing-speed test. He creates the linear model y = 3.8x + 17.4 where y represents the typing speed, in words per minute, of a student and x represents the number of years the student has owned a computer. According to Graham’s model, what is the approximate speed of a student who has owned a computer for three years?

Help me with this please

Help me with this please

Answers

The two pairs of Adjacent angles in the figure are:

∠1 and ∠3, ∠3 and ∠7.

The correct option is c.

In the given diagram with two intersecting lines and angles ∠1, ∠3, ∠5, and ∠7, the adjacent angle pairs are as follows:

Adjacent angles to ∠1:

∠1 and ∠5

∠1 and ∠3

Adjacent angles to ∠3:

∠3 and ∠1

∠3 and ∠7

Adjacent angles to ∠5:

∠5 and ∠1

∠5 and ∠7

Adjacent angles to ∠7:

∠7 and ∠3

∠7 and ∠5

Adjacent angles are angles that share a common side and a common vertex, where the vertex is the point of intersection between the two lines. In this case, the adjacent angle pairs can be identified based on their relationship to each angle (∠1, ∠3, ∠5, ∠7) and the intersecting lines.

from the given choices,

∠1 and ∠3, ∠3 and ∠7

To learn more about adjacent angles;

https://brainly.com/question/28271243

#SPJ1

a 12 foot-ladder is resting against a wall. the base of the ladder is 3.5 feet from the base of the wall. how high up the wall will the ladder reach? round your answer to the nearest tenth.

Answers

Answer:

\( \sqrt{ {12}^{2} - {3.5}^{2} } = \sqrt{131.75} = 11.5\)

The ladder will reach about 11.5 feet up the wall.

Please help me find the unit and rate! :(

Please help me find the unit and rate! :(

Answers

Based on the given graph, the rate and unit rate for this situation is 1/2 and unit marshmellow per second.

From the given graph, we know that:

Δy = 2

Δx = 4

To find the rate of this graph, we can use the rate of change approach where:

Rate of change = Δy / Δx

Rate of change = 2/4

Rate of change = 0.5

The unit for the rate is:

Rate of change = Δy / Δx

Rate of change = unit marshmellow / second

Learn more about Unit and Rate here: brainly.com/question/29781084

#SPJ1

Carlisle Transport had $4,520 cash at the beginning of the period. During the period, the firm collected $1,654 in receivables, paid $1,961 to supplier, had credit sales of $6,916, and incurred cash expenses of $500. What was the cash balance at the end of the period?

Answers

To calculate the cash balance at the end of the period, we need to consider the cash inflows and outflows.

Starting cash balance: $4,520

Cash inflows: $1,654 (receivables collected)

Cash outflows: $1,961 (payments to suppliers) + $500 (cash expenses)

Total cash inflows: $1,654

Total cash outflows: $1,961 + $500 = $2,461

To calculate the cash balance at the end of the period, we subtract the total cash outflows from the starting cash balance and add the total cash inflows:

Cash balance at the end of the period = Starting cash balance + Total cash inflows - Total cash outflows

Cash balance at the end of the period = $4,520 + $1,654 - $2,461

Cash balance at the end of the period = $4,520 - $807

Cash balance at the end of the period = $3,713

Therefore, the cash balance at the end of the period is $3,713.

To learn more about cash : brainly.com/question/31754110

#SPJ11

Letters x, y, and z are angle measures. Which equations would guarantee that lines p and q are parallel? check all that apply.

Answers

Letters x, y, and z are angle measures. The following equations would ensure that lines p and q are parallel: x = z ; x + y = 180°

A Equation is a numerical explanation that is comprised of two articulations associated by an equivalent sign. In its simplest form in algebra, an equation is a statement that demonstrates that two mathematical expressions are equal.

The image with the angles x, y, and z, as well as the lines p and q, can be found in the link at the answer's conclusion.

Using the image provided;

We can see that the two parallel lines p and q are divided by a transverse line. As a result,

We can say that because we can see that x and z are angles that correspond to one another; Second, we can see that y and z are supplementary angles due to the fact that they form a straight line and that the sum of straight angles is 180 degrees.

therefore; We can say that, using the negotiation property of equivalency, y + z = 180° because x = z.

x + y = 180°

Question:

Angle measures are represented by x, y, and z. Which conditions could ensure that lines p and q are equal? Select all relevant options.

x = z, x + y = 180°, x = y, and z = 180°

To know more about Equations,

brainly.com/question/29797709

#SPJ4

Letters x, y, and z are angle measures. Which equations would guarantee that lines p and q are parallel?

I'm not sure..might anyone know ..im giving a brainlist aswell

I'm not sure..might anyone know ..im giving a brainlist aswell

Answers

Answer is 5

Explanation:

To go from (-1,0) to (0,5) we have to go up 5 units and right one unit.

Rate of change means slope, which is change in y over change in x.
If our change in y is positive 5 and our change in x is positive one, we can put the rate of change as 5/1

This simplifies to 5.

Which of the following is a rational number?

Which of the following is a rational number?

Answers

Answer: D) square root 49

Step-by-step explanation: a rational number is a number that eventually ends. Square root 49 is the answer, because it terminates.

Simplify (2^3)–2. -1/64 1/64 2 64

Answers

Answer:

\( \frac{1}{64 } \)

Step-by-step explanation:

\(( {2}^{3} )^{ - 2} = ( 8 )^{ - 2} = \frac{1}{( 8 )^{ 2} } = \frac{1}{64 } \\ \)

Answer:

Picture below

Step-by-step explanation:

Edge 2021

Simplify (2^3)2. -1/64 1/64 2 64


Fallacies of relevance

I need to describe a time a work I used fallacies of relevance
please help..

Answers

Fallacies of relevance are types of logical fallacies that occur when an argument is presented without a relevant connection to the subject matter.

Rather than addressing the topic, these fallacies are aimed at the listener's feelings, emotions, or biases.There are many different types of fallacies of relevance, but some of the most common are ad hominem, straw man, appeal to authority, and red herring. Ad hominem, for example, is a type of fallacy that attacks the speaker rather than addressing the argument they are presenting.. It can undermine the quality of your argument and make you seem less credible.

However, if you want to describe a time when you used these fallacies, you might think back to a situation where you were arguing with someone and felt like you were losing the argument. In this case, you might have resorted to a fallacy of relevance to try to regain control of the conversation. In conclusion, it is important to avoid using fallacies of relevance in your arguments. Instead, focus on addressing the topic at hand and presenting logical, evidence-based arguments.

To know more about Fallacies visit:

brainly.com/question/32112262

#SPJ11

please need help asap​

please need help asap

Answers

Answer:

134

Step-by-step explanation:

Suppose we have the following box representing our population [0, 1, 1, 2, 3, 5] with μ = 2.0 and σ= 1.63. If we sample or draw from this population 35 times, what will the will the expected value and standard error of the sum be? EV = 70; SE= 9.64 EV = 70; SE = 57.05 EV = 0.06; SE = 0.04 OEV=9.64; SE-70 EV 2; SE= 0.28

Answers

The expected value (EV) and standard error (SE) of the sum is as follows: EV = 70; SE = 9.64.

The expected value of the sum is obtained by multiplying the population mean (μ) by the sample size (n). In this case, the population mean is 2.0 and the sample size is 35, so the expected value (EV) can be calculated as 2.0 * 35 = 70.

The standard error of the sum measures the variability or uncertainty of the sum. It can be calculated by multiplying the standard deviation (σ) of the population by the square root of the sample size (n).

In this case, the population standard deviation is 1.63 and the sample size is 35, so the standard error (SE) can be calculated as 1.63 * \(\sqrt{35}\)= 9.64.

Therefore, the expected value of the sum is 70, indicating that on average, the sum of the sampled values is expected to be 70. The standard error of the sum is 9.64, representing the typical amount of error or uncertainty associated with the estimated sum.

To learn more about sample size visit:

brainly.com/question/31734526

#SPJ11

when the spring is stretched and the distance from point a to point b is 5.3 feet, what is the value of θ to the nearest tenth of a degree?
a. 60.0
b. 35.2
c. 45.1
d. 55.5

Answers

When the spring is stretched and the distance from point a to point b is 5.3 feet, the value of θ is 53.13  degrees

The distance between point a to point b = 5.3 feet

The length of the top side = 3 feet

Therefore, it will form a right triangle

Here we have to use trigonometric function

Here adjacent side and the hypotenuse of the triangle is given

The trigonometric function that suitable for the given conditions is

cos θ = Adjacent side / Hypotenuse

Substitute the values in the equation

cos θ = 3 / 5

θ = cos^-1(3 / 5)

θ = cos^-1(0.6)

θ = 53.13 degrees

Therefore, the value of θ is 53.13  degrees

Learn more about trigonometric function here

brainly.com/question/25618616

#SPJ4

thanks for help have nice day

thanks for help have nice day
thanks for help have nice day
thanks for help have nice day

Answers

Answer: 6. d

7. b

8. d

9. c

Step-by-step explanation:

handle the missing values using the simple mean imputation strategy. how many missing values are replaced? what are the means of x1, x2, and x3?

Answers

From the given information provided, the means of x₁, x₂,  and x₃ are 158.28, 41.3, and 43.75 respectively.

a. Handle the missing values using omission strategy:

The omission strategy involves removing any observation with missing values.

The resulting table after the omission strategy is as follows:

Obs x₁ x₂ x₃

1 248 3.5 3.8

2 55 150 74

3 196 4.5 32

4 134 6.2 63

We can see that one observation with missing values was removed, which was observation 5.

b. Handle the missing values using simple mean imputation strategy:

The simple mean imputation strategy involves replacing the missing values with the mean of the non-missing values.

The means of x₁, x₂, and x₃ are calculated as follows:

mean of x₁ = (248 + 55 + 196 + 134) / 4 = 158.25

mean of x₂ = (3.5 + 150 + 4.5 + 6.2) / 4 = 41.3

mean of x₃ = (3.8 + 74 + 32 + 63) / 4 = 43.75

The resulting table after the simple mean imputation strategy is as follows:

Obs x₁ x₂ x₃

1 248 3.5 3.8

2 55 150 74

3 196 4.5 32

4 134 6.2 63

5 158.25 41.3 43.75

We can see that all missing values were replaced, which were x₁ in observation 5 and x₃ in observation 3.

Question - The following table contains 3 variables and 5 observations including some missing values x₁ x₂ x₃ 248 3.5 3.8 55 150 74 196 4.5 32 134 6.2 63 a. Handle missing values using omission strategy. b. Handle missing values using simple mean imputation strategy. How many missing values are replaced? What are means of x₁, x₂, and x₃?

Learn more about mean here: brainly.com/question/20118982

#SPJ4

What is the length of J L?

What is the length of J L?

Answers

The length of JL is 7 units!
I hope this helps you.

Answer:

Its 7 unit

Step-by-step explanation:i  got the exact same test so i puted 7 unit and its right. hope it helps

If ST=15 and RT=40, then RS=????
Pls help

Answers

Answer:

If the lines looks like R--S--T then its 25

Step-by-step explanation:

The value of RS is 55, when ST is 15 and RT is 40 as per the addition operation.

To find the value of RS, we can use the transitive property of equality, which states that if two quantities are equal to a third quantity, then they are equal to each other.

Given that ST = 15 and RT = 40, we can use the transitive property to say that ST + RT = RS.

Substituting the given values, we have 15 + 40 = RS.

Adding 15 and 40, we get RS = 55.

Therefore, the value of RS is 55 based on the given information.

To learn more about the addition;

brainly.com/question/29464370

#SPJ2

At the beginning of a snowstorm, Sydney had 11 inches of snow on her lawn. The snow then began to fall at a constant rate of 0.5 inches per hour. Assuming no snow was melting, how much snow would Sydney have on her lawn 3 hours after the snow began to fall? How much snow would Sydney have on her lawn after tt hours of snow falling?
snow after 3 hours?=
snow after t hours?=

Answers

Answer:

She would gain 1.5 inches after 3 hours. She would then have 12.5 inches on her lawn.

Answer:

snow after 3 hours=12.5

snow after 1 hour=11.5

Step-by-step explanation:

1.take 0.5 and multiply it by 3 then take that and add it by 11 and that's how you get the sum for 3 hours.

2.take 0.5 and add it by 11 and that's how you get the sum for 1 hour.

Find the values of x and y​ in the picture

Find the values of x and y in the picture

Answers

Answer:

x = 56y = 75

Step-by-step explanation:

You want the measures of the angles marked x° and y° in the given diagram.

Inscribed angle

The measure of an inscribed angle is half the measure of the arc it intercepts. This means any inscribed angles that intercept the same arc will have the same measure.

The inscribed angles with vertices J and K both intercept arc FH, so both have the marked measure of 56°.

  x = 56

Angle at chords

The angle where the chords cross (y°) will be half the sum of the arcs those chords intercept. Here, those are arcs FH and JK.

Given that half the arc measure is the measure of the intercepting inscribed angle, we can simply sum the inscribed angles to get y°:

  y° = 56° +19° = 75°

  y = 75

#95141404393

Find the equation of a line containing the given points. Write the equation in slope-intercept form (-2, -5) and (-5, -8)

Answers

Answer

\(y=x-3\)

Explanation

The equation in slope-intercept form is:

\(y=mx+b\)

where m is the slope and b is the y-intercept.

Additionally, the slope m can be calculated using the change between two points as it is a line and will be the same in all points:

\(m=\frac{y_2-y_1}{x_2-x_1}\)

Considering the two points given, we can assume that point one is (-2, -5) and point two is (-5, -8). Replacing these values we get:

\(m=\frac{-8-(-5)}{-5-(-2)}\)

Simplifying:

\(m=\frac{-8+5}{-5+2}=\frac{-3}{-3}=1\)

Then, replacing the slope calculated in the equation we get:

\(y=(1)x+b\)

Next, we have to choose one of the given points to replace in the equation and solve for b. For example, choosing (-2,-5):

\(-5=(1)(-2)+b\)\(-5=-2+b\)\(b=-5+2\)\(b=-3\)

Finally, our equation is:

\(y=x-3\)

I need help to identify angle 2 please

I need help to identify angle 2 please

Answers

I’m pretty sure 2 is 80. Hope I could help :)

Step-by-step explanation:

two angles are adjacent when they a common side vertex(corner point) and don't overlap.adjacent angles.angle ABC.

Other Questions
How did the Islamic Empire continue to flourish under the Abbasids? Helpppppp meeee thanks a proposed mechanism for destruction of ozone gas in the stratosphere is represented above. which of the following is evidence that the mechanism is occurring? BRAINLIEST to correct please help You sell $4,000 per week in bags of dog food at 30% margin. You sell $3,000 per week in dog toys at 45% margin. Which generates more margin for you? Suppose that the function h is defined, for all real numbers, as follows. John Isner serves 140 miles per hour. How fast is that in feet per second? PLEASE HELP FAST ! You completed the wireframe step of mobile app development. Which statement is true about this step?(a) Your app is functioning and ready to test. (b) This step involved comparing your app to other apps already available.(c) You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen.(d) In this step, you defined your target audience and main goal. A linear model was fit to the data, and the slope of the regression equation is 0.01796, and the y-intercept of the regression line is -0.01270. Which is the equation of the line that predicts BAC from number of beers consumed This question is with regards to Solow-Swan Model. Define whatsteady-state equilibrium is and how do key variables behave at thesteady-state.Answer within half hour and correct will give you posit the length of the road is 600 miles if one inch represents 30 miles what is the length of the road jacket is on sale at 15% off the original price of $68. based on this sale how much money will he save innate immune memory contributes to host defense against recurrent skin and skin structure infections caused by methicillin-resistant staphylococcus aureus. After World War II, the aircraft industry ____ in Washington.thrived failed leveled off declined The Sahel is located close to the Sahara but travel is easier and the climate is not as hot. Why would the location of the Sahel encourage the development of trade routes? A. It provides a way for overland travel from the Lake Victoria to the Red Sea. B. It extends across the continent from the Red Sea to the Atlantic Ocean. C. It provides a way for overland travel from the Congo River to the Red Sea. The bottoms of piezometers A and B are on the same flow line and 1000 m apart. The bottom of piezomcter A is at 130 m and its water level is at 160 m. TI1e bottom of piezometer Bis at 100 m and the water level is 150 m. What is the hydraulic gradient What has EU social policy been so controversial? Do you have anysuggestions that could make EU social policy less controversial Tim and jayne were discussing the following mock exam question. here is some data about two groups of people listening to a radio station one day. percentage mean number of range of number of hours listening hours listening 13.8 group alpha 23 1.4 4.3 group beta 77 6.5 compare the data for people in the alpha group with people in the beta group. make three comparisons. tim said he had struggled with the question. jayne said she had gained full marks by starting each comparison with, beta had a higher ... try and work out the three comparisons she used. write them on separate lines. total marks: 3 Please answer this question. What are the main differences between bacteria and archaea?Pick two of the bacteria below and tell me if they share any similarities and also what their differences are.StaphylococcusBacteroidsLactobacillusAzotobacterHelicobacterThis is a repost, I need this answer ASAP. theatrical performance differs from other kinds of performance because