What expression is equivalent to 18 1/5 ( -22 2/5 ) - (-40 1/5 )

Answers

Answer 1

(18 1/5 * (-22 2/5)) - (-40 1/5) = -367.48


Related Questions

A normal distribution has a mean of 30 and a variance of 5.Find N such that the probability that the mean of N observations exceeds 30.5 is 1%.​

Answers

Answer:

109

Step-by-step explanation:

Use a chart or calculator to find the z-score corresponding to a probability of 1%.

P(Z > z) = 0.01

P(Z < z) = 0.99

z = 2.33

Now find the sample standard deviation.

z = (x − μ) / s

2.33 = (30.5 − 30) / s

s = 0.215

Now find the sample size.

s = σ / √n

s² = σ² / n

0.215² = 5 / n

n = 109

Question 1 plz show ALL STEPS

Answers

Answer:

1a= 10

Step-by-step explanation:

[tex]f(g(1) = 3( - 2(1) + 7) - 5[/tex]

[tex] = 3(5) - 5 [/tex]

[tex]15 - 5 = 10[/tex]

Answer:

Step-by-step explanation:

f(x) = 3x - 5

g(x) = - 2x + 7

(a). f(g(1)) = 10

g(1) = - 2(1) + 7 = 5

f(5) = 3(5) - 5 = 10

(b). f(g( - 4)) = 40

g( - 4) = - 2( - 4) + 7 = 15

f(15) = 3(15) - 5 = 40

(c). g(f( - 2)) = 29

f( - 2) = 3( - 2) - 5 = - 11

g( - 11) = - 2( - 11 ) + 7 = 29

(d). g(f(3)) = - 1

f(3) = 3(3) - 5 = 4

g(4) = - 2(4) + 7 = - 1

1. Write a survey question for which you would expect to collect numerical
data.
2. Write a survey question for which you would expect to collect categorical
data.

Answers

Answer:

How many siblings do you have?

I hope this helps you out :)

The check_time function checks for the time format of a 12-hour clock, as follows: the hour is between 1 and 12, with no leading zero, followed by a colon, then minutes between 00 and 59, then an optional space, and then AM or PM, in upper or lower case. Fill in the regular expression to do that. How many of the concepts that you just learned can you use here

Answers

Answer:

Following are the correct code to this question:

import re#import package for regular expression

def check_time(text):#defining a method check_time that accepts string value  

   p = r'(1[012]|[1-9]):[0-5][0-9][ ]{0,1}?(am|pm|AM|PM)'#defining string variable p that stores values

   val = re.search(p, text)#defining val variable that check serachs p and text variable values

   return val!= None#use return keyword to return val value

print(check_time("12:45pm"))#defining print method that calls method by input value  

print(check_time("9:59 AM")) #defining print method that calls method by input value

print(check_time("6:60 am")) #defining print method that calls method by input value

print(check_time("five o'clock"))#defining print method that calls method by input value

Output:

True

True

False

False

Step-by-step explanation:

In the above-given program, some data is missing that is code file so, the correct code can be defined as follows:

In the above-given method, that is "check time" it uses 12-hour time format validation, that is tested by coding the regex and  all the value validates in the "val" variables, that can be defined as  follows:  

In the first step, its values should be in  1,2,3, ... 10,11,12   In the second step, it values in Between hour and minutes, and there will be a colon.  In the third step, the minutes variable should take the double-digit, that will be like  00,01 .... 59.  In the last step, one space becomes permitted after an hour: a minute or no space for am or pm value.

Given that the sum of squares for error is 60 and the sum of squares for regression is 140, then the coefficient of determination is:

Answers

Answer:

0.7

Step-by-step explanation:

The coefficient of determination which is also known as the R² value is expressed as shown;

[tex]R^{2} = \frac{sum\ of \ squares \ of \ regression}{sum\ of \ squares \ of total}[/tex]

Sum of square of total (SST)= sum of square of error (SSE )+ sum of square of regression (SSR)

