Mark opens a bank account with $20. He plans to put in $5 each week.

Complete the table below to show the total amount of money Mark has in his bank account from 0 to 10 weeks.

Time
(weeks)
0
1
2
3
4
5
6
7
8
9
10
Money ($)
$20
Make sure to align the money next to the weeks

Answers

Answer 1
is there a picture you can take so we can see the graph
Answer 2

0:20

1: 25

2:30

3:35

4:40

5:45

6:50

7:65

8:70

9:75

10: 80

hope this helps


Related Questions

What technique is often used to prove the correctness of a recursive function?
Communitivity.
Diagonalization.
Mathematical induction.
Matrix Multiplication.

Answers

The technique often used to prove the correctness of a recursive function is **mathematical induction**.

Mathematical induction is a method of proof used to establish that a property holds for all natural numbers (or a well-ordered set). It consists of two steps:

1. **Base Case**: The base case establishes that the property holds for a specific initial value or base case. It typically involves showing that the property is true for the smallest possible input or base case of the recursive function.

2. **Inductive Step**: The inductive step demonstrates that if the property holds for a specific value, it also holds for the next value. This step involves assuming that the property is true for a certain input, and then proving that it holds for the subsequent input using the recursive definition of the function.

By proving that the base case is true and showing that the inductive step holds, mathematical induction establishes the correctness of a recursive function for all valid inputs.

The other options you mentioned, such as commutativity, diagonalization, and matrix multiplication, are not directly related to proving the correctness of recursive functions. Commutativity refers to the order of operations or elements, diagonalization is a technique used in mathematics and logic, and matrix multiplication is a mathematical operation for matrices. While these concepts may have applications in other areas of mathematics and computer science, they are not specifically used for proving the correctness of recursive functions.

Learn more about mathematical induction here:

https://brainly.com/question/29503103

#SPJ11

The area of a rhombus is 100. Find the length of the two diagonals if one is twice as long as the other.The length of two diagonals of the rhombus are 10 and 20.

Answers

The length of the two diagonals of a rhombus if one is twice as long as the other are 10 and 20.

Given that the length of two diagonals of the rhombus are 10 and 20.

Let d1 and d2 be the lengths of the diagonals of the rhombus. Since the area of the rhombus is 100, we have:

d1 * d2 / 2 = 100

We are also given that one diagonal is twice as long as the other, so:

d1 = 2d2

Substituting d1 = 2d2 into the first equation, we get:

2d2 * d2 / 2 = 100

d2^2 = 100

d2 = 10 or -10 (we ignore the negative solution)

Since d1 = 2d2, we have d1 = 20.

Therefore, the length of the two diagonals of the rhombus are 10 and 20.

Know more about rhombus here:

https://brainly.com/question/88523

#SPJ11

If 6×10‐n= 0.06, n>0, then n is

Answers

6 x 10 - 59.94 = 0.06

suppose the null hypothesis, h0, is: a weightlifting bar can withstand weights of 800 pounds and less. and the alternative hypothesis, ha, is: a weightlifting bar can withstand weights of more than 800 pounds.

Answers

Based on the provided information, the Type 1 error is that you conclude the weightlifting bar can withstand weights of greater than 800 pounds when, in fact, the weightlifting bar can withstand weights of less than or equal to 800 pounds. (Option C)

In statistical hypothesis testing, a Type I error refers to the rejection of null hypothesis when it's actually true while a type II error is the failure to reject a null hypothesis that is actually false. Type I error means to conclude that results are statistically significant when, in actuality they are caused purely by chance or because of unrelated factors. The risk of committing this error is the significance level (alpha or α) chosen. As the null hypothesis states that weightlifting bar can withstand weights of 800 pounds or less while alternative hypothesis states that weightlifting bar can withstand weights of over 800 pounds, the type I error would be to conclude that weightlifting bar can withstand weights of greater than 800 pounds when, in fact, it cannot.

