What is the slope of the line that passes through the points (-8, -3) and (-24, 1)? Write your answer in simplest form.​

Answers

Answer 1

Answer:

-1/4

Step-by-step explanation:

Y1-Y2/x1-x2

(-3-1)/(-8-(-24))

-4/16

-1/4

Answer 2

Answer:

-1/4

Step-by-step explanation:

We have two points so we can use the slope formula

m = ( y2-y1)/(x2-x1)

    = ( 1 - -3)/(-24 - -8)

    = ( 1+3) / ( -24+8)

    = 4/-16

   = -1/4


Related Questions

Ree-ring dating from archaeological excavation sites is used in conjunction with other chronologic evidence to estimate occupation dates of prehistoric Indian ruins in the southwestern United States. Suppose it is thought that a certain pueblo was occupied around 1292 A. D. (based on evidence from potsherds and stone tools). The following data give tree-ring dates (A. D. ) from adjacent archaeological sites:1189 1267 1268 1275 1275 1271 1272 1316 1317 1230(ii) Assuming the tree-ring dates in this excavation area follow a distribution that is approximately normal, does this information indicate that the population mean of tree-ring dates in the area is different from (either higher or lower than) 1292 A. D. ? Use a 1% level of significance

Answers

The population Mean is lower than 1292 A.D. and lower bound is 1246.45.

We have the data:

1189 1267 1268 1275 1275 1271 1272 1316 1317 1230

So, population Mean

= (1189 + 1267 + 1275 + 1275 + 1271 + 1272 + 1316 + 1317 + 1230) / 9

= 11412/9

= 1268

Now,  t-value for a 90% confidence interval with 8 degrees of freedom (n-1):

t = t(0.05, 8) = 1.860

So, the Lower bound

= X - (t x s/√n)

= 1268- 21.54686

= 1,246.45

Learn more about Population Mean here:

https://brainly.com/question/22936144

#SPJ4

Ann's utility function is U(x,z)=
xz/(x+z)


one: pz=1, Use 1 for " pz

" in your answer. The optimal value of good x is

Answers

This equation is not satisfied for any value of x. Therefore, there is no optimal value of good x in this case.

To find the optimal value of good x in Ann's utility function U(x,z) = xz/(x+z) with pz = 1, we need to maximize the utility function.
To do this, we can take the derivative of the utility function with respect to x and set it equal to zero.
First, let's differentiate the utility function:
dU/dx = (z(x+z) - xz)/(x+z)^2
Setting this equal to zero, we have:
(z(x+z) - xz)/(x+z)^2 = 0
Simplifying, we get:
z(x+z) - xz = 0
Expanding and rearranging, we have:
xz + z^2 - xz = 0
Simplifying further, we get:
z^2 = 0
Since pz = 1, we can substitute z = 1 into the equation:
1^2 = 0
This equation is not satisfied for any value of x. Therefore, there is no optimal value of good x in this case.

To know more about optimal value visit:

https://brainly.com/question/31326259

#SPJ11

pls help asap if you can!!!!

pls help asap if you can!!!!

Answers

The statement that proves that angle XWY is equal to angle ZYW is

A. If two parallels are cut by a transverse, then alternate interior angles are congruent

What are alternate interior angles

Alternate interior angles are a pair of angles that are formed on opposite sides of a transversal line when two parallel lines are intersected by the transversal.

When a transversal intersects two parallel lines, it creates eight angles. Among these angles, the alternate interior angles are located on the inside of the parallel lines and on opposite sides of the transversal.

In a parallelogram, the two opposite sides are parallel to each other hence the line crossing them will lead to formation of alternate interior angles

Learn more about alternate interior angles at

https://brainly.com/question/20344743

#SPJ1

The equation Ax - 4y + 2 = 0 represents a linear relation.
Determine the value of A if the point (6,5) belongs to the relation.

Answers

Answer:

The value of A is 3.

Step-by-step explanation:

In order to determine the value of A if the point (6,5) belongs to that linear relation, we need to apply the coordinates for that point on the equation and solve it for A. This is shown below:

A*x  - 4*y + 2 = 0