Given SSE = 60 and SSR = 140

SST = 60 + 140

SST = 200

Since R² = SSR/SST

R² = 140/200

R² = 0.7

Hence, the coefficient of determination is 0.7. Note that the coefficient of determination always lies between 0 and 1.

The coefficient of determination of the dataset is 0.7

The given parameters are:

[tex]SSE = 60[/tex] --- sum of squared error

[tex]SSR = 140[/tex] --- sum of squared regression

Start by calculating the sum of squared total (SST)

This is calculated using

[tex]SST =SSE + SSR[/tex]

So, we have:

[tex]SST =60 +140[/tex]

[tex]SST =200[/tex]

The coefficient of determination (R^2) is then calculated using

[tex]R^2 = \frac{SSR}{SST}[/tex]

So, we have:

[tex]R^2 = \frac{140}{200}[/tex]

Divide

[tex]R^2 = 0.7[/tex]

Hence, the coefficient of determination is 0.7

Read more about coefficient of determination at:

https://brainly.com/question/15804563

Page No 9s is it possible to have a triangle with following sides? 4.cm, 5cm, 6cm​

Answers

Answer:

yes it's possible

Step-by-step explanation:

In any triangle, the sum of the lengths of any two sides must be greater than the length of the third side. ... This sum must be greater than the length of the longest side.

5.
The width of a rectangle is one foot more than a third of the length. If the
perimeter is 42 feet, what is the width? What is the length?

Answers

Well, the formula for the perimeter of a rectangle is:
2l + 2w.
So, by plugging in our values of the length and width, we can easily find an answer:
length = L
width = 1 + L ( 1/3 )
2 ( L ) + 2 ( L ( 1/3 + 1 ) = 42
2l + 2/3( L ) + 2 = 42
8/3 ( L ) = 40
L = 40 * 3/8
L = 15
Therefore, the length is 15 and the width is 6.

What is the midpoint between A(-6,1) and B(0,2)?

Answers

Answer:

(-3, 3/2)

Step-by-step explanation:

To find the midpoint between two points you are going to add the X1 and X2, then divide by two. Then you are going to add the Y1 and Y2, and divide by two.

A(-6,1)       B(0,2)

= (-6+0, 1+2)

= (-6, 3)

=(-6/2, 3/2)

=(-3, 3/2)

multiple choice plz answer be the correct answer and show working out if can it has to be correct plz "multiple coordinate transfermation"

Answers

Answer:

Solution : Option B

Step-by-step explanation:

1. This point first underwent a translation of 1 unit up and 4 units left. After a translation of 1 unit up, the coordinate would be ( - 2, 8 ), and after moving 4 units left the coordinate would be ( - 6, 8 ). This is our new point after the translation.

2. Next, point ( - 6, 8 ) was reflected about the x - axis. This would make the coordinate ( - 6, - 8 ) - as it now enters the third quadrant, where all possible x and y coordinates are taken to be negative.

3. Now point ( - 6, - 8 ) is rotated 90 degrees anticlockwise about the origin. Remember that this point is in the third quadrant. If it moves anticlockwise 90 degrees, it will end up in the fourth quadrant, seemingly at point ( 8, - 6 ).

PLZZZZZZZZ HELP ME I WILL GIVE BRAINLIEST TO THE FASTEST AND MOST ACCURATE

Answers

Answer:

10/1 +54/-6

Step-by-step explanation:

Is this the answer?

I don’t think this is the right answer but I might believe it so:
And then subtract 10-9 which is 1
So 1 is your final answer.

An unfair coin is flipped. If a head turns up you win $1. The probability of a head is .54 and the probability of a tail is 0.46. What is the expected value of the game

Answers

Answer:

54 cents

Step-by-step explanation:

(.54 * 1)+(.46*0) = .54

25. After a horizontal reflection across the y-axis, f(x) is: options: f(–x) f(x – 1) –f(–x) –f(x)

Answers

Answer:

A,  f(–x)

Step-by-step explanation:

Reflection about the y-axis is defined as:

f(x) = - f(-x)

So the correct answer is

A,  f(–x)

Help plz! Jim is climbing a mountain that has a base 150 feet above sea level. If he climbs 233 feet then descends into a cave 64 feet, how far above sea level is Jim

Answers

150+233-64=319
Jim is 319 ft above sea level.

Answer:

150+233-64=319

Jim is 319 ft above sea level.

Step-by-step explanation:

Evaluate: 2-4
1
O A.
loo
O B.-8
O c.
1
16
O D.-16

Answers

Answer:

c is the answer

[tex] \frac{1}{16} [/tex]

A vat of milk has spilled on a tile floor. The milk flow can be expressed with the function r(t) = 4t, where t represents time in minutes and r represents how far the milk is spreading.

The spilled milk is creating a circular pattern on the tile. The area of the pattern can be expressed as A(r) = πr2.

Part A: Find the area of the circle of spilled milk as a function of time, or A[r(t)]. Show your work.

Part B: How large is the area of spilled milk after 4 minutes? You may use 3.14 to approximate π in this problem.

Answers

Answer:

For a) $A(r(t))=π(4t)^2.$

