Assume that when human resource managers are randomly​ selected, 44​% say job applicants should follow up within two weeks. If 5 human resource managers are randomly​ selected, find the probability that exactly 2 of them say job applicants should follow up within two weeks.

The probability is ....

Answers

Answer 1

Answer: 3.4%

Step-by-step explanation:

There's a 44% chance that if you pick a random human resource manager, then he will say job applicants should follow up.

So let's look at these 5 people individually then.

The question asks you to find the probability that exactly 2 will say yes.

So the probability of 1 person saying yes is 0.44, probability of another person saying yes is 0.44, the probability of a person saying no is 0.56, and so on.

With this reasoning, we will come up with 0.44 * 0.44 * 0.56*0.56 * 0.56

or 0.44^2 * 0.56^3 or 0.033999 = 3.4%


Related Questions

How much more does the cat eat than the parrot? The Parrot eats 3/8 pounds of food, and the cat eats 7/8 pounds of food. Write and solve an equation to represent the problem?

Answers

The equation and solution of the problem are 3/8-7/8 and 1/2.

What is an equation?

An equation is an expression that shows the relationship between two or more numbers and variables.

A mathematical equation is a statement with two equal sides and an equal sign in between. An equation is, for instance, 4 + 6 = 10. Both 4 + 6 and 10 can be seen on the left and right sides of the equal sign, respectively.

Given;

The food parrot eats = 3/8pounds

The food cat eats = 7/8pounds

Now, food eaten more by cat =7/8-3/8

=(7-3)/8

=4/8

=1/2

Therefore, the answer to equation will be 1/2.

Learn more about equations here;

https://brainly.com/question/25180086

#SPJ1

A quarterback completes 44% of his passes. Show all work.

a. Construct a probability distribution table (out to n = 6) for the number of passes attempted before the quarterback has a completion?

b. What is the probability that the quarterback throws 3 incomplete passes before he has a completion?

c. How many passes can the quarterback expect to throw before he completes a pass?

d. Determine the probability that it takes more than 5 attempts before he completes a pass.

e. If he throws 8 passes on the opening drive, what is the probability that he made at least half of them?

Answers

a.The probability distribution table for the first six attempts is shown below:

X P(X=k)

1 0.44

2 0.56 ×0.44

3 0.56²×0.44

4 0.56³ × 0.44

5 0.56⁴ ×0.44

6 0.56⁵×0.44

b.  the probability is 0.1399.

c. the quarterback can expect to throw about 2.27 passes before completing one.

d. the probability is 0.1865.

e. the probability is 0.7349.

what is probability?

The possibility or chance of an event occurring is measured by probability. The expression is given as a number between 0 and 1, with 0 denoting impossibility and 1 denoting certainty. Compared to occurrences with a probability closer to 0, those with a probability closer to 1 are more likely to occur.

a. To construct a probability distribution table for the number of passes attempted before the quarterback has a completion, we can use the geometric probability distribution, which is given by:

P(X=k) = \((1-p)^{k-1}\)×p

where X is the number of attempts before the completion, p is the probability of completion on each attempt, and k is the number of attempts.

The probability distribution table for the first six attempts is shown below:

X P(X=k)

1 0.44

2 0.56 ×0.44

3 0.56²×0.44

4 0.56³ × 0.44

5 0.56⁴ ×0.44

6 0.56⁵×0.44

b. The probability that the quarterback throws 3 incomplete passes before he has a completion is given by:

P(X=3) = (1-0.44)³⁻¹× 0.44 × (1-0.44)⁰

= 0.56²×0.44

= 0.1399

Therefore, the probability is 0.1399.

c. The expected number of passes that the quarterback can throw before he completes a pass is given by the formula:

E(X) = 1/p

where p is the probability of completion on each attempt.

In this case, p = 0.44, so the expected number of passes is:

E(X) = 1/0.44

= 2.27

Therefore, the quarterback can expect to throw about 2.27 passes before completing one.

d. The probability that it takes more than 5 attempts before the quarterback completes a pass is given by:

P(X > 5) = 1 - P(X <= 5)