A*(6) - 4*(5) + 2 = 0

6*A -20 + 2 = 0

6*A - 18 = 0

6*A = 18

A = 18 / 6

A = 3

The value of A is 3.

Jerome, kevin and seth shared a submarine sandwhich. Jerome ate 1/2 of the sandwich , kevin ate 1/3 of the sandwich, and seth ate the rest. What is the ratio of jerome's share to kevin's share to kevin's share to seth's share?

Answers

Given:

Jerome ate 1/2 of the sandwich , Kevin ate 1/3 of the sandwich, and Seth ate the rest.

To find:

The ratio of jerome's share to kevin's share to seth's share.

Solution:

Jerome ate 1/2 of the sandwich. So,

Jerome's share = \(\dfrac{1}{2}\)

Kevin ate 1/3 of the sandwich. So,

Kevin's share = \(\dfrac{1}{3}\)

Seth ate the rest. So,

Seth's share = \(1-\dfrac{1}{2}-\dfrac{1}{3}\)

                     = \(\dfrac{6-3-2}{6}\)

                    = \(\dfrac{1}{6}\)

The ratio of jerome's share to kevin's share to seth's share is:

\(\dfrac{1}{2}:\dfrac{1}{3}:\dfrac{1}{6}\)

To simplify the ratio multiply the ratio by 6.

\(\dfrac{1}{2}\times 6:\dfrac{1}{3}\times 6:\dfrac{1}{6}\times 6\)

\(3:2:1\)

Therefore, the ratio of jerome's share to kevin's share to seth's share is 3:2:1.


Given the vector V1 with values (3,5,6,7,8,9) and the vector V2
with values (5,7,8,9,10), does runing the rbind() function of on V1
and V2 gives a warning?
true or false

Answers

True. Running the r bind function on V1 and V2 would give a warning.

The rbind function in R is used to combine or bind vectors, matrices, or data frames by rows. However, when using rbind(), the vectors being combined should have the same number of columns.

In this case, V1 has 6 elements, while V2 has 5 elements. Since the number of columns doesn't match, the r bind function would give a warning indicating that the binding operation is not possible due to the mismatched number of columns.

When attempting to combine V1 and V2 using rbind, R would throw a warning message similar to: "number of columns of result is not a multiple of vector length (arg x)". This warning indicates that the operation cannot be performed as intended due to the unequal number of elements in the vectors.

Therefore, running the rbind() function on V1 and V2 would result in a warning.

Learn more about bind function from below link

https://brainly.com/question/32657241

#SPJ11

Help please this is complicated

Help please this is complicated

Answers

Answer:

2=29

3=x?

kris kross

2x=3×29

2x=87

divide both sides by two

x=43.5

and

3=43.5

so find by this method

what is 15-10c=13 worked out

Answers

Answer:

\(15 - 10c = 13 \\ 10c = 15 - 13 \\ 10c = 2 \\ c = \frac{2}{10} \\ c = \frac{1}{5} \)

For the random variables below, indicate whether you would expect the distribution to be best described as geometric, binomial, Poisson, exponential, uniform, or normal. For each item, give a brief explanation of your answer. Please be specific in the explanation
1. The number of days that we have to wait before the first Daily 4 number drawn in the California State Lottery is a 6. (Each day, this number is equally likely to be any of the 10 digits.)
2. The amount of time before the next plane crash in the United States.
3. The number of typographical errors on a page in the rough draft of a report.
4. The number of times that a rifle shooter hits a target if he shoots 10 times.
5. The number of phone calls that a salesperson gets in the next hour.
6. The number of minutes that the salesperson is waiting before her next phone call.
7. The time of day that a meteor enters the Earth's atmosphere.

Answers

1. The number of days that we have to wait before the first Daily 4 number drawn in the California State Lottery is a 6.

This can be best described as a geometric distribution. The geometric distribution models the number of trials needed to achieve the first success in a sequence of independent trials with a constant probability of success.

In this case, each day can be considered a trial, and the probability of success (drawing the number 6) is the same for each trial (1/10).

2. The amount of time before the next plane crash in the United States.