For b) 803.84

Step-by-step explanation:

For a) we can do a simple substitution on the variable r. Notice that $A=πr^2$ make $A$ a function of $r.$ Then, $A(r(t))=\pi (r(t))^2=\pi (4t)^2.$

For b) you only need to substitute the value $t=4$ on the expresión $A(r(t)).$

On a map 1 cm represents 4.5km. What is the actual distance between two towns which are 4cm apart on the map?

Answers

Answer:

18km

Step-by-step explanation:

1cm:4.5km/4cm then get the answer as 18km

1 cm represents [tex]4.5[/tex] km. To find the actual distance between two towns that are 4 cm apart on the map, we can use the scale ratio.

Since 1 cm represents [tex]4.5[/tex] km, we can calculate the actual distance by multiplying the map distance with the scale ratio. Map distance: 4 cm Scale ratio: 1 cm represents [tex]4.5[/tex] km Actual distance = Map distance × Scale ratio Actual distance[tex]= 4 cm × 4.5[/tex] km/cm Actual distance[tex]= 18 km[/tex]

Therefore, the actual distance between the two towns is18 [tex]18[/tex] km. Using the given scale, 1 cm on the map corresponds to[tex]4.5[/tex]km in reality. As the towns are represented as 4 cm apart on the map, the actual distance between them is [tex]18[/tex]km.

To know more about Scale ratio visit:

https://brainly.com/question/31650860

#SPJ2

WILLL GIVE 5 STARS BRAINIEST AND THANKS AND 20 POINTS EACH ANSWER In Minot, North Dakota, the temperature was 15 degrees Fahrenheit at 4:00 P.M. By 11:00 P.M. the temperature had fallen 17 degrees. What was the temperature at 11:00 P.M.?

Answers

Answer:

-2 degrees

Step-by-step explanation:

Our original temperature is 15. We're asked to find the temperature at 11:00 P.M., which is 17 less than 15. We can set up the equation 15 - 17 to get -2. This is your answer.

Answer:

The temperature was -2 degrees  Fahrenheit

Step-by-step explanation:

The starting temperature was 15 degrees

It fell 17 degrees

15 -17 = -2

The temperature was -2 degrees  Fahrenheit

The sum of two polynomials is 10a^2b^2-8a^2b+6ab^2-4ab+2 if one addend is -5a^2b^2+12a^2b-5 what is the other addend

Answers

Answer:

The other addend is [tex]15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex].

Step-by-step explanation:

The other addend is determined by subtracting [tex]-5\cdot a^{2}\cdot b^{2}+12\cdot a^{2}\cdot b-5[/tex] from [tex]10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a\cdot b^{2}-4\cdot a \cdot b + 2[/tex]:

[tex]x = 10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b + 2 - (-5\cdot a^{2}\cdot b^{2}+12\cdot a^{2}\cdot b -5)[/tex]

[tex]x = 10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +2 +5\cdot a^{2}\cdot b^{2}-12\cdot a^{2}\cdot b+5[/tex]

[tex]x = (10\cdot a^{2}\cdot b^{2}+5\cdot a^{2}\cdot b^{2})-(8\cdot a^{2}\cdot b+12\cdot a^{2}\cdot b)+6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex]

[tex]x = 15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex]

The other addend is [tex]15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex].

Answer:

A

Step-by-step explanation:

what is the area of triangle JHK?​

Answers

9514 1404 393

Answer:

  4.18 square units

Step-by-step explanation:

The area is given by the formula ...

  A = 1/2bh

where b is the length of the base, and h is the perpendicular distance from the base to the opposite vertex.

  A = 1/2(2.2)(3.8) = 4.18 . . . square units

Consider a bag of jelly beans that has 30 red, 30 blue, and 30 green jelly beans. a) How many color combinations of 15 beans have at least 6 green beans

Answers

Answer:

680

Step-by-step explanation:

Number of red beans = 30

Number of Blue beans = 30

Number of green beans = 30

How many color combinations of 15 beans have at least 6 green beans?

Since at least 6 of the beans must be green,

Then (15 - 6) = 9

Then, the remaining 9 could be either red, blue or green.

Therefore, C(9 + (9 - 1), 3)

C(17, 3) = 17C3

nCr = n! ÷ (n-r)! r!

17C3 = 17! ÷ (17 - 3)! 3!

17C3 = 17! ÷ 14!3!

17C3 = (17 * 16 * 15) / (3 * 2)

17C3 = 4080 / 6

17C3 = 680 ways

Using the combination formula, it is found that there are 17,157,323,000,000,000 color combinations of 15 beans have at least 6 green beans.

The order in which the beans are chosen is not important, hence, the combination formula is used to solve this question.

Combination formula:

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by:

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

Th total number of combinations of 15 beans from a set of 30 + 30 + 30 = 90 is:

[tex]C_{90,15} = \frac{90!}{15!75!} = 45795674000000000[/tex]

With less than 6 green, we have:

0 green:

[tex]C_{30,0}C_{60,15} = \frac{60!}{15!45!} = 53194089000000[/tex]

1 green:

[tex]C_{30,1}C_{60,14} = \frac{30!}{1!29!} \times \frac{60!}{14!46!} = 520376960000000[/tex]

2 green:

[tex]C_{30,2}C_{60,13} = \frac{30!}{2!28!} \times \frac{60!}{13!47!} = 2247585600000000[/tex]

3 green:

[tex]C_{30,3}C_{60,12} = \frac{30!}{3!27!} \times \frac{60!}{12!48!} = 5681396900000000[/tex]

4 green:

[tex]C_{30,4}C_{60,11} = \frac{30!}{4!26!} \times \frac{60!}{11!49!} = 9391696900000000[/tex]

5 green:

[tex]C_{30,5}C_{60,10} = \frac{30!}{5!25!} \times \frac{60!}{10!50!} = 10744101000000000[/tex]

Hence, the total for the number of combinations with less than 5 green is:

[tex]53194089000000 + 520376960000000 + 2247585600000000 + 5681396900000000 + 9391696900000000 + 10744101000000000 = 28638351000000000[/tex]

Subtracting the total amount of combinations from the number with less than 5 green, the number of combinations with at least 6 green is:

[tex]T = 45795674000000000 - 28638351000000000 = 17157323000000000[/tex]

There are 17,157,323,000,000,000 color combinations of 15 beans have at least 6 green beans.

A similar problem is given at https://brainly.com/question/24437717

The solution set of the quadratic inequality x squared minus 5 x plus 4 less or equal than 0 is

Answers

Answer:

it is equal to 0

