OMg plzzz help due 5 minutes answer whatever u can and real answers plz

OMg Plzzz Help Due 5 Minutes Answer Whatever U Can And Real Answers Plz
OMg Plzzz Help Due 5 Minutes Answer Whatever U Can And Real Answers Plz
OMg Plzzz Help Due 5 Minutes Answer Whatever U Can And Real Answers Plz
OMg Plzzz Help Due 5 Minutes Answer Whatever U Can And Real Answers Plz
OMg Plzzz Help Due 5 Minutes Answer Whatever U Can And Real Answers Plz

Answers

Answer 1
I am srry I don’t understand any of that

Related Questions

Asap need help on this!!

Asap need help on this!!

Answers

Answer:

Step-by-step explanation:

Ashton rode his bicycle 3.25 miles in 12 minutes. What was Ashton’s average rate in miles per hour?

Answers

Answer:

Ashton rode his bicycle 3.25 miles in 12 minutes. What was Ashton's average rate in miles per hour? The answer is 16.25

Ive done this

Answer:

16.25 miles per hour

Step-by-step explanation:

To find out Ashton's average rate in miles per hour, we need to multiply 12 minutes by 5 to get 60 minutes (1 hour) and also multiply 3.25 by 5 which gives us 16.25 miles per hour.

(sorry if this is confusing but I hoped it helped)

true or false: a) every unitary operator u : x ! x is normal. b) a matrix is unitary if and only if it is invertible.

Answers

True, Every normal unitary operator u: x! x exists.
False, An if only if it is invertible, a matrix qualifies as unitary.

What is the matrix?

A group of numbers built up in a rectangular array with rows and columns. The elements, or entries, of the matrix, are the integers. In addition to numerous mathematical disciplines, matrices find extensive use in the fields of engineering, physics, economics, and statistics.

Here, we have

a. Every unitary operator U:X→X is normal as an operator A is unitary if A*A = AA* = I and an operator is normal if A*A = AA*.

Hence, every unitary operator u: x → x is normal.

b. A unitary matrix is always invertible but an invertible matrix need not be unitary. An invertible matrix A is unitary if A⁻¹ = A*

Hence, it is not true.

To learn more about the matrix from the given link

https://brainly.com/question/12567347

#SPJ4

8. Find the indicated partial derivatives for the function f(x,y)=x2ey2−ln(x+y2). a. fx​ b. fy​ c. fxy​

Answers

According to the question the partial derivatives of the function f(x, y) are: a. fx​ = 2xe^y^2 - 1/(x + y^2) b. fy​ = 2x^2ye^y^2 - 2y/(x + y^2) c. fxy​ = 4xye^y^2 - 2y/(x + y^2)^2

To find the indicated partial derivatives for the function f(x, y) = x^2e^y^2 - ln(x + y^2), we differentiate the function with respect to the given variables.

a. To find fx​ (the partial derivative of f with respect to x):

We differentiate the function f(x, y) with respect to x, treating y as a constant:

fx​ = d/dx (x^2e^y^2 - ln(x + y^2))

= 2xe^y^2 - 1/(x + y^2)

b. To find fy​ (the partial derivative of f with respect to y):

We differentiate the function f(x, y) with respect to y, treating x as a constant:

fy​ = d/dy (x^2e^y^2 - ln(x + y^2))

= 2x^2ye^y^2 - 2y/(x + y^2)

c. To find fxy​ (the second-order partial derivative of f with respect to x and y):

We differentiate fx​ (found in part a) with respect to y:

fxy​ = d/dy (fx​)

= d/dy (2xe^y^2 - 1/(x + y^2))

= 4xye^y^2 - 2y/(x + y^2)^2

Therefore, the partial derivatives of the function f(x, y) are:

a. fx​ = 2xe^y^2 - 1/(x + y^2)

b. fy​ = 2x^2ye^y^2 - 2y/(x + y^2)

c. fxy​ = 4xye^y^2 - 2y/(x + y^2)^2

To learn more about function

https://brainly.com/question/11624077

#SPJ11

Let G be a simple directed graph with non-negative arc weights. We define capacity of a path p in G as the minimum arc weight along it: cap(p)=min e∈p

w(e). And we define volume of a pair of vertices (u,v) as the maximum capacity among paths from u to v : vol(u,v)=max p is a path from u to v

