I need somebody to choose a random amount of time in either minutes or hours. Doesn't matter how long. Thanks!

Answers

Answer 1

Answer:

69 minutes? i don't know haha

Step-by-step explanation:

Answer 2
73 hours

148 minutes

23 minutes

5 hours

Hope this helps with what you are working on. :)

Related Questions

An airplane is flying in a direction of 75° north of east at a constant flight speed of 300 miles per hour. The wind is blowing due west at a speed of 25 miles per hour. What is the actual direction of the airplane? Round your answer to the nearest tenth. Show your work. PLS PLS PLSPLS HELP URGANT

Answers

Answer:

79.7°

Step-by-step explanation:

We resolve the speed of the plane into horizontal and vertical components respectively as 300cos75° and 300sin75° respectively. Since the wind blows due west at a speed of 25 miles per hour, its direction is horizontal and is given by 25cos180° = -25 mph.  We now add both horizontal components to get the resultant horizontal component of the airplane's speed.

So 300cos75° mph + (-25 mph) = 77.646 - 25 = 52.646 mph.

The vertical component of its speed is 300sin75° since that's the only horizontal motion of the airplane. So the resultant vertical component of the airplane's speed is 300sin75° = 289.778 mph

The direction of the plane, Ф = tan⁻¹(vertical component of speed/horizontal component of speed)

Ф = tan⁻¹(289.778 mph/52.646 mph)

Ф = tan⁻¹(5.5043)

Ф = 79.7°

What is the area of a circle whose diameter is 102

Answers

Answer:

area = 8167.14 units ²

Step-by-step explanation:

area = πr²

r = 102/2 = 51

area = (3.14)(51²) = 8167.14 units ²

It is A≈8171.28 because you Using the formulas A= πr2 d=2r
Solving forA
A=1
4πd2=1
4·π·1022≈8171.28249

Mark is going to an awards dinner and wants to dress appropriately. He has one blue dress shirt, one white dress shirt, one black dress shirt, one pair of black slacks, one pair of grey slacks, and one red tie. All six of Mark's possible outfits are listed below.

Ir we take outfits 1, 2, 5, and 6 as a subset of the sample space, which of the statements below describe this subset?

Choose all answers that apply:

(Choice A)
The subset consists of all the outfits that do not have a white shirt.


(Choice B)
The subset consists of all the outfits that have either a blue shirt or a black shirt.


(Choice C)
The subset consists of all the outfits that have a black shirt.


(Choice D)
The subset consists of all the outfits that have a white shirt.

Answers

Solution:

Outfit         Shirt       Slacks        Tie

Outfit 1      Blue        Black         Red

Outfit 2     Blue        Grey          Red

Outfit 3    White       Black         Red

Outfit 4    White       Grey          Red

Outfit 5    Black       Black         Red

Outfit 6    Black       Grey         Red

We take the outfits 1, 2 , 5  and 6 as a subset of the sample space.

So these 1, 2, 5 and 6 consists either a blue shirt or a black shirt.

The subset consists of all the outfits that do not have a white shirt.

So the correct options are :

1. (Choice A)

The subset consists of all the outfits that do not have a white shirt.

2. (Choice C)

The subset consists of all the outfits that have a black shirt.

three line segments have measures of 4 units, 6 units, and 8 units. Will the segments form a triangle?

Answers

Given:

Three line segments have measures of 4 units, 6 units, and 8 units.

To find:

Will the segments form a triangle?

Solution:

We know that three line segments can form a triangle if the sum of two smaller sides is greater than the largest side.

Three line segments have measures of 4 units, 6 units, and 8 units. Here, the measure of the largest sides is 8 units.

The sum of two smaller sides is

[tex]4+6=10[/tex]

[tex]4+6>8[/tex]

Since the sum of two smaller sides is greater than the largest side, therefore the segments will form a triangle.

Evaluate each expression using the values m = 7, r = 8, and t = 2.
1. 5m – 6
2. 4m + t
3. r/t
4. mt
5. 5t + 2m
6. rm
7. 3m – 5t
8. mr/t