26. A dealer was paid 5% commission on all the recharge cards he sold. If he sold N50,000.00 worth of cards, how much commission did he get?​

Answers

Answer:

Its N2500

Step-by-step explanation:

5% of 50000 is 2500, so thats how much commision he got

The dealer earned a commission of N2,500.00 on the sale of recharge cards worth N50,000.00.

To calculate the commission earned by the dealer, we need to determine 5% of the total value of the recharge cards sold.

Given that the dealer sold N50,000.00 worth of cards, we'll calculate the commission using the following formula:

Commission = (Percentage/100) * Total Value

In this case, the percentage is 5% and the total value is N50,000.00.

Using the formula, we have:

Commission = (5/100) * N50,000.00

Simplifying the equation:

Commission = 0.05 * N50,000.00

Commission = N2,500.00

To learn more about commission click on,

https://brainly.com/question/18129721

#SPJ2

18x + 7, when x = 2





Answers

Answer:

43

Step-by-step explanation:

18x+7

=18×2+7

=36×9

=45

Answer:

43

Step-by-step explanation:

x=2

18x+7

18(2)+7

36+7

43

Hope this helps ;) ❤❤❤

Extensive experience with fans of a certain type used in diesel engines has suggested that the exponential distribution provides a good model for time until failure. Suppose the mean time until failure is 23,100 hours.

(a) What is the probability that a randomly selected fan will last at least 20,000 hours?


What is the probability that a randomly selected fan will last at most 30,000 hours?


What is the probability that a randomly selected fan will last between 20,000 hours and 30,000 hours?


(b) What is the probability that the lifetime of a fan exceeds the mean value by more than 2 standard deviations?


What is the probability that the lifetime of a fan exceeds the mean value by more than 3 standard deviations?

Answers

Answer:

0.4207149;0.7271136; 0.3063987; 0.04979 ; 0.01832

Step-by-step explanation:

For an exponential distribution:

IF Mean time until failure = 23100

λ = 1/ 23100 = 0.0000432900

What is the probability that a randomly selected fan will last at least 20,000 hours

x ≥ 20000

P(X ≥ 20000) = 1 - P(X ≤ 20000)

1 - P(X ≤ 20000) = [1 - (1 - e^(-λx))]

1 - P(X ≤ 20000) = [1 - (1 - e^(-0.0000432900*20000)

1 - P(X ≤ 20000) = [1 - (1 - 0.4207148)]

1 - P(X ≤ 20000) = 1 - 0.5792851

1 - P(X ≤ 20000) = 0.4207149

11) What is the probability that a randomly selected fan will last at most 30,000 hours?

x ≤ 30000

P(X ≤ 30000) = 1 - e^(-λx)

P(X ≤ 20000) = 1 - e^(-0.0000432900*30000)

= 1 - e^(−1.2987)

= 1 - 0.2728863

= 0.7271136

111) What is the probability that a randomly selected fan will last between 20,000 hours and 30,000 hours?

0.7271136 - 0.4207149 = 0.3063987

B) What is the probability that the lifetime of a fan exceeds the mean value by more than 2 standard deviations?

More than two standard deviation

X = 23100 + 2(23100) = 23100 + 46200 = 69300

Using the online exponential probability calculator :

P(X > 69300) = 0.04979

C) What is the probability that the lifetime of a fan exceeds the mean value by more than 3 standard deviations?

X = 23100 + 3(23100) = 23100 + 69300 = 92400

P(X > 92400) = 0.01832

I
Ifm DGF = 72, what equation can you use to find mZEGF?

Answers

Answer:

see explanation

Step-by-step explanation:

∠ DGE + ∠ EGF = ∠ DGF , that is

∠ EGF = ∠ DGF - ∠ DGE

∠ EGF = 72° - ∠ DGE

PLEASE ANSWER ASAP!!!


Melissa is able to Rollerblade 100 feet in 3.8 seconds. Calculate how fast she Rollerblade in miles per hour?


Answers options given will be in picture



any unrelated answer will be reported​