cap(p). Given graph G and a vertex s of G, present an efficient Dijkstra-like algorithm to find, for all t∈G.V\{s}, the volume of (s,t).

Answers

To find the volume of all pairs of vertices (s, t) in a directed graph G using an efficient Dijkstra-like algorithm, we can adapt the Dijkstra's algorithm with some modifications.

Here is the algorithm:

Initialize all vertices' volumes as negative infinity, except for the starting vertex s, which has a volume of 0.

vol(v) = -∞ for all v in G.V

vol(s) = 0

Create a priority queue Q to store vertices based on their volumes (minimum volume first). Initially, insert vertex s into Q.

While Q is not empty, do the following:

a. Extract the vertex u with the minimum volume from Q.

b. For each neighbor v of u:

Calculate the capacity of the path from s to v via u: cap(s, v) = min(cap(s, u), w(u, v)), where w(u, v) is the weight of the arc from u to v.

If cap(s, v) > vol(v), update vol(v) with cap(s, v) and insert v into Q if it's not already present.

After the algorithm finishes, the volumes vol(s, t) will represent the maximum capacity of paths from s to t for all vertices t in G.V{s}.

This modified Dijkstra-like algorithm finds the maximum capacity (volume) from s to all other vertices by considering all possible paths and updating the volume as we encounter smaller capacities along the way. By using a priority queue to extract the minimum volume vertex efficiently, the algorithm can run in O((|V| + |E|) log |V|) time complexity, where |V| is the number of vertices and |E| is the number of edges in the graph.

To learn more about volume here:

https://brainly.com/question/28058531

#SPJ4

Please help ASAP geometry

Please help ASAP geometry

Answers

The rounded area of the figure is approximately 86.9 square units.

To find the area of the figure, we need to calculate the sum of the area of the rectangle and the area of the semicircle.

Rectangle Area:

The length of the rectangle is 14 units and the width is 8 units. The area of a rectangle is calculated by multiplying its length and width. Therefore, the area of the rectangle is 14 × 8 = 112 square units.

Semicircle Area:

The semicircle is removed from one of the short sides of the rectangle. The radius of the semicircle is half the width of the rectangle, which is 8/2 = 4 units.

The area of a semicircle is given by (π × r^2) / 2, where r is the radius. Therefore, the area of the semicircle is (π × 4^2) / 2 = 8π square units.

Total Area:

Now we can calculate the total area by subtracting the area of the semicircle from the area of the rectangle:

Total Area = Rectangle Area - Semicircle Area

= 112 - 8π

To round to the nearest tenth, we need to evaluate the numerical value of π. Using an approximation of π as 3.14, we can calculate the total area:

Total Area ≈ 112 - 8 × 3.14

≈ 112 - 25.12

≈ 86.88

For more such questions on area

https://brainly.com/question/2607596

#SPJ8

dont get this help asap!

dont get this help asap!

Answers

Answer:

Step-by-step explanation:

It is a rectangle, so both sides are equal. Thus 2x+6=5x-9

SOLVE, SUBTRACT 2x

6=3x-9   THEN ADD 9

15=3x    THEN divide by 3

5=x

Plug in x to either side 2(5)+6, to get side length of 16

Then area of a rectangle is lengthxwidth=AREA

substitute what you know     16(y)=48

Divide by 16, thus y=3

ron called for a delivery from his local pizza shop. He ordered a large pizza for $15.99 and an order of breadsticks for $5.99. if he hands the delivery driver $30.00, how much will he receive in change? Remember to include your units in your answer.

Answers

Answer:

$8.02

Step-by-step explanation:

Answer:

Ron will get 8 dollars back

Step-by-step explanation:15=16 5=6 16+6= $22

Solve for x ASAP pls

Solve for x ASAP pls

Answers

The angle vertically opposite to angle 130° will be equivalent to 130° since they are vertically opposite angles.

So, the angle corresponding to x+139° will be equivalent to 130°.

Which means :

\( = x+ 139 = 130\)

\( = x = 130 - 139\)

\( =\color{hotpink} x = - 9\)

Therefore, the correct option is :

\(\color{hotpink}\bold{A) -9}\)