Note: The question is incomplete. The complete question probably is: Suppose the null hypothesis, H0, is a weightlifting bar that can withstand weights of 800 pounds and less. The alternative hypothesis, Ha, is a weightlifting bar can withstand weights greater than 800 pounds. What is the Type 1 error in this scenario? Select the correct answer below: A) You cannot conclude the weightlifting bar can withstand weights of greater than 800 pounds when, in fact, the weightlifting bar can withstand weights of greater than 200 pounds B) You cannot conclude the weightlifting bar can withstand weights of greater than 800 pounds when, in fact, the weightlifting bar can withstand weights of less than or equal to 800 pounds. C) You conclude the weightlifting bar can withstand weights of greater than 800 pounds when, in fact, the weightlifting bar can withstand weights of less than or equal to 800 pounds. D) You conclude the weightlifting bar can withstand weights of greater than 100 pounds when, in fact, the weightlifting bar can withstand weights of greater than 800 pounds.

Learn more about Type I error:

https://brainly.com/question/16012410

#SPJ4

Suppose that c0, c1, c2, is a sequence defined as follows:
c0 = 2, c1 = 2, c2 = 6,
ck = 3ck − 3 for every integer k ≥ 3.
Prove that cn is even for each integer n ≥ 0.

Answers

The sequence c0, c1, c2, ... defined as c0 = 2, c1 = 2, c2 = 6, and ck = 3ck - 3 for every integer k ≥ 3 can be proven to have cn as even for each integer n ≥ 0.

We can prove by induction that cn is even for each integer n ≥ 0.

Base case: For n = 0, c0 = 2, which is an even number.

Inductive step: Assume that cn is even for some integer n ≥ 0. We need to prove that cn+1 is also even.

Using the recursive formula, cn+1 = 3cn - 3. Since cn is even (as per our assumption), it can be written as cn = 2m for some integer m. Substituting this into the recursive formula, we have cn+1 = 3(2m) - 3 = 6m - 3 = 2(3m - 1).

Since 3m - 1 is an integer, we can let it be represented by another integer k. Therefore, cn+1 = 2k, which implies that cn+1 is also an even number.

By induction, we have proven that cn is even for each integer n ≥ 0.

Learn more about even number here:

https://brainly.com/question/2263644

#SPJ11

Consider the graphs of the following lines.
3x - 5y = 2
3x + 5y = -2
Find the slope m of each line.
3x - 5y = 2
m₁ =
3x + 5y = -2
m2 =
8.6A.
4

Answers

Slope of lines 3x - 5y = 2 and 3x + 5y = -2 are m₁ = 3/5 and m₂ = -3/5 respectively.

What is slope of the line?

The slope of a line is defined as the change in y-coordinate with respect to the change in x-coordinate of the line. The net change in the y coordinate is Δy and the net change in the x coordinate is Δx. Therefore, the change in y-coordinate for a change in x-coordinate can be written as

Line slope is a measure of the steepness or direction of a line in the coordinate plane.  

m = Δy/Δx

where,m is the slope

Given,

equations of the line

3x - 5y = 2

Moving 3x to RHS
-5y = -3x + 2

y = (3/5)x - 2/5

comparing with slope intercept equation of the line y = mx + c

slope m₁ = 3/5

Now, equation

3x + 5y = -2

moving 3x to RHS

5y = -3x - 2

y = (-3/5)x - 2

comparing with slope intercept equation of the line y = mx + c

slope m₂ = -3/5

Hence, m₁ = 3/5 and m₂ = -3/5 are slope of lines 3x - 5y = 2 and 3x + 5y = -2 respectively.

Learn more about slope here:

https://brainly.com/question/3605446

#SPJ9

Find the coordinates of the point for the reflection.
(−4, 8) across the x-axis
The coordinates of the reflection are

Answers

Answer:

The point after the reflection: \((-4,-8)\)

Step-by-step explanation:

-Statement: If you reflect the point \((x,y)\) across x-axis or the y-axis, then the \(x\) and the \(y\) of the point can change either positive, negative or the same, depending on where the point is located on a graph.