This cannot be easily classified into one specific distribution. The occurrence of plane crashes typically does not follow a specific distribution pattern, and the time between crashes can vary widely.

It may be more appropriate to consider an exponential distribution, assuming that the events occur randomly and independently over time.

3. The number of typographical errors on a page in the rough draft of a report.

This can be best described as a Poisson distribution. The Poisson distribution is used to model the number of events that occur in a fixed interval of time or space, given a known average rate of occurrence.

In this case, the typographical errors occur randomly and independently on the page, and the average rate of occurrence can be estimated.

4. The number of times that a rifle shooter hits a target if he shoots 10 times.

This can be best described as a binomial distribution. The binomial distribution models the number of successes (hitting the target) in a fixed number of independent trials (shooting 10 times), where each trial has the same probability of success (hitting the target).

The probability of hitting the target can be estimated based on the shooter's skill level.

5. The number of phone calls that a salesperson gets in the next hour.

This can be best described as a Poisson distribution. The Poisson distribution is commonly used to model the number of events that occur in a fixed interval of time, given a known average rate of occurrence.

In this case, the phone calls occur randomly and independently, and the average rate of occurrence can be estimated.

6. The number of minutes that the salesperson is waiting before her next phone call.

This can be best described as an exponential distribution. The exponential distribution is commonly used to model the time between events in a Poisson process, where events occur randomly and independently over time.

In this case, the salesperson's waiting time follows an exponential distribution if the phone calls arrive randomly and independently according to a Poisson process.

7. The time of day that a meteor enters the Earth's atmosphere.

This cannot be easily classified into one specific distribution. The time of day that a meteor enters the Earth's atmosphere is subject to various factors and is not expected to follow a specific distribution pattern.

It may be more appropriate to consider a uniform distribution if the meteor entry times are equally likely throughout the day or a more complex distribution if there are known patterns or influences on meteor entry times.

To know more about geometric distribution refer here

https://brainly.com/question/30478452#

#SPJ11

Please helpI only have Five minutes to complete the problem.

Please helpI only have Five minutes to complete the problem.

Answers

Answer:

D

Step-by-step explanation:

Find an equation of the line (in slope-intercept form) that passes through the points (1,2) and (2,3).

Answers

The required equation of the line is y = x + 1

Slope Intercept Form of a line:

One of the common ways to describe the equation of a line is in the slope-intercept form of the line. You may use this formula to determine a line's equation given its slope and y-intercept.

The Slope intercept form of a line is y = mx + c,

where m is slope and c is the y-intercept

   

Here we have

Points (1, 2) and (2, 3)

The Slope intercept form of a line is y = mx + c,

As we know, Slope (m) = (y₂ - y₁)/(x₂ - x₁)  

=> Slope of required line = (3 - 2)/(2 - 1) = 1/1 = 1

=> Slope, m = 1

The equation of the line will be: y = (1)x + c,

=> y = x + c

Since (1, 2) passes through the line

=> 2 = 1 + c

=> c = 1

then the equation will be y = x + 1  

     

Therefore,

The required equation of the line is y = x + 1  

Learn more about the Slope intercept form at

brainly.com/question/17878329  

#SPJ1

Which function describes the sequence 4, 12, 36, 108, ... for n = 1, 2, 3, 4...?

a) f(n) = 2" + 1

b) f(n) = 3n

c f(n) = (n − 1)2 + 3

d) f(n) = 4.3"-1

Answers

Answer:

d) f(n) = 4 . 3^(n-1)

______________

Help please lol

A tree casts a shadow 30ft long. A 6ft man casts a shadow 15ft long. The triangle formed by the tree and its shadow is similar to the triangle formed by the man and his shadow. How tall is the tree

Answers

Step-by-step explanation:

exactly.

this creates 2 similar triangles.

that means all angles are the same. and all the side lengths of one triangle correlate to the corresponding side lengths of the other triangle by the same multiplication factor.

15 × f = 30

f = 30/15 = 2

and now the same factor applies also to the relation of the heights :

6 × 2 = 12 ft

the tree is 12 ft tall.