aaaa helppp :((((!!!!!!!!!!

aaaa helppp :((((!!!!!!!!!!

Answers

Answer:

I am pretty sure it is the third one

Step-by-step explanation:

Answer:

yea for sure the third one

Step-by-step explanation:

If the diameter of a circle is 46 centimeters long, how long is the radius of the circle?
OA. 184 centimeters
OB B. 11.5 centimeters
OC. 92 centimeters
OD. 23 centimeters

Answers

Answer:

r = 23

Step-by-step explanation:

Using the formula

d = 2r

Solving for r

r = d / 2 = 46 / 2 = 23

need help on this questions

need help on this questions

Answers

x=3.07 metre / 3m ( neglecting the decimal)

need help on this questions

Answer:x=3.07

Step-by-step explanation:

4 square root 2=(4×2)(2 4-3)÷ 2 square root 2

Answer =3

3.07

need help on this questions

What are the three arc measures indicated in the circle below

What are the three arc measures indicated in the circle below

Answers

Smallest: 65 degrees
Second: 132 degrees
Largest: 163 degrees

10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS

10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS
10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS
10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS
10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS
10TH GRADE MATH: Central Angles 5 question pretest. 20 POINTS

Answers

The value of x is 17

The congruent arcs are (b) PQ and SR

The radius is 12 units

The value of PQ is 4

The length YZ is 19 units

How to calculate the value of x

In this question, we make use of the property of congruent sides

So, we have

3x - 24 = x + 10

When evaluated, we have

2x = 34

Divide by 2

x = 17

Identifying the congruent arcs

By the definition of congruent arcs, congruent arcs are arcs that have equal measures

In this figure, the congruent arcs are PQ and SR i.e. (b) PQ and SR

Calculating the radius

The radius of the circle is calculated as

r² = (25 + r)² - 35²

When expanded, we have

r² = 625 + 50r + r² - 1225

So, we have

50r = 600

Divide both sides by 50

r = 12

How to calculate the value of PQ

In this question, we make use of the property of congruent sides

So, we have

PQ = SR

Where

SR = 4

When evaluated, we have

PQ = 4

Calculating the length of YZ

The length of YZ in the circle is calculated as

YZ² = (9 + 8)² + 8²

So, we have

YZ² = 17² + 8²

When expanded, we have

YZ² = 289 + 64

So, we have

YZ² = 353

Take the square root of both sides

YZ = 19

Hence, the length YZ is 19 units

Read more about circles at

https://brainly.com/question/31752704

#SPJ1

Which expression is equivalent to the following? g(x) = -4(x – 7)² – 9

Which expression is equivalent to the following? g(x) = -4(x 7) 9

Answers

In order to find the equivalent expression, let's expand the term in parenthesis:

\(\begin{gathered} g(x)=-4(x-7)^2-9 \\ g(x)=-4(x^2-14x+49)-9 \\ g(x)=-4x^2+56x-196-9 \\ g(x)=-4x^2+56x-205 \end{gathered}\)

So the correct option is A.

A 300mm by 400mm pipe conveys water. if the head loss is estimated at 4cm per meter of its length, what is the amount of flow

Answers

To determine the amount of flow in the pipe, we need to calculate the head loss per unit length and then use it to estimate the total head loss. Given that the head loss is estimated at 4 cm per meter of pipe length, we can convert it to meters as 0.04 m per meter of length.

The total length of the pipe can be calculated by summing the length of all the sections. However, since the length is not provided, we'll assume a specific length, let's say L meters.

The total head loss in the pipe can then be determined by multiplying the head loss per meter by the length of the pipe:

Total head loss = 0.04 m/m × L m = 0.04L m

The amount of flow in the pipe can be determined using Bernoulli's equation or other hydraulic principles. Unfortunately, without additional information such as the pressure difference, fluid properties, or any other constraints, it is not possible to provide an accurate estimate of the flow rate.

Please provide more details or constraints if you have any so that a more precise calculation can be made.

To learn more about Hydraulic - brainly.com/question/11869272

#SPJ11

Find the matrix P that orthogonally diagonalizes A. Compute P-¹ AP. A = [3 2 4]
[2 0 2]
[4 2 3]

Answers

To orthogonally diagonalize matrix A, we need to find a diagonal matrix D and an orthogonal matrix P such that A = PDP^T, where D contains the eigenvalues of A and P contains the corresponding eigenvectors.  the final result is:

P^-1AP = [(2√6)/3 0 0]

[0 0 0]

[0 0 -2√6/3]

Let's go through the steps to find P and D:

Step 1: Find the eigenvalues λ of matrix A by solving the characteristic equation |A - λI| = 0.

|3-λ  2   4|

| 2  -λ  2| = (3-λ)(-λ)(3-λ) + 2(2)(2-λ) - 4(2-λ) = 0

|4   2  3-λ|

Simplifying the determinant equation, we get:

(λ-1)(λ-6)(λ+1) = 0

Solving the equation, we find three eigenvalues: λ1 = 1, λ2 = 6, λ3 = -1.

Step 2: For each eigenvalue, find the corresponding eigenvector.

For λ1 = 1:

(A - λ1I)X = 0

|2  2  4| |x1|   |0|

|2 -1  2| |x2| = |0|

|4  2  2| |x3|   |0|

Solving this system of equations, we find the eigenvector X1 = (1, -2, 1).

Similarly, for λ2 = 6, we find X2 = (2, 1, 2), and for λ3 = -1, we find X3 = (2, -1, 2).

Step 3: Normalize the eigenvectors to make them unit vectors.

Normalizing X1, X2, and X3, we get:

X1' = (1/√6)(1, -2, 1)

X2' = (1/3)(2, 1, 2)

X3' = (1/3)(2, -1, 2)

Step 4: Construct the orthogonal matrix P using the normalized eigenvectors.

P = [X1' X2' X3']

  = [(1/√6) (1/3) (1/3)

     (-2/√6) (1/3) (-1/3)

     (1/√6) (2/3) (2/3)]

Step 5: Construct the diagonal matrix D using the eigenvalues.

D = [λ1  0   0

      0  λ2  0

      0   0  λ3]

  = [1   0   0

      0   6   0

      0   0  -1]

Finally, we can compute P^-1AP:

P^-1AP = [(1/√6) (-2/√6) (1/√6)]

[(1/3) (1/3) (-1/3)]

[(1/3) (2/3) (2/3)]

* [3 2 4]

[2 0 2]

[4 2 3]

* [(1/√6) (-2/√6) (1/√6)]

[(1/3) (1/3) (-1/3)]

[(1/3) (2/3) (2/3)]

Multiplying these matrices, we get:

P^-1AP = [(2√6)/3 0 0]

[0 0 0]

[0 0 -2√6/3]

Therefore, the final result is:

P^-1AP = [(2√6)/3 0 0]

[0 0 0]

[0 0 -2√6/3]

To know more about orthogonally diagonalize, click here: brainly.com/question/31970381

#SPJ11

A circle has its centre at (0,0) and passes through the point (-9,40).
a) Calculate the radius of the circle.
b) State the equation of the circle.
c) State the x and y-intercepts.
d) Is the point (12,18) inside, on or outside this circle?

Answers

Step-by-step explanation:

Radius of a cicke is calculated by 2 pi r

Equation is found by y=mx+C

There are 3 basketball teams. Each team has 10 players. All of the teams are used to make 6 groups during practice. How many players are in each group.

Answers

5 players in each group

3x10=30.

30/6=5

The slope of a line can be used when building a ramp. Gordon is helping to build a wheelchair ramp for a neighbor’s house. For every 12 inches of horizontal distance, the height of the ramp increases 1 inch. 1. Gordon estimates that the ramp will be 6 inches tall when it is 60 inches long. Explain the error that he made and correct the error.

The slope of a line can be used when building a ramp. Gordon is helping to build a wheelchair ramp for

Answers

The correct height of the ramp when it is 60 inches long is 6 inches, which matches Gordon's estimate. So, there was no error in his estimation.

How to get the error made

Gordon's error lies in assuming a constant slope for the ramp, where every 12 inches of horizontal distance corresponds to a 1-inch increase in height. However, this assumption is incorrect.

Let's calculate the actual slope of the ramp using the given information. We know that for every 12 inches of horizontal distance, the height increases by 1 inch. This can be expressed as a ratio of "rise" (vertical change) to "run" (horizontal change).

The slope (m) is given by:

m = rise / run

In this case, the rise is 1 inch, and the run is 12 inches. Therefore:

m = 1 / 12

Now, let's use this slope to calculate the correct height of the ramp when it is 60 inches long.

Given:

Horizontal distance (run) = 60 inches

Slope (m) = 1/12

Using the slope-intercept form of a linear equation (y = mx + b), where y represents the height:

y = (1/12)x + b

Substituting the values of x and y:

6 = (1/12)(60) + b

Simplifying:

6 = 5 + b

b = 6 - 5

b = 1

So, the equation of the line representing the ramp is:

y = (1/12)x + 1

Now, let's calculate the correct height of the ramp when it is 60 inches long by substituting x = 60 into the equation:

y = (1/12)(60) + 1

y = 5 + 1

y = 6

Therefore, the correct height of the ramp when it is 60 inches long is 6 inches, which matches Gordon's estimate. So, there was no error in his estimation.

Read more on measurement error here:https://brainly.com/question/28771966

#SPJ1

you have 1000 to invest in an account and you need to have 1500 in one year what interest rate would you need to have in order to reach this goal if the amount is compounded quarterly round your answer to the nearest percent. Can someone help me please

you have 1000 to invest in an account and you need to have 1500 in one year what interest rate would

Answers

Answer: 42.7%

Step-by-step explanation:

A = p (1+r/n)^nt

1500 = 1000 (1 + r/4)^4x1

r = 42.673

The  interest rate would you need to have in order to reach this goal if the amount is compounded quarterly is 42.7%

Given that,

you have 1000 to invest in an account and you need to have 1500 in one year

Based on the above information, the calculation is as follows:

\(A = p (1+r\div n)^{nt]\)

\(1500 = 1000 (1 + r\div4)^{4\times 1}\)

So, r = 42.673

Learn more: https://brainly.com/question/17429689?referrer=searchResults

lori jeffrey is a successful sales representative for a major publisher of college textbooks. historically, lori obtains a book adoption on of her sales calls. viewing her sales calls for one month as a sample of all possible sales calls, assume that a statistical analysis of the data yields a standard error of the proportion of . use the z-table. a. how large was the sample used in this analysis? that is, how many sales calls did lori make during the month?

Answers

The sample size used in the analysis was 300 sales calls for the given standard error.

What is standard error?

The standard error (SE) is a statistical sample population's approximate standard deviation. The difference between the population's computed mean and one that is widely regarded as correct is described by the standard error. The standard error tends to be reduced the more data points included in the mean computations.

Given that, Lori obtains a book adoption on 20%, and the proportion of 0.400.

The Standard error is given as:

SE = √[p(1-p)/n]

Rearranging for n we have:

n = p(1-p)/(SE²)

n = 0.20(1-0.20)/(0.0400)²

n = 300.25

Hence, the sample size used in the analysis was 300 sales calls.

Learn more about standard error here:

https://brainly.com/question/13179711

#SPJ1

The complete question is:

lori jeffrey is a successful sales representative for a major publisher of college textbooks. historically,

the eigenvalues for the symmetric matrix a are given. find the matrices d and p of an orthogonal diagonalization of a. (enter your answer as one augmented matrix. enter sqrt(n) for n .)

Answers

To find the matrices D and P for the orthogonal diagonalization of matrix A, we need to follow these steps:

Step 1: Find the eigenvalues of matrix A.

Let's assume that the eigenvalues of A are λ₁, λ₂, ..., λ_n.

Step 2: Find the corresponding eigenvectors.

For each eigenvalue λ, solve the equation (A - λI)x = 0 to find the eigenvectors x₁, x₂, ..., x_n.

Step 3: Normalize the eigenvectors.

Normalize each eigenvector x_i to have unit length by dividing it by its magnitude.

Step 4: Form matrix P.

Matrix P is formed by taking the normalized eigenvectors as its columns, i.e., P = [x₁, x₂, ..., x_n].

Step 5: Form matrix D.

Matrix D is a diagonal matrix with the eigenvalues λ₁, λ₂, ..., λ_n as its diagonal entries, i.e., D = diag(λ₁, λ₂, ..., λ_n).

Let's assume the eigenvalues of matrix A are λ₁, λ₂, ..., λ_n. Then the augmented matrix [D | P] for the orthogonal diagonalization of A would look like:

[D | P] = [λ₁ 0 0 ... 0 | x₁ |]

[0 λ₂ 0 ... 0 | x₂ |]

[0 0 λ₃ ... 0 | x₃ |]

[... ]

[0 0 0 ... λ_n | x_n]

In this matrix, the columns x₁, x₂, ..., x_n represent the normalized eigenvectors corresponding to the eigenvalues λ₁, λ₂, ..., λ_n.

To learn more about matrix : brainly.com/question/29132693

#SPJ11

what is definition of variance?

Answers

The variance is a measure of how much the values in a dataset vary or spread out from the average or expected value

In probability theory and statistics, variance is a measure of how much the values in a dataset vary or spread out from the average or expected value. Specifically, it is the average of the squared differences between each value and the mean of the dataset.

More formally, if X is a random variable with expected value E(X), then the variance of X is defined as:

Var(X) = E[(X - E(X))^2]

In simpler terms, variance is a way to quantify how much the values in a dataset deviate from their average. A small variance indicates that the values are closely clustered around the mean, while a large variance indicates that the values are more spread out from the mean.

Learn more about variance here

brainly.com/question/13708253

#SPJ4

...............................

...............................

Answers

Answer:

\(2 \sqrt{10} \)

Option C is the correct option.

Step-by-step explanation:

√ 8 • √ 5

Calculate the product

\( = \sqrt{40} \)

Simplify the radical expression

\( = \sqrt{2 \times 2 \times 10} \)

\( = 2 \sqrt{10} \)

Hope this helps...

Best regards!!

Question 1 (1 point) page 6 #1 Match each spinner with its likelihood to land on black. Column A Column B 1. impossible a 2. unlikely 3. equally likely 4. likely 5. certain b. - o Type here to search

Question 1 (1 point) page 6 #1 Match each spinner with its likelihood to land on black. Column A Column
Question 1 (1 point) page 6 #1 Match each spinner with its likelihood to land on black. Column A Column

Answers

Answer:

1.......c

2.....a

3.....b

4......e

5.....d

Because of the size of the black section,

Melanie is designing a new board game, and is trying to figure out all the possible
outcomes. How many different possible outcomes are there if she spins a spinner
with three equal-sized sections labeled Walk, Run, Stop and spins a spinner with four
equal-sized sections labeled Red, Green, Blue, Orange?

Answers

Answer:

12 possible outcomes

Step-by-step explanation:

If she's spinning them at the same time, this is how you do it:

There are 3 possible outcomes on the first spinner- Walk, Run, and Stop.

There are 4 outcomes on the second spinner- Red, Green, Blue, and Orange.

Since they're being spun at the same time, we need to consider all of the possible combinations, for example:

Walk & Red.

Walk & Green.

Walk & Blue.

Walk & Orange.

And so on.  Each outcome on the first gets multiplied by 4, since there are 4 sections on the 2nd spinner.  Same thing if you did it and switched- the 4 sections on the second spinner would each have 3 different outcomes.

In conclusion, you'd just multiply 3×4, and there you go.  Or, you can think of it as 4+4+4, if that's a little easier to understand.

What is the acceleration of the moon toward earth due to their mutual attraction the massive earth is 5. 98×10 to the 24th power kilograms the distance between them is 3. 8×10 to the eighth power meters and G equals 6. 673×10 to the -11th power newton meter squared per kilograms squared?

Answers

Answer:

  2.76×10^-3 m/s²

Step-by-step explanation:

You want to know the acceleration of the moon toward the Earth, given its distance is 3.8×10^8 meters, Earth's mass is 5.98×10^24 kg, and the gravitational constant is 6.673×10^-11 N·m²/kg².

Acceleration

The acceleration of one body by another is ...

  a = GM/r²

where G is the gravitational constant, M is the body creating the gravitational field, and r is the distance between the masses.

Application

  a = (6.673×10^-11)(5.98×10^24)/(3.8×10^8)² N/kg

  a = (6.673·5.98/3.8²)×10^(-11+24-16) m/s² ≈ 2.76×10^-3 m/s²

The number of siblings for a group of sixth grade students is shown below:
0, 1, 2, 1, 6, 0, 2, 0, 1, 10


Answers

What do you want us to find? Please state more info

Which table shows a proportional relationship?


A) x 1 2 3 4 5

y 4 7 10 13 16

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

B) p 1 3 5 7 9

q 6 8 10 12 14

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

C) r 5 10 15 20 25

s 1 2 3 4 5

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

D) b 0 3 5 7 9

c 0 4 8 12 16

Answers

Answer:

c

Step-by-step explanationThe answer is c because when s goes up one R goes up 5 each time consistantly and that pattern doesnt change.

Other Questions
Which expression is equal to 4x (30 + 7)?A (4 + 30) (4.+7)B. (4 + 30) (30 + 7)C (4x30) + (4x7)D. (4x 30) + (30 27) 1. Why did Truman find it necessary to drop the atomic bombs on Hiroshima and Nagasaki?A To end the war in EuropeB. To force Japan to surrenderC. To prevent Japan from invading the U.S.D. To keep the Soviet Union out of the Pacific A DNA sequence CCC, is transcribed and translated. What amino acid would it be? In this discussion, you and your classmates will engage with the decision-making process by finding and explaining examples of the classic decision-making process in sports. The classic-decision making process is outlined in your textbook and our lecture. You are required to make at least four (4) posts for each discussion. The remaining three discussion posts should respond to other students' initial discussion posts. Instructions In the scene from Moneyball, we saw the Oakland A's working to solve a personnel problem. However, we see that they couldn't all agree on the actual problem. Personal Post In your personal post, please complete the following: Find and identify an example of a sports organization using the classic decision-making model. Briefly explain how your example addressed each step of the classic decision-making model. Which exponential functions represent exponential decay? select all that apply. f(x)=(0.95)2xf of x is equal to 0 point 9 5 raised to the 2 x power , , f(x)=(0.85)xf of x is equal to 0 point 8 5 to the x th power , , f(x)=0.25(1.5)3xf of x is equal to 0 point 2 5 times 1 point 5 raised to the 3 x power , , f(x)=1.8(0.6)xf of x is equal to 1 point 8 times 0 point 6 to the x th power , , f(x)=(1.01)x Write a showing sentence about school that contains voracious. a strong core allows a person to perform daily activities with ease. T/F brad, a student in his final semester, is planning to start his job search soon. in order to find the right job, brad should start thinking like a networker. his first step in building a network should be to start with Uang Danu, Elis, dan Fina jumlahnyaRp 45.000,00. Perbandingan uangDanu, Elis, dan Fina adalah 2 : 3: 4.Berapa rupiah uang mereka masing-masing? PLS HELP QUICK I WILL GIVE YOU BRAINLIESTif (a+b)^2=100 and (a-b)^2=64. What is the value of a^2+b^2? In his confession, Jekyll said that as a young doctor he had wanted toO give his fun loving side more freedomO become more seriousO bring his two personalities togetherO help people Which countries made up the Axis and Allied powers? What were the main goals for each alliance? An increase in aggregate demand causes an increase in ________ only in the short run, but causes an increase in ________ in both the short run and the long run. -3 ( 5 - 2x ) = 3 Show work and you will get Brainliest For her phone service, Kira pays a monthly fee of $13, and she pays an additional $0.05 per minute of use. The least she has been charged in a month is$77.35.What are the possible numbers of minutes she has used her phone in a month?Use m for the number of minutes, and solve your inequality for m. Please help me with thiss: x -x-6 Match the correct letters:Walls are impermeable to water:___ Site of filtration:___ Contains receptors responsive to ADH:___ Passive reabsorption of Na+:___ Contains blood rich in urea:___ Glucose is reabsorbed into the blood:___ Secretion of drugs such as penicillin takes place here:___ Afferent arteriole:___ Which of the following is a symptom of smallpox? Choose all that apply.- Blood can coagulate and clot while circulating in the body.- Rash characterized by raised, fluid-filled vesicles- Swollen lymph nodes (aka buboes)- Shock from over-stimulation of the immune system- Rash characterized by flat, rough, patches- Fever- Flu-like symptoms While listening to a recording of jazz music, Huda hears an emphasis on beats that doesnt seem to follow a set pattern. Sometimes the downbeat is strong; sometimes the downbeat is completely ignored. The pattern hops around throughout the song and creates a lively piece of music. What technique is Huda MOST likely hearing? A. sonata formB. counterpointC. syncopationD. scat Line r is parallel to the graph of 2x 3y = 18. The y-intercept of line ris2. What is the x-intercept of line r?