-So, if you reflect the point \((-4,8)\) across x-axis, then the point after the reflection, would be \((-4, -8)\) :

The following point: \((-4, 8)\)

The point after the reflection: \((-4,-8)\)

DEFGTSRQ.
G
24
24
F
Save answer
24
24
E
Q
230
R
8
8
T
8
S
D
What is the similarity ratio of DEFG to TSRQ?
Simplify your answer and write it as a proper fraction, improper fraction, or whole number.

DEFGTSRQ.G2424FSave answer2424EQ230R88T8SDWhat is the similarity ratio of DEFG to TSRQ?Simplify your

Answers

The ratio of similarity  DEFG to TSRQ is '3: 1'.

The similarity of quadrilateral:

Two quadrilaterals are considered similar if they have the same shape but may have different sizes. Similar quadrilaterals have corresponding angles that are congruent, and their corresponding sides are in proportion to each other.

The ratio of similarity is a measure of how much two geometric figures are enlarged or reduced to become similar.

Here we have

Quadrilateral DEFG and Quadrilateral TSRQ.

Where DEFG similar to TSRQ

Hence, the ratio of corresponding sides will be equal

=> DE/TS  = EF/SR  = FG/RQ = DG/TQ

=> 24/8  = 24/8  = 24/8 = 24/8 = 3/1

Therefore,

The ratio of similarity  DEFG to TSRQ is '3: 1'.

Learn more about Similarity of quadrilateral at

https://brainly.com/question/16919595  

#SPJ1

pls help if you can asap!!!!

pls help if you can asap!!!!

Answers

Answer: A

Step-by-step explanation: I would say A because the angle is greater than 90 degrees

Answer:

We have supplementary angles.

76 + 3x + 2 = 180

3x + 78 = 180

3x = 102

x = 34

A long-range missile missed its target by an average of 0.88 miles. A new steering device is supposed to increase accuracy, and a random sample of 8 missiles were equipped with this new mechanism and tested. These 8 missiles missed by distances with a mean of 0.76 miles and a standard deviation of 0.04 miles. Suppose that you want the probability of Type I error to be 0.01. State the research hypothesis to answer the question "Does the new steering system lower the miss distance?" Assume that the sampled population is normal. H_a: mu < 0.88 (i.e., true mean missed distance for all missiles is less than 0.88 ) H_{\text {_a: }} m u>0.88 \) (i.e., true mean missed distance for all missiles is greater than 0.88)
H_a: mu K|> 0.88 (i.e. true mean missed distance for all missiles is not equal to 0.88 )

Answers

The research hypothesis. "Does the new steering system lower the miss distance" is H_a: mu < 0.88 (i.e., true mean missed distance for all missiles is less than 0.88).

The long-range missile missed its target by an average of 0.88 miles. A new steering device is supposed to increase accuracy, and a random sample of 8 missiles was equipped with this new mechanism and tested. These 8 missiles missed by distances with a mean of 0.76 miles and a standard deviation of 0.04 miles.The hypothesis test is used to determine whether the mean distance missed by all missiles using the new steering system is less than 0.88 miles.

The research hypothesis. "Does the new steering system lower the miss distance" is as follows:H_a: mu < 0.88 (i.e., true mean missed distance for all missiles is less than 0.88).This is because the null hypothesis is H_0: mu >= 0.88, and we are looking for evidence to support the alternative hypothesis that the mean missed distance using the new steering system is less than the old one.

To know more about distance visit:

https://brainly.com/question/15172156

#SPJ11

Maura spends $5.50 in materials to make a scarf. She sells each scarf for 600% of the cost of materials.
Complete the sentence by selecting the correct word from the drop down choices.
Maria sells each scarf for Choose... ✓ or

Maura spends $5.50 in materials to make a scarf. She sells each scarf for 600% of the cost of materials.Complete

Answers

The price that Maura sell each scarf would be =$33. Maura sells each scarf for $33. That is option A.

How to calculate the selling price of each scarf?

To calculate the amount of money that Maura spends on each scarf the following is carried out.