= 1 - [P(X=1) + P(X=2) + P(X=3) + P(X=4) + P(X=5)]

= 1 - [0.44 + (0.56 × 0.44) + (0.56² ×0.44) + (0.56³ × 0.44) + (0.56⁴×0.44)]

= 0.1865

Therefore, the probability is 0.1865.

e. If the quarterback throws 8 passes on the opening drive, the probability that he completes at least half of them is given by the binomial probability distribution, which is given by:

P(X ≥ 4) = 1 - P(X < 4)

where X is the number of completed passes and the probability of completion on each attempt is p = 0.44.

Using the binomial probability distribution table or calculator, we can find:

P(X≥4) = 1 - [P(X=0) + P(X=1) + P(X=2) + P(X=3)]

= 1 - [0.56⁸ + (8× 0.56⁷×0.44) + (28 × 0.56⁶ × 0.44²) + (56× 0.56⁵×0.44³)]

= 0.7349

Therefore, the probability is 0.7349.

To know more about distribution, visit:

https://brainly.com/question/31197941

#SPJ1

In a large population of students, 60% feel like they can do better in their math class. In a random sample of 5 students, what is the probability that at least 2 students feel like they can do better in their math class?

0.0870

0.2304

0.3174

0.6826

0.9130

Answers

The probability that at least 2 students feel like they can do better in their math class is E. 0.9130.

How to calculate the probability

To find the probability that at least 2 students feel like they can do better, we need to calculate P(X >= 2). This can be done using the cumulative distribution function (CDF) of the binomial distribution:

P(X >= 2) = 1 - P(X < 2) = 1 - P(X = 0) - P(X = 1)

Using the binomial probability formula, we can calculate:

P(X = 0) = (5 choose 0) * 0.6^0 * 0.4^5 = 0.01024

P(X = 1) = (5 choose 1) * 0.6^1 * 0.4^4 = 0.07680

Therefore,

P(X >= 2) = 1 - 0.01024 - 0.07680 = 0.91296

Rounding this to four decimal places, we get: 0.9130

Therefore, the answer is option E: 0.9130.

Learn more about probability on

https://brainly.com/question/13604758

#SPJ1

round 1456 to nearest 10

Answers

Answer:

1460

Step-by-step explanation:

rounding to the nearest ten, that is nearest to 1456 which would be 1460 (hope this helps! ) ♡

Answer:

1460

Step-by-step explanation:

Original number is 1 4 5 6

To round to the nearest ten, look at the digit in the 10's place and the digit immediately to the right of it

The digit in the tens place is 5

If the digit to the immediate right of this digit is 5 or greater, round the digit in the tens place up by one digit and set the immediate right digit to 0

So 5 rounds up to 6

The 6 to the immediate right(units place becomes 0)

1 4 5 6 rounded to nearest ten==> 1 4 6 0

A car leaves a city at the rate of 60 mi/h and goes 80 miles before a second car follows at a rate of 70 mi/h. In this situation, let x= the number of hours, and y= the distance the car travels. The distance the first car travels can be represented by the equation y=60x+80.
Write the equation that represents the distance traveled by the second car.

Answers

The equation that represents the distance traveled by the second car is 60(t + 1.33).

Let t = travel time of the 2nd car when it overtakes the 1st

:

Find the travel time of the 1st car to go 80 mi; time = dist/speed

time = 80%2F60

time = 1.33 hrs for the 1st car to go 80 mi

therefore

(t+1.33) = travel time of the 1st car when it is overtaken

:

When the 2nd overtakes the 1st, they will have traveled the same distance

Write a distance equation, dist = speed * time

:

2nd car dist = 1st car dist

70t = 60(t+1.33)

70t = 60t + 80

70t - 60t = 80

10t = 80

t = 8 hrs travel time of the 2nd car to overtake the 1st

:

;

Confirm this by finding the actual distances, should be equal

70*8 = 560 mi

60*9.33 ~ 560 mi

Hence , the equation that represents the distance traveled by the second car is 60(t + 1.33).