PEEEEASSSSEEEE HELP!!!! :(

Answers

So I'll walk through the first 2. Then please try the other ones and let me know if you run into more problems.

5m-6

If m is equal to 7, then replace m with 7.

5(7)-6

5x7=35 so the expression is now 35-6. Solve.

35-6=29

So that was the first one.

4m+t

We just do what we do with the first problem.

4(7)+(2)

4x7=28 so the expression is 28+2.

28+2=28

---

hope it helps

p.s. When there is subtraction, add. When there is division, multiply to cancel that out. When there is multiplication, divide to cancel. etc.

Answer:

1,5(7)-6=29

2,4(7)+2=30

3,8/2=4

4,7*2=14

5,5(2)+2(7)=24

6,8*7=56

7,3(7)-5(2)=11

8,7*8/2=28

(50 POINTS) Express each sum using summation notation.
14. 3 + 3^2/2 + 3^3/3 ... + 3^n/n
15. 1 + 3 + 5 + 7 +... [2(12) - 1]

Answers

14: a

1

=

39

/2                              0.25               313%        16%

15:     54

Use R for this question. Use the package faraway teengamb data (data(teengamb, package="faraway") ) for this question. a. Make a plot of gamble on income using a different plotting symbol depending on the sex (Hint: refer to page 66 in the textbook for similar code).

Answers

The code creates a scatter plot of the "gamble" variable on the "income" variable, with different plotting symbols based on sex, using the "faraway" package in R.

Here's the code to make a plot of the "gamble" variable on the "income" variable using different plotting symbols based on the sex in R:

# Load the required package and data

library(faraway)

data(teengamb)

# Create a plot of a gamble on income with different symbols for each sex

plot(income ~ gamble, data = teengamb, pch = ifelse(sex == "M", 16, 17),

    xlab = "Gamble", ylab = "Income", main = "Gamble on Income by Sex")

legend("topleft", legend = c("Female", "Male"), pch = c(17, 16), bty = "n")

This code will create a scatter plot where the "income" variable is plotted against the "gamble" variable. The plotting symbols used will be different depending on the "sex" variable.

Females will be represented by an open circle (pch = 17), and males will be represented by a closed circle (pch = 16). The legend will indicate the corresponding symbols for each sex.

Make sure to have the "faraway" package installed in R and load it using 'library'(faraway) before running this code.

Read more about scatter plots:

brainly.com/question/6592115

#SPJ4

Given the points a(0, 0), B(e, f), c(0, e) and D(f, o), determine if line segments AB and CD are parallel, perpendicular or
neither

Answers

Perpendicular
Bit confusing but that should be right

Which gives the line of best fit?

Answers

Answer:

B

Step-by-step explanation:

What is the surface area of a right circular cylindrical oil can, if the radius of its base is 4 inches and its height is 11 inches?

a. 85 pi in.2

b. 100 pi in.2

c. 120 pi in.2

d. 225 pi in.2

Answers

your answer should be answer b. 100 pi in.2

Answer:

c

Step-by-step explanation:

Calculate the flux of the vector field F (x,y, z) = 6i - 7k through a sphere of radius 5 centered at the origin, oriented outward. Fhux Calculate the flux of the vector field F (x,y, z) = i - 3j + 9K through a cube of side length 5 with sides parallel to the axes: oriented outward.

Answers

To calculate the flux of a vector field through a surface, we can use the surface integral of the dot product between the vector field and the outward-pointing normal vector of the surface.

Let's first calculate the flux of the vector field F = 6i - 7k through a sphere of radius 5 centered at the origin, oriented outward.

The equation of the sphere centered at the origin is [tex]x^2 + y^2 + z^2 = 5^2.[/tex]

To find the outward-pointing normal vector at each point on the sphere's surface, we normalize the position vector (x, y, z) by dividing it by the magnitude of the vector.

The outward-pointing normal vector is given by N = (x, y, z) / [tex]\sqrt{(x^2 + y^2 + z^2).}[/tex]

Now, we calculate the flux using the surface integral:

Flux = ∬S F · dS,

where S is the surface of the sphere.

The dot product F · dS can be expanded as F · N dS, where dS represents the differential area vector.

The magnitude of the differential area vector on the sphere's surface is given by dS = [tex]r^2[/tex]sin(θ) dθ dφ, where r is the radius of the sphere, and θ and φ are the spherical coordinates.

Since the sphere is symmetric about the origin, the flux will be the same for all points on the surface, and we can simplify the integral as:

Flux = F · N ∬S dS.

To find the flux, we need to calculate the dot product F · N and evaluate the surface integral over the sphere's surface. Let's calculate it:

F = 6i - 7k

N = (x, y, z) /[tex]\sqrt{(x^2 + y^2 + z^2)}[/tex] = (x, y, z) / 5

F · N = (6i - 7k) · (x/5, y/5, z/5) = (6x/5) - (7z/5)

Now, let's evaluate the surface integral over the sphere's surface:

Flux = ∬S F · dS = ∬S (6x/5 - 7z/5) dS

To evaluate the integral, we can use spherical coordinates. The limits of integration will be:

θ: 0 to 2π (complete rotation around the z-axis)

φ: 0 to π (from the positive z-axis to the negative z-axis)

Flux = ∫(φ=0 to π) ∫(θ=0 to 2π) (6r sin(φ) cos(θ)/5 - 7r sin(φ) sin(θ)/5) [tex]r^2[/tex]sin(φ) dθ dφ

Simplifying and evaluating the integral will give you the flux of the vector field through the sphere.

Now, let's move on to calculating the flux of the vector field F = i - 3j + 9k through a cube of side length 5 with sides parallel to the axes, oriented outward.

Since the sides of the cube are parallel to the coordinate axes, the normal vector to each side will be aligned with the corresponding unit vector.

For example, the normal vector to the side with a normal vector i will be (1, 0, 0), and the normal vector to the side with a normal vector j will be (0, 1, 0), and so on.

To calculate the flux, we need to find the dot product between the vector field F and the outward-pointing normal vectors of each side, and then sum up the flux for all six sides of the cube.

Let's calculate the flux for each side of the cube and then sum them up to get the total flux.

Side 1: Outward normal vector = (1, 0, 0)

Dot product = (i - 3j + 9k) · (1, 0, 0) = 1

Side 2: Outward normal vector = (-1, 0, 0)

Dot product = (i - 3j + 9k) · (-1, 0, 0) = -1

Side 3: Outward normal vector = (0, 1, 0)

Dot product = (i - 3j + 9k) · (0, 1, 0) = -3

Side 4: Outward normal vector = (0, -1, 0)

Dot product = (i - 3j + 9k) · (0, -1, 0) = 3

Side 5: Outward normal vector = (0, 0, 1)

Dot product = (i - 3j + 9k) · (0, 0, 1) = 9

Side 6: Outward normal vector = (0, 0, -1)

Dot product = (i - 3j + 9k) · (0, 0, -1) = -9

Now, sum up all the dot products to get the total flux:

Flux = 1 + (-1) + (-3) + 3 + 9 + (-9) = 0

The total flux of the vector field through the cube is zero.

I hope this helps! Let me know if you have any further questions.

Learn more about vector flux  here:

https://brainly.com/question/29739579

#SPJ11

A python curls up to touch the tip of its own tail with its nose, forming the shape of a circle. The python is
2.6
π
2.6π2, point, 6, pi meters long.
What is the radius
r
rr of the circle that the python forms?

Answers

Answer: 1.3

Step-by-step explanation:

The radius of the circle that python forms is 1.3 meters.

What is Circle?

Circle is a two dimensional figure which consist of set of all the points which are at equal distance from a point which is fixed called the center of the circle.

Given that,

Length of python = 2.6π meters

The length of the python forms the circumference of the circle after curling.

Circumference of a circle = 2π r, where r is the radius.

2π r = 2.6π

2r = 2.6

r = 2.6 / 2

r = 1.3

Hence 1.3 meters is the radius of the circle.

To learn more about Circles, click on the link :

https://brainly.com/question/29142813

#SPJ2

Determine whether the polygons to the right are similar. If​ so, write a similarity statement and give the scale factor. If​ not, explain.

Answers

Answer:

(a) Similar polygons; scale factor is 2

(b) Similar polygons; scale factor is 1.5

Step-by-step explanation:

Given

See attachment for polygons

Required

Determine if they are similar or not

Solving (a): The triangle

The angles in both triangles show that the triangles are similar

To calculate the scale factor (k), we simply take corresponding sides.

i.e.

[tex]k = \frac{DF}{BA} = \frac{FE}{AC} = \frac{DE}{BC}[/tex]

[tex]k = \frac{6}{3} = \frac{8}{4} = \frac{10}{5}[/tex]

[tex]k = 2=2=2[/tex]

[tex]k = 2[/tex]

The scale factor is 2

Solving (b): The trapezium

The angles in both trapeziums show that the trapeziums are similar

To calculate the scale factor (k), we simply take corresponding sides.

i.e.

[tex]k = \frac{KN}{GJ}[/tex]

[tex]k = \frac{6}{4}[/tex]

[tex]k = 1.5[/tex]

The scale factor is 1.5

Damien receives an annual salary of $55,300; he is paid weekly, and his regular workweek is 39.5 hours. a) Calculate his regular pay per payment period. b) Calculate his hourly rate of pay. $ c) If his overtime rate is double the regular pay, calculate the overtime rate of pay. d) What is Damien's gross pay for a pay period in which he worked 8 hours overtime at double regular pay?