for every 1-kilometer increase in altitude, the temperature drops 7 degrees Celsius. Find the temperature change from a 5-kilometer altitude increase.

Answers

The temperature change from a 5 - kilometer altitude increase is 35 degrees.

It is given in the question that for every 1-kilometer increase in altitude, the temperature drops 7 degrees Celsius.

We have to find the temperature change from a 5-kilometer altitude increase.

As, for 1 km altitude increase, the temperature drops by 7 degrees, hence by using unitary method, we can say that,

For 5 km altitude increase, the temperature will decrease by 7*5 = 35 degrees.

Unitary Method

The unitary method is generally a way of finding out the solution of a problem by initially finding out the value of a single unit, and then finding out the essential value by multiplying the single unit value.

To learn more about unitary method, here:-

https://brainly.com/question/22056199

#SPJ1

Please help, will mark as brainlest

Please help, will mark as brainlest
Please help, will mark as brainlest

Answers

Answer:

Step-by-step explanation:

we should do multiplications first:

1)

\(1)12a^{2}*3ba=12a^{3}b\\2)2ab*3ab^{2}=6a^{2}b^{3}\\3)11aba=11a^{2}b\\4)12a^{3}b+6a^{2}b^{3}+11a^{2}b=a^{2}b(12a+6ab^{2}+11)\)

2)

\(1)1.5xy^{2}*(-4)xyz=-6x^{2}y^{3}z\\2)-4mnk*5m^{2}n^{3}k=-20m^{3}n^{4}k^{2}\\3)-6x^{2}y^{3}z-20m^{3}n^{4}k^{2}\)

Please help with #28 I’m really struggling to figure this answer out!

Please help with #28 Im really struggling to figure this answer out!

Answers

Answer:

cant help you i dont one suck

12) The sum of two natural numbers is 30. If one of the numbers is one-
fifth of the other, then what is the product of both the numbers?
a) 5
b) 25
c) 30
d) 125​

Answers

Answer:

D.) 5 x 25 = 125

Step-by-step explanation:

The two numbers are 25 and 5. If you take 1/5 of 25, or simply divide by 5, you will get 5.

Answer:

A) X + Y = 30

B) X = .2Y OR X - .2Y = 0

We subtract B) from A)

1.2Y = 30

Y = 25  X = 5

X * Y = 125

Answer is d.) 125

Step-by-step explanation:

what is the slope of a line passing through the points (-7,-2) and (5,-6)

Answers

Answer:

-4/12

Step-by-step explanation:

This is true because what you do is y2-y1 over x2-x1 and you get uyour answer easily

Sam has already biked 12 miles plus 1/4 of the total distance he will travel today. He still needs to bike 3/8 of the total distance plus 9 more miles to complete his trip. What is the total distance he will travel today?

Answers

The total distance Sam will travel is 56 miles.

What is a Fraction?    

A Fraction is a number that is a part of a whole. It is denoted by \(\frac{a}{b}\) form. In which the upper part 'a' denotes the numerator and the lower part 'b' denotes the denominator.

Let d be the total distance travelled by Sam.

Then, he travelled 12 miles plus 1/4 total distance = 12+ \(\frac{1}{4}\)(d)

He still needs to travel = \(\frac{3}{8}\)(d)+9

Total distance,d = 12+\(\frac{1}{4}\)(d)+\(\frac{3}{8}\)(d)+9

                       d = 12+9+\(\frac{5}{8}\)(d)

                       d = \(\frac{96 +72+5d}{8}\)

                     8d = 96+72+5d

               8d-5d = 168

                       d = \(\frac{168}{3}\)

                       d= 56 miles.

Hence, total distance Sam will travel today is 56 miles.

   

Learn more about Fractions here:

https://brainly.com/question/1301963

#SPJ1      

Please help
Write an equation of the line in point-slope form that passes through the given points in the table. Then write the equation in slope-intercept form.
An equation of the line in point-slope form is
(Simplify your answer. Type an equation. Type your answer in point-slope form. Use integers or fractions for any numbers in the equation)

Please help Write an equation of the line in point-slope form that passes through the given points in