Learn more about distance at:
https://brainly.com/question/24283318

#SPJ1

A professor at a local community college noted that the grades of his students were normally distributed with a mean of 74 and a standard deviation of 10. Students who made 55 or lower on the exam failed the course. What percent of students failed the course?

Answers

Answer:

28.72% of students failed the course

Step-by-step explanation:

P(0<X<55) = normalcdf(0,55,74,10) = 0.287164928 = 28.72% of students failed the course

Indicate below wether the equation in the box is true or false 6/12= 1/3

Answers

Answer:

No, it is not true. (Tell me if I am incorrect)

Step-by-step explanation:

6/12>1/3

0.5>0.3 repeating

6/12= 1/2

Answer:

False

Step-by-step explanation:

6/12 = 0.5

1/3 = 0.33333

Therefore, they are not equal.

What is the slope of this graph?

What is the slope of this graph?

Answers

Answer:

m = 3

Step-by-step explanation:

up 3, right 1

3/1 = 3

The price of a phone is decreased by 19% and now is $319.14. Find the original price

Answers

The cost of a phone has lowered by 19% to $319.14 from its original $394 pricing.

what is percentage ?

In arithmetic, a percentile is a number or statistic that is given as a fraction of 100. Occasionally, the acronyms "pct.," "pct," nor "pc" are also used. But it is broadly classified into the following by the cent sign, "%." The % amount has no characteristics. Percentages are essentially integers when the denominator is 100. Use the percent sign (%) to indicate that a number is a percentage by placing it close to it. For instance, you score a 75% if you properly answer 75 so out 25 pages on a test (75/100). Divide the money by the whole and multiply the results by 100 you compute percentages. The formula for calculating the percentage is (value/total) x 100%.

given

Put this together using the conditions given: 319.14 / (1- 19%)

Determine the total or difference: 319.14 / 0.81

Diminish the fraction: 394

Response: 394

The cost of a phone has lowered by 19% to $319.14 from its original $394 pricing.

To know more about percentage visit:

https://brainly.com/question/28269290

#SPJ1

If f (x) =2x^3 + 2x -3 and g(x) = -0.5 |x-4|. What is the value for f(x) = g (x) ?

A. X = 0
B. X = -1.75
C. X = 4
D. X = 0.5

Answers

Answer:

  D. x = 0.5

Step-by-step explanation:

A graphing calculator is the quickest way to get to an answer here.

  f(x) = g(x) for x = 0.5

__

We can find the y-intercepts of the two functions to be ...

  f(0) = -3

  g(0) = -2

We know the x-intercept of g(x) is x=4. The x-intercept of f(x) will be a value less than 1, because f(1) = 1. (The function crosses the x-axis between x=0 where f(x) < 0 and x=1, where f(x) > 0.)

Considering these intercept points, we know the value of x for f(x)=g(x) will be between x=0 and x=1. There is only one answer choice in that interval:

  x = 0.5

If f (x) =2x^3 + 2x -3 and g(x) = -0.5 |x-4|. What is the value for f(x) = g (x) ? A. X = 0 B. X = -1.75

if x-y = 8 and xy=5 , find x^2 + y^2

Answers

Answer:

x² + y² = 74

Step-by-step explanation:

given

(x - y) = 8 ( square both sides )

(x - y)² = 8² ← expand left side using FOIL

x² - 2xy + y² = 64 ← substitute xy = 5

x² - 2(5) + y² = 64

x² - 10 + y² = 64 ( add 10 to both sides )

x² + y² = 74

Compute the probability of being dealt at random and without replacement a 13-card bridge hand consisting of: (a) 6 spades, 4 hearts, 2 diamonds, and 1 club; (b) 13 cards of the same suit.

Answers

The probabilities are found to be 0.00196 in case- 1  and  

1 / 158753389900  in case - 2.

Note that there are a total of 52 cards in bridge, so by combinations that there are a total of

(13

52)    numbers to deal 13 cards. There are a total of 13 spades, hearts, diamonds and clubs, respectively, so there are