Answers

Damien's regular pay per payment period is $1,062.50, his hourly rate of pay is $26.87, his overtime rate of pay is $53.74, and his gross pay for a pay period in which he worked 8 hours overtime is $1,492.42.

a) Calculation of Damien's regular pay per payment period: Given, Damien receives an annual salary of $55,300.Damien is paid weekly and his regular workweek is 39.5 hours. Therefore, the regular pay per payment period = 55,300/52 = $1,062.50So, Damien's regular pay per payment period is $1,062.50.

b) Calculation of Damien's hourly rate of pay: Let's calculate the hourly rate of pay for Damien, we will divide the regular pay per payment period by the regular workweek hours. Hourly rate of pay = 1,062.50/39.5 = $26.87Thus, Damien's hourly rate of pay is $26.87.

c) Calculation of Damien's overtime rate of pay: The overtime rate of pay will be double the hourly rate of pay. Hence, Damien's overtime rate of pay will be: Double the hourly rate of pay = 2 × 26.87 = $53.74. Therefore, Damien's overtime rate of pay is $53.74.

d) Calculation of Damien's gross pay for a pay period in which he worked 8 hours overtime at double regular pay: Damien worked 8 hours overtime, so his gross pay for the pay period will be: Regular pay = 39.5 hours × $26.87 per hour = $1,062.50. Overtime pay = 8 hours × $53.74 per hour = $429.92Gross pay = Regular pay + Overtime pay= 1,062.50 + 429.92= $1,492.42Therefore, Damien's gross pay for a pay period in which he worked 8 hours overtime at double the regular pay is $1,492.42.