Answers

The equation of the line in slope-intercept form is y = 6x + 55.

Describe Equation?

Equations can involve variables, which are placeholders for unknown values that we wish to find. For example, the equation x + 3 = 7 asserts that the value of x plus 3 is equal to 7. We can solve for x by subtracting 3 from both sides of the equation, obtaining x = 4.

Equations can be linear or nonlinear, and they can involve one or more variables. They can be represented in various forms, such as standard form, slope-intercept form, or quadratic form.

To find the equation of the line in point-slope form, we need to first find the slope of the line. We can use any two points from the table to find the slope using the formula:

slope = (change in y)/(change in x)

Let's use the first and last points in the table:

slope = (295 - 175)/(40 - 20) = 120/20 = 6

Now we can use the point-slope form of the equation of a line:

y - y1 = m(x - x1)

where m is the slope and (x1, y1) is any point on the line. Let's use the first point (20, 175):

y - 175 = 6(x - 20)

To write this equation in slope-intercept form, we need to isolate y:

y - 175 = 6x - 120

y = 6x + 55

So the equation of the line in slope-intercept form is y = 6x + 55.

To know more about line visit:

https://brainly.com/question/28947895

#SPJ1

Candy choices at the movie theater are an example of which type of data? Statistic Extreme Qualitative Quantitative

Answers

The example of choosing candy falls under the dignified criteria of Qualitative data. Then the correct option required is Option B.

Qualitative data refers to data that is considered descriptive and conceptual which are collected through questionnaires, observation, and interviews. candy choices in the given question fall under the description of Qualitative data. Due to the  following reasons

It is non-numerical and readily describes the characteristics of objects, people, places, etc.No calculations are included for choosing a particular option that will in conclusion help in determining the better candy.No involvement of 2nd person's preferences or choices to find a suitable candy.No limiting variables to hold the imagination, are required to select the perfect candy.  

To learn more about Qualitative data,

https://brainly.com/question/8064831

#SPJ4

Find the box-and-visker plot representing the given data:44, 38, 21, 37, 48, 43, 28

Find the box-and-visker plot representing the given data:44, 38, 21, 37, 48, 43, 28

Answers

Given:

44, 38, 21, 37, 48, 43, 28

To find the box-and-Visker plot representing the given data:

Let us write it in ascending order.

21, 28, 37, 38, 43, 44, 48.

The median of the given data is 38.

The median of the first three terms is 28.

The median of the last three terms is 44.

The lowest of the given data is 21.

The highest of the given data is 48.

Hence, the correct option c.

a) Write an equation for the line of best fit.


Y=-0.007x+13.713


5. The data below shows the population of a city,


In millions of people, since 1950.


Year Population


1950 1.75


1960 1.68


1970


1.52


1980


1.16


TO


b) Estimate the population of the city in 2020.


1990


1.04


2000


0.98

Answers

Answer  

Step-by-step explanation:

In millions of people, since 1950

(1 point) how many terms of the series do we need to add in order to find the sum to the indicated accuracy? ∑n=1[infinity](−1)n−1n2,error≤0.002.

Answers

To determine the number of terms we need to add in order to find the sum of the series with an error less than or equal to 0.002, we can use the concept of the Alternating Series Estimation Theorem.

The Alternating Series Estimation Theorem states that for an alternating series with terms decreasing in absolute value, the error in approximating the sum of the series by the sum of a finite number of terms is less than or equal to the absolute value of the next term.

In the given series, ∑n=1[infinity](−1)n−1n^2, the terms are decreasing in absolute value as n increases, so we can apply the Alternating Series Estimation Theorem.

The next term in the series, which determines the error, is given by (-1)^n * (n+1)^2. To ensure the error is less than or equal to 0.002, we need to find the smallest value of n such that:

|(-1)^n * (n+1)^2| ≤ 0.002

We can solve this inequality by testing values of n until we find the smallest value that satisfies it. Starting with n = 1:

|(-1)^1 * (1+1)^2| = 4 > 0.002

The inequality is not satisfied for n = 1.

Let's continue testing values of n:

|(-1)^2 * (2+1)^2| = 9 > 0.002

|(-1)^3 * (3+1)^2| = 16 > 0.002

|(-1)^4 * (4+1)^2| = 25 > 0.002

|(-1)^5 * (5+1)^2| = 36 > 0.002

|(-1)^6 * (6+1)^2| = 49 > 0.002

...

After testing a few values, we can see that the smallest value of n that satisfies the inequality is n = 9:

|(-1)^9 * (9+1)^2| = 100 > 0.002

Therefore, we need to add at least 9 terms in order to find the sum of the series with an error less than or equal to 0.002.

To learn more about Alternating Series Estimation Theorem. refer below

https://brainly.com/question/31418152

#SPJ11

Which choice is equivalent to the quotient shown here when X>0? Square Root 18x divided by square root 32

Which choice is equivalent to the quotient shown here when X>0? Square Root 18x divided by square

Answers

Answer:

The answer is A

Step-by-step explanation:

3√x/4 is the equivalent expression of the expression  √18x ÷ √32

What is Expression?

An expression is combination of variables, numbers and operators.

The given expression is √18x ÷ √32

We have to find the equivalent expression

Equivalent expressions are expressions that work the same even though they look different.

√18x/√32

√9×2x/√16×2

3√2x/4√2

The square root two in numerator and denominator will be cancelled

3√x/4

Hence, 3√x/4 is the equivalent expression of the expression  √18x ÷ √32

To learn more on Expressions click:

https://brainly.com/question/14083225

#SPJ7

In the diagram below, PQ is parallel to MN. If PQ, is 22 more than MP, PO=12, and MN=12, find the length of MP. Figures are not necessarily drawn to scale. State your answer in the simplest radical form, if necessary.

In the diagram below, PQ is parallel to MN. If PQ, is 22 more than MP, PO=12, and MN=12, find the length

Answers

The measure of the length MP is equal to 6.

What are similar triangles?

Two triangles are similar triangles if they have the same corresponding angle measures and proportional side lengths.

Given is a triangle ΔOMN.

Now, ΔOMN and ΔOPQ are similar. This means that the side lengths are proportional to each other. We can write -

OP/OM = PQ/MN

12/OM = PQ/MN

12/(OP + PM) = PQ/MN

It is given that -

PQ = MP + 2

12/(OP + PM) = (MP + 2)/MN

12MN = (MP + 2)(OP + PM)

12 x 12 = (MP + 2)(MP + 12)

(MP)² + 12MP + 2MP + 24 = 144

(MP)² + 14(MP) - 120 = 0

Let MP = x, then we can write -

x² + 14x - 120 = 0

(x + 20)(x - 6) = 0

(x + 20) = 0   and    (x - 6) = 0

x = - 20   and   x = 6

x = 6      {Lengths cannot be negative}

Therefore, the measure of the length MP is equal to 6.

To solve more questions on similar triangles, visit the link below -

https://brainly.com/question/14926756

#SPJ1

Pls help asap, will do brainlest

Pls help asap, will do brainlest

Answers

Answer:

i got 2730 hope its right

Step-by-step explanation:

Which value would complete the table to make the relationhip between the two quantitie proportional?

x 1 2 3 4 5
y 26. 8 53. 6 ? 107. 2 134

Answers

The value that would complete the table to make the relationship between the two quantity proportional is 4.

what is quantity proportional?

When two quantities are proportional, their relationship is constant for all values and as one quantity rises, the other rises as well.

A proportional relationship exists between two quantities if they can be written in the general form y = kx, where k is the proportionality constant. In other words, the ratio between these amounts never changes. In other words, no matter which pair of the two numbers you divide, you always obtain the same number k.

The value that would complete the table to make the relationship between the two quantity proportional is 4.

To know more about quantity proportional visit:-

https://brainly.com/question/21752723

#SPJ4

Yardım edin çözümüyle pls diğerlerini yaptım bunu yapamadım​

Yardm edin zmyle pls dierlerini yaptm bunu yapamadm

Answers

The Answer:

T = -26/5

If you are not a goofy ah please answer this