(13

6)   ways to get spades, etc., so that by multiplication principle the probability in we're looking for:

( a )  ( 13      (13      (13      (13

          6)       4)       2)        1)

                      (52

                       13)

      =  1716x715x78x13 / 635013559600

      =  0.00196.

( b)  there are a total of 4 drawings where all 13 cards are are of the same suit, corresponding to a choice of either spades, hearts, diamond, or clubs. Therefore the probability here is given by :

                4 / ( 52       =    4/ 635013559600

                        13)

                                   =    1 / 158753389900 .

Learn more about probability here :

https://brainly.com/question/30034780

#SPJ4

how many times does 33 go into 112?

Answers

Answer:

3.3939

rounded off = 3

33 goes in 112 3 times

From Kansas City to Denver is twice as far as from Kansas City to St. Louis the two distance together total 900 miles what are the two distance?

Answers

Answer:

KC to StL = 300

KC to Den = 600

Step-by-step explanation:

KC to StL was the base distance, so we'll call that x.

KC to Denver is twice as long, so we'll call that 2x.

If we add the together is is 900 miles total.

x + 2x = 900    Combine like terms

3x = 900          Divide by 3

x = 300

If x is 300, then 2x is 600.

Translate the phrase into an algebraic expression.

The product of 3 and b​

Answers

Answer:

3b = x

Step-by-step explanation:

X is the product of 3 and b (3b).

The algebraic expression for the product of 3 and b will be 3b = x.

What is an expression?

Expression in maths is defined as the collection of numbers variables and functions by using signs like addition, subtraction, multiplication, and division.

Numbers (constants), variables, operations, functions, brackets, punctuation, and grouping can all be represented by mathematical symbols, which can also be used to indicate the logical syntax's order of operations and other features

Given that the word expression is a product of 3 and b​. The expression can be written as below,

E = 3b

Therefore, the algebraic expression for the product of 3 and b will be 3b = x.

To know more about an expression follow

https://brainly.com/question/25968875

#SPJ2

ILL MWRK
BRAINLYEST IF
CORRECT IM CHINKING RHE ANSWER WHEN DINE PLZ HELP PLZ

ILL MWRKBRAINLYEST IFCORRECT IM CHINKING RHE ANSWER WHEN DINE PLZ HELP PLZ

Answers

Answer:

<1 and <3

They are verticle angles.

Answer: <1 and <3

Hope this helps :D

Pls don’t mad if this is wrong

If y=(x^2-4)^5(3x+4)^4

If y=(x^2-4)^5(3x+4)^4

Answers

Answer:

\(y'=2(3x+4)^3(x^2-4)^4(21x^2+20x-24)\)

Step-by-step explanation:

\(y=(x^2-4)^5(3x+4)^4\)

\(y'=[\frac{d}{dx}(x^2-4)^5](3x+4)^4+(x^2-4)^5[\frac{d}{dx}(3x+4)^4]\)

\(y'=10x(x^2-4)^4(3x+4)^4+(x^2-4)^5(12(3x+4)^3)\)

\(y'=10x(x^2-4)^4(3x+4)^4+12(x^2-4)^5(3x+4)^3\)

\(y'=2(3x+4)^3(x^2-4)^4(21x^2+20x-24)\)

Sandra bought 4 pounds of sweet potatoes for $6.40. What is the cost per pound of the sweet potatoes?

Answers

Answer: Sandra bought 4 pounds of sweet potatoes for $6.40. What is the cost per pound of the sweet potatoes?

$1.57

Step-by-step explanation: pls give brainiest

Answer:

The answer to your question is $1.57.

Step-by-step explanation:

To find the cost per pound of sweet potatoes, divide $6.28 by 4.

6.28 ÷ 4= $1.57

I hope this helps and have a wonderful day!

Solve the following equation:
30= |- 4y + 2|

Answers

Suppose \(-4y+2\ge0\). Then by definition of absolute value,

\(|-4y+2| = -4y+2 \implies 30 = -4y+2 \implies -4y = 28 \implies \boxed{y=-7}\)

On the other hand, suppose \(-4y+2<0\). Then

\(|-4y+2| = -(-4y+2) \implies 30 = 4y - 2 \implies 4y = 32 \implies \boxed{y=8}\)

Recall the definition,

\(|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}\)

A ladder is leaning against a building, forming a 70° angle with the ground: The base of the ladder is 8.2 ft from the base of the
building.
What is the length of the ladder?
Round your answer to the nearest tenth of a foot.

22.5 ft
24.0 ft
28.0 ft
28.7 ft

Answers

The length of the ladder that is leaning on the building would be = 24ft. That is option B.

How to determine the length of the ladder?

To determine the length of the ladder, the sine rule needs to be obeyed. That is

= a/sinA = b/sinB

Where;

a = 8.2 ft

A = 180-( 70+90

= 180- 160

= 20°

b = X

B = 90°

That is;

8.2/sin20° = b/sin90°

Make b the subject of formula;

b = 8.2×1/0.342020

= 23.9

= 24 ft

Learn more about length here:

https://brainly.com/question/29882625

#SPJ1

Find sin(2x), cos(2x), and tan(2x) from the given information.
sin(x) = \(-\frac{3}{5}\) for \(\frac{3\pi }{2}\) < x < 2

Answers

I assume 3π/2 < x < 2π, so that x is in the 4th quadrant. For angles x terminating in Q4, we have sin(x) < 0 and cos(x) > 0, so tan(x) = sin(x)/cos(x) < 0.

This means that, using the Pythagorean identity,

cos(x) = + √(1 - sin²(x)) = 4/5

tan(x) = (-3/5) / (4/5) = -3/4

Recall the double angle identities:

sin(2x) = 2 sin(x) cos(x) = 2 (-3/5) (4/5) = -24/25

cos(2x) = 2 cos²(x) - 1 = 2 (4/5)² - 1 = 7/25

tan(2x) = 2 tan(x) / (1 - tan²(x)) = 2 (-3/4) / (1 - (-3/4)²) = -24/7

The diagram shows three identical squares of side length 8 cm. The top square is exactly
centred over the two squares below it. Determine the area of the shaded region in cm.​

Answers

Bsbehgegdgrbshhsbzhsbdhzhzyegzzggsgsgsv

I have a calculus question about the definite integral, from my high school AP Calculus Class, pic included

I have a calculus question about the definite integral, from my high school AP Calculus Class, pic included

Answers

Given the following definite integral.

\(\int_{-4}^4\sqrt{4^2-x^2}dx\)

We will use the substitution to solve the definite integral

Let the following:

\(\begin{gathered} 4sin(\theta)=x \\ 4cos(\theta)*d\theta=dx \\ And: \\ 4^2-x^2=4^2-4^2sin^2\theta=4^2(1-sin^2\theta)=4^2cos^2\theta \end{gathered}\)

Substitute into the given integral:

\(\begin{gathered} \int_{-4}^4\sqrt{4^2-x^2}dx=\int_{-\frac{\pi}{2}}^{\frac{\pi}{2}}\sqrt{4^2cos^2\theta}*4cos(\theta)*d\theta \\ \\ =\int_{-\pi/2}^{\pi/2}4cos\theta *4cos\theta *d\theta=\int_{-\pi/2}^{\pi/2}16cos^2\theta *d\theta \end{gathered}\)

Now, we will use the following identity:

\(cos^2\theta=\frac{1}{2}(1+cos2\theta)\)

So, the integral will be:

\(\begin{gathered} =\int_{-\pi/2}^{\pi/2}\frac{16}{2}(1+cos2\theta)d\theta \\ \\ =8(\theta+\frac{1}{2}sin2\theta) \end{gathered}\)

substitute θ = π/2, and θ = -π/2

So, the value of the integral =

\(8*(\frac{\pi}{2}-(-\frac{\pi}{2}))=8π\)

So, the answer will be: Area =

The graph of the given function is shown in the following picture

I have a calculus question about the definite integral, from my high school AP Calculus Class, pic included

Alma is going to Europe and wants to exchange $1,200 into euros. If each dollar is 0.75 euros, how many euros will alma get?

Answers

Answer:

  € 1125

Step-by-step explanation:

Data :

   $  = 1500

   €  =  ?

And    1$ = 0.75€

So  

        1500 × 0.75 = 1125

Mark brainliest if you understand

13,000 inches equals how many miles

Answers

Answer:

0.205177 mi

Step-by-step explanation:

Step 1: Find conversions

12 in = 1 ft

5280 ft = 1 mi

Step 2: Use Dimensional Analysis

\(13000 \hspace{2} in(\frac{1 \hspace{2} ft}{12 \hspace{2} in} )(\frac{1 \hspace{2} mi}{5280 \hspace{2} ft} )\)

0.205177 mi

Pls help need asap thx!

Pls help need asap thx!

Answers

Answer: C

Step-by-step explanation: it has to go like this a m

In triangle ABC acute angles are in the ratio 5:1, i.e.

Answers

Answer:

The quen is as following:

ABC is a right triangle at C,

Acute angles are in the ratio 5:1, i.e. ∠BAC : ∠ABC = 5:1

If CH is an altitude to AB and CL is an angle bisector of ∠ACB, find m∠HCL.

The solution is:  m∠HCL = 30°

Step-by-step explanation:

See the attached figure.

∵The triangle is right at C   ∴∠C = 90°

∴∠A + ∠B = 90° ⇒(1)

∵ Acute angles are in the ratio 5:1, i.e. ∠BAC : ∠ABC = 5:1

∴∠A = 5 times ∠B

Substitute at (1)

∴ 5 ∠B + ∠B = 90° ⇒⇒⇒ ∴∠B = 15°  and ∠A = 75°

∵CL is an angle bisector of ∠ACB

∴ ∠ACL = 90°/2 = 45°

∵ CH is an altitude to AB ⇒ ∠CHA = 90°

At the triangle AHC:

∠ACH = 180° - (∠CHA + ∠CAH) = 180° - (90° + 75°) = 15°

∴ ∠HCL = ∠ACL - ∠ACH = 45° - 15° = 30°


If two lines intersect to form a right angle, then they are
..(perpendicular, parallel, obtuse

Answers

the answer would be perpendicular.

It takes 3men 5 hours to repair a road.how long will it take 5 men to do the job if they work at the same rate

Answers

Answer:

3 hours

Step-by-step explanation:

3 Men-5 hours

5 men-?

1 man-3×5= 15 hours

therefore 5 men =15÷5= 3 hours

Actually the answer is about 8.33 or near there if rounded

In 2003, a school population was 903. By 2007 the population had grown to 1311. How much did the population grow between the year 2003 and 2007? How long did it take the population to grow feom 903 students to 1311 students? What is the average population growth per year?

Answers

Answer:

The average population growth per year is 102.

Step-by-step explanation:

From the given data, we can find the slope which will give us the average rate of change. Our points are:

\((2003, 903)\quad and \quad (2007, 1311)\)

\(\mathrm{Slope}=\frac{y_2-y_1}{x_2-x_1}=\frac{1311-903}{2007-2003}\\\\m=102\)

Best Regards!

Other Questions
what happens if you violate policy? your campaign is disapproved and your ad is suspended. your item is disapproved and your account is suspended. your ad is disapproved and your campaign is suspended. your feed is disapproved and your item is suspended. blems.You bike for 3 hours to reach the beach. Using the same route, the return trip takes only.2.5 hours because you travel 2miles per hour faster How far do you bike to get to thebeach? **PLEASE ANSWER FAST**A and B are vertical angles. If m A=(4x+6) and m B=(2x+18), then find the value of x. In a manufacturing assembly line, products get larger and more complete as they pass along. Briefly explain how this compares to your digestive system. In triangle ABC, A is the point (4; 3) and C is the point (8; 5). The equations of AB and BC are y = 5x-17 and y = -x + 13 respectively. Calculate the equation of median BD. To multiply 64 8. 32, use the logarithmic equation: log 72. 32 log 64 + log 8. 32 antilog 64 + antilog 8. 32 (log 64)(log 8. 32) THERE IS A PICTURE! I KNOW YOU CAN SEE IT.....A line connects points A and B as shown below. If a third point, C, is plotted six units to the right of point B, what will be the area of the resulting right triangle?48 square units24 square units30 square units18 square units What is a service that enables instant or real-time communication between people? A. URL B. IMing. C. Tacit knowledge. D. Elicit knowledge Suppose a credit market with a good borrowers and 1-a bad borrowers. The good borrowers are all identical, and always repay their loans. Bad borrowers never repay their loans. Banks issue deposits that pay a real interest rate r, and make loans to borrowers. Banks cannot tell the difference between a good borrower and a bad one. Each borrower has collateral, which is an asset that is worth A units of future consumption nt goods in the future period. s (a) Determine the interest rate on loans made by banks. (b) How will the interest rate change if each bor- te rower has more collateral? (c) Explain your results, and discuss. Why did hitler invade the soviet union and what stopped the nazi advance what are the top(2)skills or strategies you learned,and how could they benefit you and your career aspirations? the graph of y=f(x) is shown below. find all values of x for which f(x)>0 Collusion happens when suppliers come together to fix prices and output in order to manipulate the marketplace. This activity is perfectly legal in the United States.true or false I, myself self am not too good at Sin, Con, and Tan so I could use some help on double-checking if this is correct?? he nurse planning a community education class on brain tumors and their prevention should include which risk factors in the presentation? select all that apply. rank from smallest to largest a) 5583 nmb) 0.001 umc) 100 cmd)3.456 x 10^-9 Meet George Smith George is a hard-working employee at ABCD company. He often talks to Sarah, an adjuster from an outside company to try and resolve disputes on claims she handles. One day when Sarah was at the ABDC organization dropping off paperwork, she ran into Joe and invited him to dinner. Joe's dinner cost $55. Sarah hands her personal credit card to the waitress and tells Joe that dinner is on her. Is it okay for Sarah to pay since it was not during work hours or on her company credit card? Joe's uncle manages an apartment complex in another city. His uncle knows that one of his tenants, Pam, has been receiving workers' compensation for an on-the-job injury. Recently, Pam skipped out owing three months' rent. Joe's uncle needs to know her new address so that he can collect the money that he is owed. Joe has access to the information his uncle needs since Pam notified ADBC of her new address. Can Joe give the new address to his uncle since she owns him money? Include each of the following in your initial discussion post: (In a minimum of 300 words and a maximum of 500 words). Using concepts from this weeks readings, discuss each of the following questions in your initial posting. Is it okay for Sarah to pay since it was not during work hours or on her company credit card? Can Joe give the new address to his uncle since she owns him money? Smartphone adoption among American teens has increased substantially, and mobile access to the Internet is pervasive. One in four teenagers are "cell mostly" Internet users-that is, they mostly go online using their phone and not using some other device such as a desktop or laptop computer. (Source: Teens and Technology 2013, Pew Research Center, bitly/1O1ciF1.) If a sample of 10 American teens is selected, what is the probability that 4 are "cell mostly" Internet users? at least 4 are "cell mostly" Internet users? at most 8 are "cell mostly" Internet users? If you selected the sample in a particular geographical area and found that none of the 10 respondents are "cell mostly" Internet users, what conclusions might you reach about whether the percentage of "cell mostly" Internet users in this area was 25%? Fruit can be preserved to some extent by keeping in a dark, cool place. Suggest why this technique might work. Jalen is computing the slope of the line on the graph below.On a coordinate plane, a line goes through points (negative 4, 0) and (2, 3).Step 1: (4, 0) and (2, 3)Step 2: StartFraction negative 4 minus 2 Over 0 minus 3 EndFractionStep 3: StartFraction negative 6 Over negative 3 EndFractionStep 4: The slope is 2.Which statement describes Jalens error?Jalen computed the ratio of change in x to change in y.Jalen used the ordered pairs in the wrong order.Jalen made a computational error.Jalen used an ordered pair that is not on the line.