The amount of money that she spends on the scarf material = $5.50

The percentage selling price of each scarf = 600% of $5.50

That is ;

= 600/100 × 5.50/1

= 3300/100

= $33.

Therefore, each price that is sold by Maura would probably cost a total of $33.

Learn more about cost price here:

https://brainly.com/question/26008313

#SPJ1

The interior angles formed by the sides of a quadrilateral have measures that sum to 360°.




What is the value of x?




Enter your answer in the box.


x =

The interior angles formed by the sides of a quadrilateral have measures that sum to 360.What is the

Answers

Answer:

x=2

Step-by-step explanation:


For x2 + 3x - 18 = (x - 3)(x + a), what value
of a would make this equation true?

Answers

a=6

you can check be substituting the a value into (x-3)(x+a) once you substitute you can use foil to check and see if things make sense

suppose a random variable has population mean 141 and population standard deviation 8.85. what is the standard error of the sample mean of a sample of 43 observations? (round to 2 decimal places.)

Answers

The standard error of the sample mean of a given sample of 43 observations with standard deviation 8.85 is equal to 1.35 ( round to 2 decimal places).

As given in the question,

Population mean of the random variable 'μ' = 141

Standard deviation 'σ' = 8.85

Sample size 'N' = 43 observations

Standard error of the sample mean

= σ / √N

= 8.85 / √43

= 8.85 / 6.56

= 1.349

= 1.35 (round to 2 decimal places )

Therefore, for the given standard deviation and sample size the standard error of the sample mean is equal to 1.35.

Learn more about standard deviation here

brainly.com/question/16555520

#SPJ4

PLEASE ITS DUE TONIGHT!!!! Sally rides her bike to run errands. It takes her 18 minutes at 10 mph to get to her first stop. She spends 20 minutes riding at 12 mph to get to her second stop. It then takes her 15 minutes riding at 15 mph to get home. a. Draw a speed vs. time graph for the time that Sally spent riding her bike. b. How far did she travel?

Answers

Answer:

The equation that relates distance, rate, and time is

       d  =  rt

Step-by-step explanation:

I=$180
P=___
r=4.5%
t=3 years
what’s p?

Answers

Using the formula of Simple Interest, the value for the principal amount is obtained to be P = $1333.33.

What is Simple Interest?

Simple interest is a way to figure out how much interest will be charged on a sum of money at a specific rate and for a specific duration of time. Contrary to compound interest, where we add the interest of one year's principal to the next year's principal to compute interest, the principal amount under simple interest remains constant.

The value for Simple Interest is given as = $180

The value for rate is given as = 4.5%

The value for time is given as = 3 years

To find the value for Principal amount, follow the formula for Simple Interest -

SI = P R T/100

Where P is the principal amount, R is the rate and T is the time.

Substitute the values in the equation -

180 = (P × 4.5 × 3)/100

180 = 13.5P / 100

P = (180 × 100) / 13.5

P = 18000 / 13.5

P = 1333.33

Therefore, the value for principal amount is $1333.33.

To learn more about Simple Interest from the given link

https://brainly.com/question/2294792

#SPJ1

x+2x+x+x+x+x= ​ ????

Answers

Answer:

7x

Step-by-step explanation:

x +2x + x + x + x + x

= x + x + x + x + x + 2x

= 5x + 2x

= 7x

pls help and no links​

pls help and no links

Answers

Answer:

The missing angle is 71.1

m=71.1

Step-by-step explanation:

First, add the given values of the triangles.

30.3+40.8=71.1

Then subtract 71.1 from 180 degrees.

You get 108.9

Can you please help me with this. Another tutor was & then my app froze on me.

Can you please help me with this. Another tutor was &amp; then my app froze on me.

Answers

SOLUTION

The given equation is:

\(y=2\sqrt{x-3}+4\)

To graph the equation, calculate a few values of y

When x=3, it follows:

\(\begin{gathered} y=2\sqrt{3-3}+4 \\ y=2\sqrt{0}+4 \\ y=4 \end{gathered}\)