If you are not a goofy ah please answer this

Answers

Answer:

72

Explanation:

First, we can find the top and bottom smaller squares of the rectangular prism. Since we are working with a variety of rectangles, we only need to use the equation L×W.

To start with, let's multiply 2×3, which gives us 6, the surface area of both the bottom and top rectangles, so now we need to multiply it by 2 to account for both of them. 6×2=12

Now, we'll find the surface area of the bigger rectangles in the middle, which are 6 by 3, so again we will need to multiply length times width, then by 2 to count both rectangles. 6×3=18×2=36

Finally, we can find the surface area of the smaller rectangles in the middle, which are 6 by 2. 6×2=12, then multiply by 2 since there are 2 of those rectangles, 12×2=24

Now to find the total surface area, we need to add the gathered surface area from each shape, 12+36+24=72

Other Questions
Which property would cesium most likely have? It is hard. It is ductile. It is a gas. It has low reactivity. In 1916, Congress passed the Keating-Owens Act which banned _______________________, but the U.S. Supreme court ruled it _____________________ two years later. Solve:b. m1= m2= m3= What was a major cause of the mad scramble for African territory by European powers in the 1880s? clinical research informatics is a sub-domain of computational biology. Always make the melody sound the same throughout the song. t or f How do you write this number using words?44,038 6. How much time will it take for a plane moving 100 km/h to move 600 kilometers? * Conjunto de sofs com design mais recente vipfurnitureonline. Pt. Find solutions for your homework Find solutions for your homework businesseconomicseconomics questions and answers. fill in blanks in the table below for this demand equation P = 10 1 2 . answer the following questions based on your answer in the table above: a. does a decrease in price necessarily increase total revenue? b. for what price the total revenue is maximum? what is the price elasticity of demand for that price? Question: . Fill In Blanks In The Table Below For This Demand Equation P = 10 1 2 . Answer The Following Questions Based On Your Answer In The Table Above: A. Does A Decrease In Price Necessarily Increase Total Revenue? B. For What Price The Total Revenue Is Maximum? What Is The Price Elasticity Of Demand For That Price? . Fill in blanks in the table below for this demand equation P = 10 1 2 . Answer the following questions based on your answer in the table above: a. Does a decrease in price necessarily increase total revenue? b. For what price the total revenue is maximum? What is the price elasticity of demand for that price? Price (P) Quantity Demanded (QD) Total Revenue Price Elasticity of Demand Price 10 9 8 7 6 5 4 3 2 1 Do some quick research to find three signs in ASL that have become outdated or have somehowchanged over the years. Describe the change and develop an explanation for why those termsfell out of use or why they took on a new meaning-or shape-from the original, which of the following are types of utility received by users of a product? (select all that apply) Please help i really need to do this :D 5. A shiny, gold-colored bar of metal weighing 57.3 g has a volume of 4.7 cm 3 . Is the bar of metal puregold? (The density of gold is 19.3 g/cm 3 )6. The density of dry air measured at 25C is 1.19 x 10 -3 g/ml. What is the volume of 50.0 g of air?7. A student measures has a sample of pure aluminum which has a density of 2.70 g/ml. If the samplehas a volume of 50.0 ml, what would be its mass?8. A light beam has a wavelength of 475 nm (nanometers). How many meters would this be? What is the area pleaseTroll answers will be reported from 3 different alts Because there can be too much acetyl-CoA available right after eating, in the presence of ____, the liver converts it into ____ What is the simple interest on $2500 invested at an interest rate of 6% for 2 years? The first Web browser that could handle graphics was called which of the following?a)mosaicb)bob kahn and vint cerfc)urld)all the above If the receptor on the postsynaptic membrane binds to norepinephrine, the synapse is called:__________ If a jet flies due west with the same angular velocity relative to the ground at the equinox, the Sun as viewed from the jet will stop in the sky. If we assume that, for a given location, Earths radius is about 3060 miles and the earth rotates with an angular velocity of /12 radians (or 15) per hour toward the east, how fast in miles per hour would the jet have to travel west for this to happen? Show your work and explain your process.