You can learn more about the payment period at: https://brainly.com/question/30703528

#SPJ11

hypotheses are always statements about which of the following? question content area bottom part 1 choose the correct answer below. sample statistics sample size estimators population parameters

Answers

Hypotheses are always statements about the d. population parameters

Hypotheses are assertions or claims concerning population characteristics stated in statistics. An attribute or value of a population, such the population mean or percentage, is referred to as a population parameter. Based on sample data, hypothese are developed to draw conclusions or inferences about these population attributes.

The hypothesis can be expressed as comparisons of population metrics or as statements of equality or inequality. They serve as a basis for statistical studies and are used to examine certain assertions or research hypotheses. Finding pertinent solutions to the scientific inquiry is the main goal of the hypothesis. It is supported by a few evidences, and experimental methods are used to test the whole statement of the hypothesis.

Read more about Hypotheses on:

https://brainly.com/question/4232174

#SPJ4

Complete Question:

Hypotheses are always statements about which of the following?  choose the correct answer below.

a. sample statistics

b. sample size

c. estimators

d. population parameters

Factoring Perfect Square Trinomials
a^2- 2ab + 4b

Answers

Step-by-step explanation:

[tex]i \: \: think \: \: it \: \: is \: \\ \\ {a}^{2} - 2ab + {b}^{2} \\ \\ that \: is \: for \: \: {(a - b)}^{2} [/tex]

I hope that is useful for you :)