It follows that the point (0,4) is on the graph.

Following the same procdure few other possible points are:

\((8.3,8.6),(9.5,9.099),(19.5,12,12)\)

The graph of the function is shown below:

Can you please help me with this. Another tutor was &amp; then my app froze on me.

a basket contains 3 white, 7 yellow, and 3 black translators. if a translator is randomly picked, find the probability that it is yellow

Answers

Answer:

the answer is 7/13

Step-by-step explanation:

because the total number of translators is 13, therefore, the probability of picking yellow is 7/13

For g(x)=8x+1, find g(3) and g( 9/8)

Answers

g(3) is equal to 25.

g(9/8) is equal to 10.

To find g(3), we substitute x = 3 into the function g(x):

g(3) = 3^2 + 1

= 9 + 1

= 10

Therefore, g(3) is equal to 10.

To find g(9/8), we substitute x = 9/8 into the function g(x):

g(9/8) = 3(9/8)^2 + 1

= 3(81/64) + 1

= (3/1)(81/64) + 1

= 243/64 + 1

= 243/64 + 64/64

= (243 + 64)/64

= 307/64

To find g(3), we substitute x = 3 into the function g(x) = 3x^2 + 1. Simplifying, we get g(3) = 3(3)^2 + 1 = 9(3) + 1 = 27 + 1 = 28.

To find g(9/8), we substitute x = 9/8 into the same function. We have g(9/8) = 3(9/8)^2 + 1 = 3(81/64) + 1 = 243/64 + 1 = (243 + 64)/64 = 307/64.

Therefore, g(3) is equal to 28 and g(9/8) is equal to 307/64.

Learn more about  function from

https://brainly.com/question/11624077

#SPJ11

A package of 5 pairs of insulated gloves costs ​$25.95. What is the unit price of the pairs of ​gloves

Answers

The unit price of the pair of gloves is $5.19.

Here, a package of 5 pairs of insulated gloves costs $25.95.

We have to find the unit price of the pairs of gloves.

5 pairs of insulted gloves = $25.95

So we have to find the value of 1 pair of gloves, so by dividing the value by 5 we will get the value of 1 pair of gloves.

Unitary method:

The unitary method is a technique for solving a problem by first finding the value of a single unit, and then finding the necessary value by multiplying the single unit.

So by using the unitary method we have:

1 pair of insulated gloves = 25.95/ 5

                                          = 5.19

Therefore the unit price of the pair of gloves = is $5.19.

To know more about the cost refer to the link given below:

https://brainly.com/question/2004396

#SPJ1

solve the following expression for x. what is(are) the value(s) of the positive root(s)? x^2/(.200-x)=12

Answers

\(\frac{12+12.3935}{2}\)The value of   x in \(x^2/(.200-x)=12\)

=0.1967 or x=0.197

x= \(\frac{-12+\sqrt{12^2-4.1(-2.4)} }{2.1}\)

x=\(\frac{12+12.3935}{2}\)

x=0.1967

or x=0.197

What are expressions?

Mathematical expressions consist of at least two numbers or variables, at least one arithmetic operation, and a statement. It's possible to multiply, divide, add, or subtract with this mathematical operation.

Numbers and arithmetic operators make into a mathematical numerical expression. There are no symbols for undefined variables, equality, or inequality.

Unknown variables, integers, and arithmetic operators are the components of an algebraic expression. There are no symbols for equality or inequality in it.

The quantity of terms in an algebraic expression determines how it is categorized. The several kinds of algebraic expressions include:

Expressions with a single term are called monomials.Expressions with two dissimilar terms are called binomials.Expressions with three dissimilar terms are known as trinomials.The terms in polynomial expressions are two or more.

From the question :

Given:

\(\frac{x^2}{0.200-x}\)=12

\(x^2=12\)×\(0.2\)-\(12x\)

\(x^2+12x-2.4=0\) --------(0)

This is the quadratic equation.

x=\(\frac{-12+\sqrt{12^2-4.1(-2.4)} }{2.1}\)