Answers

Answer:

A

Step-by-step explanation:

100fps=68.182mph

68.182/3.8=17.94

Mellissa's speed will be 17.94 mph.

What is speed?

Speed is defined as the ratio of the time distance travelled by the body to the time taken by the body to cover the distance.

It is given that Melissa is able to Rollerblade 100 feet in 3.8 seconds.

We know that 100fps is equal to 68.182mph.

Mellissa's speed in meters per hour is calculated as:-

S = 68.182/3.8=17.94mph

Therefore, Mellissa's speed will be 17.94 mph.

To know more about Speed follow

https://brainly.com/question/6504879

#SPJ2

Describe and correct the error in determining the formula for the sequence below

Answers

Answer:An arithmetic progression or arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15.. . is an arithmetic progression with a common difference of 2.

Step-by-step explanation:

Find an equation of the circle whose diameter has endpoints (-6, -1) and (-2,3).

Answers

Step-by-step explanation:

Let find the distance of the diameter. using distance formula.

[tex](3 + 1) {}^{2} + ( - 2 + 6) {}^{2} = \sqrt{8} [/tex]

The diameter is sqr root of 8 units.

A circle equation is

[tex] {x}^{2} + {y}^{2} = {r}^{2} [/tex]

where r is the radius. The radius is half the diameter so

[tex]r = \frac{ \sqrt{8} }{2} = \frac{ \sqrt{8} }{ \sqrt{4} } = \sqrt{2} [/tex]

[tex] {r}^{2} = { \sqrt{2} }^{2} = 2[/tex]

So our radius is 2.

Now we need to find the midpoint or Center of the diameter.

[tex] \frac{ - 6 - 2}{2} = - 4[/tex]

[tex] \frac{3 - 1}{2} = 1[/tex]

So the center of the circle is (-4,1). So our equation of the Circle us

[tex](x + 4) {}^{2} + (y - 1) {}^{2} = ( \sqrt{2} ) {}^{2} [/tex]

A population has a mean and a standard deviation . Find the mean and standard deviation of a sampling distribution of sample means with sample size n. nothing ​(Simplify your​ answer.) nothing ​(Type an integer or decimal rounded to three decimal places as​ needed.)

Answers

Complete Question

A population has a mean mu μ equals = 77 and a standard deviation σ = 14. Find the mean and standard deviation of a sampling distribution of sample means with sample size n equals = 26

Answer:

The mean of sampling distribution of the sample mean ( [tex]\= x[/tex]) is [tex]\mu_{\= x } = 77[/tex]

The standard deviation of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  

    [tex]\sigma _{\= x} = 2.746[/tex]

Step-by-step explanation:

From the question we are told that

    The population mean is  [tex]\mu = 77[/tex]

     The  standard deviation is  [tex]\sigma = 14[/tex]

     The sample size is  [tex]n = 26[/tex]

     

Generally the standard deviation of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  mathematically represented as

           [tex]\sigma _{\= x} = \frac{ \sigma }{ \sqrt{n} }[/tex]

substituting values  

          [tex]\sigma _{\= x} = \frac{ 14}{ \sqrt{26} }[/tex]

          [tex]\sigma _{\= x} = 2.746[/tex]

Generally the mean of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  equivalent to the population mean i.e  

      [tex]\mu_{\= x } = \mu[/tex]

      [tex]\mu_{\= x } = 77[/tex]

Which box holds more popcorn?

Answers

Answer:

Amanda's popcorn container holds more popcorn

Step-by-step explanation:

First we'll have to find the volume.

The Volume helps us determine which is bigger.

Step 1

We'll find Amanda's popcorn container

10cm*10cm*13.5cm=1350cm

Step 2

We'll find Mary's popcorn container

8cm*8cm*20cm=320cm

Step 3

Since Amanda's popcorn container has 1350cm (volume) and Mary's popcorn container has 320cm (volume) we'll have this. 1350cm>320cm. We can determine the Amanda's popcorn container has holds more,