Write the repeating rational number 0.828282… as a fraction.

Answers

Answer:

Step-by-step explanation:0.828282 = 0.828282/1 = 8.28282/10 = 82.8282/100 = 828.282/1000 = 8282.82/10000 = 82828.2/100000 = 828282/1000000

And finally we have:

0.828282 as a fraction equals 828282/1000000

Neil is going to a bookstore 45 miles away. The bridge was closed on the way back, so
he had to take an alternate route and had to drive 15 mph slower, which make the trip
back take 7 minutes longer. How fast was he going on the way to the bookstore?

Answers

man idfk try and figure it out

What is the area?

____ Square millimeters

Answers

Answer:  210 mm²

Step-by-step explanation:

A = 1/2(long base + short base) x height

A = 1/2(18 + 10)(15)

A = 1/2(28)(15)

A = 210 mm²


It a math study guide plz help me

Answers

the answer is 12.57

Step-by-step explanation:

The formula to find circumference is 2×pi×r. Two is the radius. So when you plug it into the formula you get 12.57.

Michelle ordered 200 T-shirts to sell at the school carnival. She paid $2.80 per shirt, plus 5% of the total
order for shipping. When she sells each T-shirt at the carnival, she adds a 150% markup to the total price
she paid for the shirt (including the cost of shipping).
For what price does she sell each T-shirt?

Answers

Answer:

$7.35

Step-by-step explanation:

We have 200 shirts

Cost $2.80 each

plus a 5% charge for shipping.

Selling price

150% markup

Recall when we use percentages, we need to express them as decimals.

Michelle's cost for each shirt was

2.80 (1.05) = 2.94

The markup is

2.94 (1.50) = 4.41

The markup is added to the cost to get the final selling price.

2.94 + 4.41 = $7.35

Michelle will sell each shirt for $7.35

Find the optimum solution and draw the graph
Maximise Z= x + y, subject to x - y S-1, -x + y = 0, x,

Answers

The optimum solution for the maximization problem is Z = 0 at the point (0, 0). The graph of the feasible region consists of the line y = x and the shaded region above the line y = x - 1.

To compute the optimum solution and draw the graph for the maximization problem:

Maximize Z = x + y

Subject to the constraints:

x - y ≤ 1

-x + y = 0

x, y ≥ 0

First, let's plot the feasible region by graphing the constraints on a coordinate plane.

For the constraint x - y ≤ 1, we can rewrite it as y ≥ x - 1. This represents a boundary line with a slope of 1 and a y-intercept of -1. Shade the region above this line to satisfy the constraint.

For the constraint -x + y = 0, rewrite it as y = x. This represents a line passing through the origin with a slope of 1. Plot this line.

Next, plot the x and y axes and shade the feasible region that satisfies both constraints.

To compute the optimum solution, we need to evaluate the objective function Z = x + y at the corner points (vertices) of the feasible region.

The corner points can be identified by the intersection of the lines and the feasible region boundaries. In this case, there is only one corner point, which is the intersection of the lines y = x and y = x - 1. Solving these equations simultaneously gives x = 0 and y = 0.

Thus, the optimum solution occurs at the corner point (0, 0), where Z = 0 + 0 = 0.

Therefore, the optimum solution is Z = 0 at the point (0, 0).

To know more about optimum solution refer here:

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

#SPJ11

Find the metal solution to the linear system of differential equations 937 (b) (2 points) Give a physical description of what the solution curves to this linear system look like. What happens to the solution curves as to 12?

Answers

The solution to the system of equations is[tex]X(t) = c_1 * e^{6t} * [37 \ \ -3] + c_2 * e^{-3t} * [-37\ \ 12][/tex]. The solution curves exhibit a combination of exponential growth and decay, and as t approaches infinity, they converge towards the eigenvector associated with the negative eigenvalue.

To find the general solution to the linear system of differential equations:

[tex]X' = \left[\begin{array}{ccc}9&37\\-1&-3\end{array}\right] X[/tex]

We need to find the eigenvalues and eigenvectors of the coefficient matrix [[9   37] [-1   -3]].

Let A be the coefficient matrix.

The characteristic equation is given by:

det(A - λI) = 0, where λ is the eigenvalue and I is the identity matrix.