x=\(\frac{12+12.3935}{2}\)

x=0.1967

or x=0.197

to know more about expression visit:

brainly.com/question/14083225

#SPJ1

question:

Simplify the expression completely.
3√6(2√3+√6)
PLEASE HELP ME

Answers

Answer:

\(18 \sqrt{2} + 18\)

Step-by-step explanation:

\(3 \sqrt{6} (2 \sqrt{3} + \sqrt{6} ) \\ =( 3 \sqrt{6} \times 2 \sqrt{3} ) + (3 \sqrt{6} \times \sqrt{6} ) \\ = 6 \sqrt{18} + 18 \\ \)

To further simplify:

\(6 \sqrt{18} = 6 \times \sqrt{9 \times 2} \\ = 6 \times 3 \times \sqrt{2 \\ } \\ = 18 \sqrt{2} \)

Thus, the answer is:

\(18 \sqrt{2} + 18\)

choose the answer that best completes the sentence.

If you know a root of a function is -2+V3i , then ___.

choose the answer that best completes the sentence. If you know a root of a function is -2+V3i , then

Answers

Answer:

2 + V3i is a known root

Step-by-step explanation:

We want the positive and negative values from the square root

Answer:

D.   -2-\(\sqrt{3i\)

Step-by-step explanation:

I am taking the assignment and got it correct. Good luck

to make a rectangle one pair of opposite sides of a square was made 50% longer and the other pair of opposite sides was made 50% shorter. What percent of the squares area is the area of the new rectangle

Answers

Answer:

The answer to ur question is probably 100%

which of the relations given by the following sets of ordered pairs is a function?
a. {(5,2),(4,2),(3,2),(2,2),(1,2)}{(5,2),(4,2),(3,2),(2,2),(1,2)}
b. {(−4,−2),(−1,−1),(3,2),(3,5),(7,10)}{(−4,−2),(−1,−1),(3,2),(3,5),(7,10)}
c. {(−8,−3),(−6,−5),(−4,−2),(−2,−7),(−1,−4)}{(−8,−3),(−6,−5),(−4,−2),(−2,−7),(−1,−4)}
d. {(−6,4),(−3,−1),(0,5),(1,−1),(2,3)}

Answers

{(5, 2), (4, 2), (3, 2), (2, 2), (1, 2)}, {(−8, −3), (−6, −5), (−4, −2), (−2, −7), (−1, −4)} and {(−6, 4), (−3, −1), (0, 5), (1, −1), (2, 3)} are the sets of ordered pairs considered as a function.

{(−4, −2), (−1, −1), (3, 2), (3, 5), (7, 10)} is not a function.

In mathematics, ordered pair is a pair of numbers that are written in a specific order. They are generally written in (x, y) form. For example (3, 5) is an ordered pair.

The function can also be represented by a set of ordered pairs. A function Is a set of ordered pairs in which no two different ordered pairs have the same value of x coordinate.

Option (a) : {(5, 2),(4, 2),(3, 2),(2, 2),(1, 2)}

No two ordered pairs have the same value of the x coordinate.

So it is a function.

Option (b) : {(-4, -2),(-1, -1),(3, 2),(3, 5),(7, 10)}

Two ordered pairs have the same value of x coordinate (3, 2) and (3, 5).

So, it can not be considered a function.

Option (c) : {(-8, -3),(-6, -5),(-4, -2),(-2, -7),(-1, -4)}

No two ordered pairs have the same value of the x coordinate.

So it is a function.

Option (d) : {(-6, 4),(-3, -1),(0, 5),(1, -1),(2, 3)}

No two ordered pairs have the same value of the x coordinate.

So it is a function.

Therefore, Options (a), (c), and (d) are the functions.

Option (b) is not a function.

For more questions on ordered pairs as function

https://brainly.com/question/11267211

#SPJ4

a histogram with the hills to the far left means the image is overexposed.

Answers

The statement "A histogram with the hills to the far left means the image is overexposed" is not accurate. In fact, a histogram with the hills to the far left indicates that the image is underexposed, not overexposed.

A histogram is a graphical representation of the distribution of pixel values in an image. It displays the frequency of occurrence of different tonal values. The horizontal axis represents the tonal values, while the vertical axis represents the frequency or number of pixels.

When the hills of the histogram are concentrated towards the left side, it means that a significant portion of the image has darker or lower tonal values. This indicates an underexposed image, where the exposure settings were insufficient to capture enough light, resulting in a darker overall appearance.

Conversely, an overexposed image would have the hills of the histogram concentrated towards the right side, indicating that a significant portion of the image has brighter or higher tonal values.

Therefore, the correct interpretation is that a histogram with the hills to the far left means the image is underexposed, not overexposed.

learn more about histogram here

https://brainly.com/question/16819077

#SPJ11

I have been trying to find the answer for 10 minutes now..Please help!

I have been trying to find the answer for 10 minutes now..Please help!

Answers

Plugging in the values, we see that object 1 has more potential energy (the ball to the left)

I have been trying to find the answer for 10 minutes now..Please help!

7×10^-5
answer this ​

Answers

Hi! So we have to use the Order of Operations, aka PEMDAS so it's:

Parentheses

Exponents

Multiplication/Division

Addtion/Subtraction

Exponent comes first so we'll deal with that. 10^-5=0.00001

And then 7*0.00001=0.00007

Other Questions
Select the correct answer from the drop-down menu. how does the author develop maggie and her mothers relationship in the excerpt? the author uses the_____. to convey that maggie is unhappy being left alone so often.A.The description of Maggies physical appearanceB. the discourse in Maggies letter to her motherC. The dialogue between Maggie and the gas station attendantD. The details showing Maggies concern about the nuclear plant The pad of fatty tissue that covers the area of the pubic bone is called the ________. Keesha gets sick pretty often. But she almost never finishes taking the antibiotics that her doctor prescribes. Instead, she often keeps a few leftover pills from each prescription in her bathroom cabinet. Why is it so dangerous for Keesha to stop taking her prescriptions early? g Required information Skip to question [The following information applies to the questions displayed below.] The following events occur for The Underwood Corporation during 2021 and 2022, its first two years of operations. June 12, 2021 Provide services to customers on account for $32,000. September 17, 2021 Receive $17,500 from customers on account. December 31, 2021 Estimate that 45% of accounts receivable at the end of the year will not be received. March 4, 2022 Provide services to customers on account for $47,000. May 20, 2022 Receive $10,000 from customers for services provided in 2021. July 2, 2022 Write off the remaining amounts owed from services provided in 2021. October 19, 2022 Receive $37,500 from customers for services provided in 2022. December 31, 2022 Estimate that 45% of accounts receivable at the end of the year will not be received. 3. Calculate net accounts receivable at the end of 2021 and 2022. A force of 30 n to the right is applied to an object. An opposite force of 20 n to the left is applied to the same object. What is the net force applied to the object?. PLEASE HURRY I NEED HELP IM DYING AND WILL GIVE BRAINLIST TO THE FIRST RIGHT ANSWER HURRRRRRYY AND WILL GIVE 25 POINTS Jonathon has 3/4 pound of grapes. How many 1/8 pound servings can Jonathon make from his grapes? Do not include units. * Estimate the quotient .pls help me19 4/5 4 5/8 Do you believe that most organizations do a good job ofpreparing their employees for change? What are some specific thingsa manager can do to better prepare their employees for change? Which statement from this passage could be used as evidence to suggest that the Columbian Exchange benefited the Old World much more than the New World? Help asap but only if you are sure! Points on the coordinate planePoint N is graphed on the coordinate plane.-5-2isOFWrite the coordinates of point N. In this problem, we explore the effect on the standard deviation of adding the same constant to each data value in a data set. consider the following data set. 8, 16, 14, 8, 16 a) use the defining formula, the computation formula, or a calculator to compute s. (enter your answer to four decimal places.) b) add 8 to each data value to get the new data set 16, 24, 22, 16, 24. compute s. (enter your answer to four decimal places.) c) compare the results of parts (a) and (b). in general, how do you think the standard deviation of a data set changes if the same constant is added to each data value? adding the same constant c to each data value results in the standard deviation remaining the same. adding the same constant c to each data value results in the standard deviation increasing by c units. adding the same constant c to each data value results in the standard deviation decreasing by c units. there is no distinct pattern when the same constant is added to each data value in a set. The four principal approaches to multithreading are: interleaved (fine-grained), blocked (coarse-grained), simultaneous, and ________. Based only on the information given in the diagram, which congruencetheorems or postulates could be given as reasons why ABC= ADEF?Check all that apply.AAA. SASB. LLC. LAO. D. HAE. HLF. AAS what impact does the case new jersey v. tlo have on today's society? 2. Suppose you are a new employee. You notice that each payment option describes a sequence and decide to use rules to help determine which option to take.(a) Determine the iterative rule for each sequence. Show your work.(b) Your friend trusts your tables in Problem 1, but wonders if you wrote the iterative rules correctly. Show two calculations to convince your friend that both your rules work.3. Consider the iterative rules you wrote in Problem 2.(a) Explain why the rules are functions.(b) Your friend says that because the rules are functions, they can be graphed and must have y-intercepts. How would you respond to your friends comment?(c) Your friend uses your rules to determine the outputs when the inputs are 18.5. Explain why her outputs are meaningless in this situation. What would you tell her about the inputs she can use?>THESE ARE NOT MULTIPLE CHOICE QUESTIONS!Will give brainliest to anyone who answers all letters of both questions. Please answer the below questionsThe Importance of Diversity in ManagementAs the marketplace for goods and services becomes increasingly global, businesses must understand and embrace diversity in their brands as well as in their work forces. Simply having a diverse employee population is no longer enough, according to Forbes; for a company to succeed in todays challenging economy, it must not only meet the needs of a multifaceted marketplace, it must respect different cultures, ideas and philosophies.InnovationOne of the biggest reasons to employ a diverse work force is the broad base of cultural experience that will drive innovation. Whether an employee is management, mid-level or entry level, when everyone in the work force has a similar background, the creative process that drives innovation and problem solving is similar. A new perspective that does not match this "group think" is more likely to improve the business in a unique way.Attracting Talent and CustomersPremier industry business talent prefers to work for or with a company that has a diverse workforce. Customers also prefer to buy goods and services from diverse companies, too. These are tworeasons that Forbes says to be truly successful in the global marketplace, a business must beauthentically diverse. That means a company must develop a new model that embraces diversityas a central growth enabler .From Recruitment to StrategyCompanies that embrace this authentic diversity will find that having only the requisite number of "minorities" in the workplace is not enough. Instead, according to Forbes, companies are developing "chief diversity officer" roles that touch more than just recruitment and human resources. These officers will instead have greater control over areas such as strategy, marketing and sales. Companies that have diversity among the management staff will more easily fulfil the needs of a broad customer base.Cultural IntelligencePerhaps the most compelling reason to employ a diverse work force is cultural intelligence. When fellow employees and customers are diverse, the opportunities not just to learn but to appreciate what values other cultures hold sacred are limitless. Adopting these values as part of the business core message and product fosters understanding between the cultures. When a business operates with diversity in mind, the opportunity for shared value both in profit and society is greatly expanded.Questions:Q1. How might the innovation concept apply to diversity management?Q2. How might new employees from a different background challenge groupthink and better contribute to diversity?Q3. Why is cultural intelligence likely to increase in diversity and how does it affect management? Calvin was chased and assaulted by an aggressive rooster when he was just barely three years old. As an adult he still wont go near or even be around a rooster and he even gets a little anxious when he hears the word rooster. He also claims that all birds make him nervous. In this example, what is the conditioned stimulus?. Can you give me any advice or any information to write a research paper titled (The effect of teaching english on improving student's reading)