Final Answer

Amanda's popcorn container holds more popcorn

Other Questions
Chad runs a coffee shop that has annual revenues of $300,000, supply costs of $60,000, and employee salaries of $60,000. He has the option of renting out the coffee shop for $80,000 per year, and he has three outside offers from competitors to work as a senior barista at Starbucks (for an annual salary of $30,000), at Simon's coffee house (for an annual salary of $40,000), and at Peet's coffee shop (for an annual salary of $60,000). He can only hold one job at a time. What should Chad do? Show the distributive property can be used to evaluate 7x8 4/5 HELP ME PLZ ANSWER PLZ (G1) The distance from Flagstaff Arizona toTucson Arizona is 260 miles. Express thisdistance in meters.A. 418,418 metersB. 419,000 metersC. 126,200 metersD. 260,000 meters When discussing magnetic fields we could say thatmetals can become magnetic if they have many spinning electrons that create magnetic fieldsO metals are magnets because they have more electrons than non-magnetic materialsO non-paired electrons spin in opposite directions creating a magnetic fieldthe spinning electrons in some atoms pair up and create a magnetic field 12 people can paint the orchard in one hour How long would it take five people Give your answer in minutes Saint Augustine (Aurelius Augustinus Hipponensis) is known as a theologian and philosopher, but which concept of his is also considered important in the development of Western political thought Antonia bought a set of dishes, a towel, and a candle at a housewares store. The set of dishes cost $35.67, the towel cost $21.73,and the candle cost $9.16 before any coupons or discounts.She used a $0.50-off coupon on the candle, a $2.75-off coupon on the towel, and the set of dishes was on sale for 10% off theregular price. Which of the following best describes the amounts that Antonia saved? The term used to describe the degree to which tasks in an organization are subdivided into separate jobs is called ________. PLEASE HELP!!!!!! URGENT!!!!!!!!! ALGEBRA! Hannah, Yu, and Becky went to buy groceries together. All three of them bought pasta, noodles, and split peas. Hannah bought 3 packs of pasta, 10 packs of noodles, and 2 packs of split peas. Yu bought 5 packs of pasta, 12 packs of noodles, and 1 pack of split peas. Becky bought 3 packs of pasta, 15 packs of noodles, and 2 packs of split peas. Hannah, Yu, and Becky spent $8.41, $9.42, and $9.66 respectively on these items. What are the costs of a pack of pasta, a pack of noodles, and a pack of split peas? A) Pasta: $0.69 per pack, Noodles: $0.25 per pack, Split peas: $0.99 per pack B) Pasta: $1.09 per pack, Noodles: $0.20 per pack, Split peas: $1.97 per pack C) Pasta: $0.99 per pack, Noodles: $0.25 per pack, Split peas: $1.47 per pack D) Pasta: $0.69 per pack, Noodles: $0.20 per pack, Split peas: $1.97 per pack Describe population groups in relation to human services. What similar characteroften share? Which continent lies at approximately 20 S, 140 E? South America Asia Australia North America The length of a rectangle is a inches. Its width is 5 inches less than the length. Find the area and the perimeter of the rectangle. Write an interactive program to calculate the volume and surface area of a three-dimensional object. any 5 algebraic formulas Find the equation of the line that is parallel to f(x) and goes through point (-1,7). What is the area of a square with a side length of 32 yards? Task: Create your own connotative, or shades of meaning, activity worksheet.Directions: Follow the steps below to complete the activity.Step 1. Write 3 sentences describing a person, place, or thing. Write these sentences with 'positive' describing words.Step 2. Rewrite these same 3 sentences with 'neutral' describing words.Step 3. Rewrite these same 3 sentences again, using 'negative' describing words.Step 4. Describe how the intent of each sentence changes with the difference in denotation and connotation. round your answer to the nearest hundredth. Find angle A=? Which of the following results in a decrease in the entropy?Heating iceIncreasing massCooling a liquidDissolving salt in water