The coefficient matrix A - λI is:

[tex]X' = \left[\begin{array}{ccc}9-\lambda&37\\-1&-3-\lambda\end{array}\right] X[/tex]

Setting the determinant equal to zero:

[tex]det (\left[\begin{array}{ccc}9-\lambda&37\\-1&-3-\lambda\end{array}\right] )[/tex]

Expanding the determinant, we get:

[tex](9-\lambda)(-3-\lambda) - (-1)(37) = 0[/tex]

Simplifying the equation, we have:

[tex](\lambda-6)(\lambda+3) = 0[/tex]

Solving for λ, we find two eigenvalues:

[tex]\lambda_1 = 6\\\lambda_2 = -3[/tex]

Next, we find the eigenvectors corresponding to each eigenvalue.

For [tex]\lambda_1 = 6[/tex]:

[tex](A - \lambda_1I)v_1 = 0[/tex]

Substituting the values, we have:

[tex]\left[\begin{array}{ccc}3&37\\-1&-9\end{array}\right] v_1 = 0[/tex]

Solving the system of equations, we find v1 = [37 -3].

For [tex]\lambda_2 = -3[/tex]:

[tex](A - \lambda_2I)v_2 = 0[/tex]

Substituting the values, we have:

[tex]\left[\begin{array}{ccc}12&37\\-1&0\end{array}\right] v_2 = 0[/tex]

Solving the system of equations, we find [tex]v_2[/tex] = [-37 12].

Therefore, the general solution to the linear system of differential equations is:

[tex]X(t) = c_1 * e^{6t} * [37 \ \ -3] + c_2 * e^{-3t} * [-37\ \ 12][/tex]

where [tex]c_1\ and\ c_2[/tex] are constants.

b) The solution curves to this linear system represent trajectories in the state space. The behavior of the solution curves depends on the eigenvalues.

Since we have [tex]\lambda_1 = 6[/tex] and [tex]\lambda_2 = -3[/tex], the system has one positive eigenvalue and one negative eigenvalue. This indicates that the solution curves will exhibit a combination of exponential growth and decay.

As t approaches infinity, the exponential term with [tex]e^{-3t}[/tex] will dominate, and the solution curves will converge towards the eigenvector associated with the negative eigenvalue, [-37   12].

On the other hand, as t approaches negative infinity, the exponential term with [tex]e^{6t}[/tex] will dominate, and the solution curves will diverge away from the origin in the direction of the eigenvector associated with the positive eigenvalue, [37   -3].

In summary, the solution curves will either converge or diverge depending on the initial conditions, and as t approaches infinity, they will converge towards the eigenvector associated with the negative eigenvalue.

Complete Question:

a) Find the metal solution to the linear system of differential equations

[tex]X' = \left[\begin{array}{ccc}9&37\\-1&-3\end{array}\right] X[/tex]

b) Give a physical description of what the solution curves to this linear system look like. What happens to the solution curves as to 12?

To know more about system of equations, refer here:

brainly.com/question/21620502

#SPJ4

Use a unit circle and 30°-60°-90° triangles to find the degree measures of the angle.

angles whose sine is
[tex] \frac{ \sqrt{3} }{2} [/tex]

Options:

30° + n × 360° and 330° + n × 360°

60° + n × 360° and 120° + n × 360°

240° + n × 360° and 300° + n × 360°

150° + n × 360° and 210° + n × 360°

Answers

Answer:

its B

Step-by-step explanation: Cause I have big brain. >:)

Plz help me, correct answers will get brainliest <3

Answers

Answer:

∠ B = 48°

Step-by-step explanation:

The sum of the 3 angles in a triangle = 180°

Subtract the sum of the 2 given angles from 180° for ∠ B

∠ B = 180° - (90 + 42)° = 180° - 132° = 48°

Somebody pls help
Solve the problems. What are the equations of the trend line shown here?

Answers

Answer:

1) y = -7/10x + 21

Step-by-step explanation:

1)

Points (5, 7) and (15, 0)

Slope:

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

m=(0-7)/(15-5)

m=(-7)/10

m= -7/10

Slope-intercept:

y - y1 = m(x - x1)

y - 7 = -7/10(x - 5)

y - 7 = -7/10x + 14

y = -7/10x + 21

utilizando as propriedades dos radicais calcule ⁵√32⁵​

Answers

[tex] \purple{ \tt{ \huge{ \: ✨Answer ✨ \: }}}[/tex]

[tex] \: \: \: \: \: \: \: \: \: \: \: \: \red{ \boxed{ \boxed{ \tt{ \huge{{ \: 32 \: }}}}}}[/tex]

Find the distance between the points (4,10) and (4, -7)

Answers

Answer:

17

Step-by-step explanation:

Hello There!

Once again we are going to use the distance formula to find the answer

[tex]d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

This time we need to find the distance between the points (4,10) and (4,-7)

*we plug in the values into the formula)

[tex]d=\sqrt{(4-4)^2+(-7-10)^2} \\4-4=0\\-7-10=17\\d=\sqrt{0^2+(-17)^2} \\0^2=0\\-17^2=289\\\sqrt{289} =17[/tex]

so we can conclude that the distance between the points (4,10) and (4,-7) is 17 units

picture is shown !

Complete the remainder of the
table for the given function rule:
y = -2x + 9

please help

Answers

It should be 17, 26, 35, 44, 53

Answer:  17; 13; 9; 5; 1

Step-by-step explanation:

y = -2x + 9

When x = -4, y = 17

When x = -2 , y = -2x + 9 = -2(-2) + 9 = 13

When x = 0 , y = -2x + 9 = -2(0) + 9 = 9

When x = 2 , y = -2x + 9 = -2(2) + 9 = 5

When x = 4 , y = -2x + 9 = -2(4) + 9 = 1

eight more than the quotient of a number and four

Answers

Answer:

hi

Step-by-step explanation:

Other Questions
Profiting by buying a product at a specified price in one market and then selling that product in a different market for a higher price is Multiple Choice O a common and easy way to make a profit. bartering. arbitrage. illegal in many markets. What is the surface area of the cylinder with height 5 mi and radius 2 mi? Round youranswer to the nearest thousandth. Plz help me out again thanks!! Lines need to be painted on the field at a football stadium. The painter estimated that one can of paint would last 11 yards. How many cans of paint will be needed to paint the length of the 100-yard field? I've been stuck on this question for two days :,) the answers are A.8 B.10 C.12 D.14 Can someone please tell me the answer? why do the majority of north africans live in large cities on the coasts? which value sets the maximum time lag or latency time for data to be considered useful for business operations? write a equation of a line in slope-intercept form for slope: 5/6, y intercept: 8 Which country was the source of most of the illegal drugs, especially cocaine, that were imported into the US during the 1970s and 1980s?A.MexicoB.ColombiaC.GuatemalaD.BrazilPlease select the best answer from the choices providedABC what biozone(s) would we most likely find pacific white-sided dolphins Which type of lease will not increase a company's assets or long-term liabilities? A. Alease for an asset of a specialized nature with no alternative use at the end of the lease term B. A finance lease C. A lease that transfers ownership of the asset to the lessee by the end of the lease term D. A one-year operating lease Which values are solutions to the inequality below?Check all that apply.x2 < 81A. 6B. 9C. 10D. -4E. -9F. -12 Determine the separation distance between two balloons with charges of +3.6*10^-8 C and -3.2*10^-8 C. They generate an electrical force of -2.2*10^-2 between them. is 0. overline 19 rational or irrational? Explain. Pls help! 100 points and im giving brainliest!! Plss help fast!! Determine if each of the following DEQs is homogeneous: A) X^2 + y^2 + 7xy y' = 0. B) X^2 + y^2 + 5x y' = 0. C) x - y - 8x y' = 0. D) 2x + y = y y'. Enter (1) if homogeneous, or enter (0) if not homogeneous. Use Polynomials to Find Perimeter & AreaFind the area of this rectangle. What work will you do in the future and why? Write a two paragraph persuasive essay and how important economic forces are in society What is role of the enzyme telomerase is to a. What is the average completion (flow) time? (round your response to one decimal place)b. What is the average job lateness? (round your response to one decimal place)c. What is the average number of jobs in the system? (round your response to one decimal place)