Find the next two terms in
the sequence 11, 7, 3,-1,​

Answers

Answer 1

Answer:

The next term will be -5.

Step-by-step explanation:

This is actually an AP with a = 11 and common difference d = -4.

Therefore next term will be -1 - 4 = -5

Answer 2

Answer:

Step-by-step explanation:

The numbers in this sequence come by subtracting 4 so

11, 7, 3, - 1, - 5, - 9, - 13


Related Questions

Kelly received two gift cards to her favorite store. One card was worth $25 and the other was
worth $40. She went shopping and used the cards to buy 3 shirts for $9 each and 2 skirts for
$17 each. How much gift card money did she have left?

Answers

She has $4 left
$40 + $25 = $65 in gift cards
9 x 3 shirts = $27
$17 x 2 skirts = $34
$65 - 27 - 34 = $4 left

11. A bag contains 2 blue marbles and 2 green marbles. What is the probability of drawing a blue marble followed by a green marble, without replacing the first marble before drawing the second marble?
Please show work ty​

Answers

Answer: your answer should be 50%

Step-by-step explanation: This is because there are only four marbles in the bag total and only 2 are blue and only 2 are green so your chances of pulling out either is 50%

Answer:

33%

Step-by-step explanation:

2 blue marbles + 2 green marbles = 4 marbles

1st draw for blue:   2/4               (2 blue marbles out of 4 marbles)

2nd draw for green:   2/3          (1 less marble from 4, marble not put back in)

2/4  x  2/3   = 4/12 = 1/3 = 0.33 or 33%

PLEASE HELPPPPPPPPPPPP

Answers

Answer:

Half of 7 is 3.5

That would be your radius.

3.5^2 x 3.14

12.25 x 3.14 = 38.465 yd2 <--------- area

3.14 x 3.5 x 2 = 21.98yd <------- perimeter

"


4. Find the inverse Laplace transform of: (s^2 - 26s – 47 )/{(s - 1)(s + 2)(s +5)} 5. Find the inverse Laplace transform of: (-2s^2 – 3s - 2)/ {s(s + 1)^2} 6. Find the inverse Laplace transform of: (-5s - 36)/ {(s+2)(s^2+9)}.

Answers

The inverse Laplace transform of (-5s - 36) / ((s + 2)(s²+ 9)) is [tex]-4e^{-2t}[/tex]+ (-cos(3t) + 8sin(3t))/3.

To find the inverse Laplace transforms of the given expressions, we can use partial fraction decomposition and known Laplace transform pairs. Let's solve each one step by step:

To find the inverse Laplace transform of (-2s² - 3s - 2) / (s(s + 1)²):

Step 1: Factorize the denominator:

s(s + 1)² = s(s + 1)(s + 1)

Step 2: Perform partial fraction decomposition:

(-2s² - 3s - 2) / (s(s + 1)²) = A/s + (B/(s + 1)) + (C/(s + 1)²)

Multiplying through by the common denominator, we get:

-2s² - 3s - 2 = A(s + 1)² + B(s)(s + 1) + C(s)

Expanding and equating coefficients, we find:

-2 = A

-3 = A + B

-2 = A + B + C

Solving these equations, we find: A = -2, B = 1, C = 0.

Step 3: Express the inverse Laplace transform in terms of known Laplace transform pairs:

[tex]L^{-1(-2s^{2} - 3s - 2) }[/tex]/ (s(s + 1)²) = [tex]L^{-1(-2/s)}[/tex] + [tex]L^{-1(1/(s + 1)) }[/tex]+ [tex]L^{-1(0/(s+1)^{2} }[/tex]

= -2 + [tex]e^{-t}[/tex]+ 0t[tex]e^{-t}[/tex]

Therefore, the inverse Laplace transform of (-2s² - 3s - 2) / (s(s + 1)²) is -2 + [tex]e^{-t}[/tex].

To find the inverse Laplace transform of (-5s - 36) / ((s + 2)(s² + 9)):

Step 1: Factorize the denominator:

(s + 2)(s² + 9) = (s + 2)(s + 3i)(s - 3i)

Step 2: Perform partial fraction decomposition:

(-5s - 36) / ((s + 2)(s² + 9)) = A/(s + 2) + (Bs + C)/(s² + 9)

Multiplying through by the common denominator, we get:

-5s - 36 = A(s² + 9) + (Bs + C)(s + 2)

Expanding and equating coefficients, we find:

-5 = A + B

0 = 2A + C

-36 = 9A + 2B

Solving these equations, we find: A = -4, B = -1, C = 8.

Step 3: Express the inverse Laplace transform in terms of known Laplace transform pairs:

[tex]L^{-1(-5s - 36)}[/tex] / ((s + 2)(s² + 9)) = [tex]L^{-1(-4/(s + 2))}[/tex] + [tex]L^{-1((-s + 8)/(s^2 + 9)}[/tex])

= [tex]-4e^{-2t}[/tex] + (-cos(3t) + 8sin(3t))/3

Therefore, the inverse Laplace transform of (-5s - 36) / ((s + 2)(s²+ 9)) is [tex]-4e^{-2t}[/tex]+ (-cos(3t) + 8sin(3t))/3.

Learn more about inverse laplace transform here:

https://brainly.com/question/30404106

#SPJ11

Solve the initial value problem below using the method of Laplace transforms.
y'' + 2y' - 3y = 0, y(0) = 2, y' (0) = 18

Answers

To solve the initial value problem using the method of Laplace transforms, we'll first take the Laplace transform of both sides of the differential equation.

Taking the Laplace transform of each term, we get:

Ly'' + 2Ly' - 3Ly = 0

Using the properties of Laplace transforms and the initial value theorem, we can write the transformed equation as:

[tex]s^2Y(s) - sy(0) - y'(0) + 2sY(s) - 2y(0) - 3Y(s) = 0[/tex]

Substituting the initial conditions y(0) = 2 and y'(0) = 18, we have:

[tex]s^2Y(s) - 2s - 18 + 2sY(s) - 4 - 3Y(s) = 0[/tex]

Grouping similar terms, we obtain:

[tex](s^2 + 2s - 3)[/tex]Y(s) = 24 + 2s

Now, we can solve for Y(s) by dividing both sides by ([tex]s^2 + 2s - 3)[/tex]

Y(s) = (24 + 2s) /[tex](s^2 + 2s - 3)[/tex]

To find the inverse Laplace transform and obtain the solution y(t), we need to factor the denominator of the expression on the right-hand side:

s^2 + 2s - 3 = (s + 3)(s - 1)

We can rewrite the expression for Y(s) as:

Y(s) = (24 + 2s) / [(s + 3)(s - 1)]

Now, we need to perform partial fraction decomposition to simplify the expression. We write:

Y(s) = A / (s + 3) + B / (s - 1)

Multiplying both sides by (s + 3)(s - 1) to clear the denominators, we get:

24 + 2s = A(s - 1) + B(s + 3)

Expanding and collecting like terms, we have:

24 + 2s = (A + B)s + (3B - A)

To match the coefficients on both sides of the equation, we equate the coefficients of s and the constants:

A + B = 2 (coefficient of s)

3B - A = 24 (constant term)

Solving this system of equations, we find A = 5 and B = -3.

Now, we can rewrite Y(s) as:

Y(s) = 5 / (s + 3) - 3 / (s - 1)

Taking the inverse Laplace transform of Y(s), we can use the table of Laplace transforms or known formulas to find the solution y(t):

y(t) = 5e^(-3t) - 3e^t

Therefore, the solution to the initial value problem is:

[tex]y(t) = 5e^(-3t) - 3e^t[/tex]

Learn more about Laplace transform here:

https://brainly.com/question/28167584

#SPJ11

What is the biggest difference between exponential functions and other functions you have learned about up to this point?

Answers

Answer:

No no don't click the link

Answer:

The biggest difference between exponential and linear functions is that linear functions change at a constant rate, while exponential functions change at a rate proportional to it's value, or exponent.

Basically, that's also what separates exponential functions from all others. It's the only function that changes at a rate proportional to its exponent.

Step-by-step explanation:

YALL PLEASE HELP, need to turn this in ASAP

Answers

Answer:

I believe the answer is 1,800 :)

Step-by-step explanation:

1,500x0.20=300+1,500=1,800

Hope this helped!

NEED HELP WHAT ARE THSES TWOO!!

Answers

Answer:
No and No

(I didn’t actually say no, I mean like both answers are no.)

I hope I was right.
Have a nice day


a
& b
5. Find the following limits. (a) lim40 12 (b) limz+1+1 +22-22+2 i 2-iz-1-1

Answers

The limits are,

(a) lim(x→0) 4x/(x² + 1) = 0

(b) lim(z→-1) (1 + √(2 - 2z + z²))/(2 - iz - 1) = ((1 + √(5))(3 - i))/10

(a) To find the limit of lim(x→0) 4x/(x² + 1), we can directly substitute 0 for x in the expression:

lim(x→0) 4x/(x² + 1) = (4 × 0)/(0² + 1) = 0/1 = 0

Therefore, the limit is 0.

(b) To find the limit of lim(z→-1) (1 + √(2 - 2z + z²))/(2 - iz - 1), we can again substitute -1 for z in the expression:

lim(z→-1) (1 + √(2 - 2z + z²))/(2 - iz - 1) = (1 + sqrt(2 - 2(-1) + (-1)^2))/(2 - i(-1) - 1)

= (1 + √(2 + 2 + 1))/(2 + i + 1)

= (1 + √(5))/(3 + i)

To simplify this expression further, we need to rationalize the denominator. We can multiply the numerator and denominator by the conjugate of the denominator, which is (3 - i):

lim(z→-1) (1 + √(5))/(3 + i) × (3 - i)/(3 - i)

= ((1 + √(5))(3 - i))/(9 - i²)

= ((1 + √(5))(3 - i))/(9 + 1)

= ((1 + √(5))(3 - i))/10

Therefore, the limit is ((1 + √(5))(3 - i))/10.

Learn more about the limits at

https://brainly.com/question/12207558

#SPJ4

The question is -

Find the following limits:

(a) lim(x->0) 4x/(x^2 + 1)

(b) lim(z->-1) (1 + sqrt(2 - 2z + z^2))/(2 - iz - 1)

Different weights are suspended from a spring and the length of the spring is measured. The results are shown in the table below.

(b) Find the correlation coefficient, r.

Answers

The correlation coefficient for the data-set in this problem is given as follows:

r = 0.9553.

How to obtain the correlation coefficient for the data-set?

The coefficient is obtained inserting the points in a data-set in a correlation coefficient calculator.

The input and the output of the data set are given as follows:

Input: weight.Output: length of spring.

From the table, the points are given as follows:

(100, 25), (150, 35), (200, 32), (250, 37), (300, 48), (350, 49), (400, 52).

Inserting these points into the calculator, the correlation coefficient is given as follows:

r = 0.9553.

More can be learned about correlation coefficients at brainly.com/question/16355498

#SPJ1

The diameter of a circle is 63 centimetres find its circumference use pie = 3.14

Answers

Answer:

197.9

Step-by-step explanation:

The formula for circumference is 2(pi)r   and r is the radius

The diameter is two times the size of the radius, so by dividing the diameter by two, you can get the radius

So, r=63/2

r= 31.5

That means that 2(pi)(31.5) is the circumference

2(pi)(31.5) = 197.9 (rounded to the nearest tenth)

diameter= 63cm

63π = 197.92 =

Answer: 198cm if rounded by whole number.

Solve the following problem using Simplex Method: MAX Z=6X1 + 10X2 + 5 X3 ST X1 + 2X2 + 4X3 <=8 6X1 + 4X2 <=24 6X1 + 5X3 <=30 X1,X2,X3 >=0

Answers

The maximum value of the objective function Z is 120. The optimal values for the decision variables are X1 = 8, X2 = 0, and X3 = 0. The constraints are satisfied, and the optimal solution has been reached using the Simplex Method.

To compute the problem using the Simplex Method, let's convert it into standard form.

Maximize:

Z = 6X1 + 10X2 + 5X3

Subject to the constraints:

X1 + 2X2 + 4X3 <= 8

6X1 + 4X2 <= 24

6X1 + 5X3 <= 30

X1, X2, X3 >= 0

Introducing slack variables S1, S2, and S3 for each constraint, the constraints can be rewritten as equalities:

X1 + 2X2 + 4X3 + S1 = 8

6X1 + 4X2 + S2 = 24

6X1 + 5X3 + S3 = 30

Now, we have the following equations:

Objective function:

Z = 6X1 + 10X2 + 5X3 + 0S1 + 0S2 + 0S3

Constraints:

X1 + 2X2 + 4X3 + S1 = 8

6X1 + 4X2 + S2 = 24

6X1 + 5X3 + S3 = 30

X1, X2, X3, S1, S2, S3 >= 0

Next, we will create the initial simplex tableau:

  | X1 | X2 | X3 | S1 | S2 | S3 | RHS |

---------------------------------------

Z  | 6  | 10 | 5  | 0  | 0  | 0  | 0   |

---------------------------------------

S1 | 1  | 2  | 4  | 1  | 0  | 0  | 8   |

---------------------------------------

S2 | 6  | 4  | 0  | 0  | 1  | 0  | 24  |

---------------------------------------

S3 | 6  | 0  | 5  | 0  | 0  | 1  | 30  |

---------------------------------------

By performing the simplex pivot operations and iterating through the simplex method steps, we find the following tableau:

  | X1 | X2 | X3 | S1 | S2 | S3 | RHS |

---------------------------------------

Z  | 0  | 0  | 5  | -6 | 0  | -60| 120 |

---------------------------------------

X1 | 1  | 2  | 4  | 1  | 0  | 0  | 8   |

---------------------------------------

S2 | 0  | -8 | -24| -6 | 1  | 0  | 0   |

---------------------------------------

S3 | 0  | 0  | -1 | -6 | 0  | 1  | 0   |

---------------------------------------

The optimal solution is Z = 120, X1 = 8, X2 = 0, X3 = 0, S1 = 0, S2 = 0, S3 = 0.

Therefore, the maximum value of Z is 120, and the values of X1, X2, and X3 that maximize Z are 8, 0, and 0, respectively.

To know more about Simplex Method refer here:

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

#SPJ11

A bag of Skittle contains 16 red, 4 orange, 10 yellow, and 12 green Skittles. What is the ratio of yellow to red Skittles?

Answers

Answer:

5:8

Step-by-step explanation:

yellow:red

10:16

simplified would be 5:8

***important note, when doing ratio, make sure to list the term that is asked for first. example: it's yellow to red skittles and not red to yellow. red to yellow would be 8:5 and that would be a wrong answer, so read carefully:)

Answer:

5:8

Step-by-step explanation: you can divide 10:16 by 2 to make 5:8, and that is the simplest form.

plsssssd help me find the anwser​

Answers

..... the answer is m>-49

A carnival game has 160 rubber ducks floating in a pool. The person playing the game takes out one duck and looks at it.

If there’s a red mark on the bottom of the duck, the person wins a small prize.
If there’s a blue mark on the bottom of the duck, the person wins a large prize.
Many ducks do not have a mark.

After 50 people have played the game, only 3 of them have won a small prize, and none of them have won a large prize.

Estimate the number of the 160 ducks that you think have red marks on the bottom

Answers

Answer:

Here is the answer

Step-by-step explanation:

That will show you.

Angle C and angle D are complementary. The measure of angle C is (2x)° and the measure of angle D is (3x)°. Determine the value of x and the measure of the two angles.
The two angles are
C= 36
D= 54
So what is variable x?

Answers

Step-by-step explanation:

C+D=90

2x+3x=90

5x=90

X=90:5=18

39 POINT BRAIN.LY QUESTION WHAAA

Answers

Answer:

thx for the points

Step-by-step explanation:

Answer:

Where is the question tho whaaAAaaaa

Can i have some help please!!

Answers

Answer: $93649

Step-by-step explanation:

Since this is an exponential growth problem, then we can use the equation 50,000(1.04)^16. Solve it and you get 93649.06228. Round to the nearest dollar, which is probably whole number, so it is 93649.

Determine the area and circumference of a circle with diameter 20 inches.

Answers

The area of the circle with a diameter of 20 inches is 100π square inches, and the circumference of the circle is 20π inches.

To determine the area and circumference of a circle with a diameter of 20 inches, you need to use the formulas for these measures.

A circle is a set of points that are equidistant from the center point, and the diameter of a circle is the longest line that can be drawn from one point on the circle to another while passing through the center point. The formulas for the area and circumference of a circle are as follows:

A = πr²C = πd

where A is the area of the circle, C is the circumference of the circle, r is the radius of the circle, d is the diameter of the circle, and π (pi) is a mathematical constant that approximates to 3.14.

To find the area of a circle with a diameter of 20 inches, you need to find the radius of the circle first. The radius is half of the diameter, so r = d/2 = 20/2 = 10 inches. Therefore, the area of the circle is:A = πr² = π(10)² = 100π square inches (rounded to two decimal places).

To find the circumference of a circle with a diameter of 20 inches, you can either use the formula C = πd or you can use the formula C = 2πr. Since you already know the diameter, let's use the first formula. C = πd = π(20) = 20π inches (rounded to two decimal places).

To know more about circle, refer to the link below:

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

#SPJ11

I need help imm struggling ​

Answers

Answer:

180in3 (180 inch cubed)

Step-by-step explanation:

12 x 5 x 3

Answer: I would assume the answer would be 180

Step-by-step explanation: The formula for volume is Length x Width x Height. So multiply all the number above and the answer will be 180

Find the surface area.
24 in.
40 in.
10 in.
26 in.

Answers

Answer:

100 i think

Step-by-step explanation:

Bella withdrew $80 from her checking account over a period of 4 weeks. Which equation can be used to represent the average weekly change in her bank account?

A.+$800÷−4=−$200
B.−$800÷−4=$200
C.+$800÷4=−$200
D.−$800÷4=−$200

Answers

Answer:

D is the answer

Step-by-step explanation:

D is the answer to the question

how do I solve this equation in picture

Answers

The total number of people surveyed is 75.

How many people were surveyed?

The first step is to determine the number of people who had 4 or more rides that preferred a window seat.

= Total number of people that had four or more rides - total number of people who had 4 or more rides that prefer aisle

= 40 - 25 = 15

Total number of people that prefer the window seats= 15 + 20 = 35

Total number of people = total number of people that prefer the window seat + total number of people who prefer the aisle

= 35 + 40 = 75

To learn more about two way frequency tables, please check: https://brainly.com/question/27344444

#SPJ1

how can I solve a standard form of a linear equation?

Answers


The standard form for linear equations in two variables is Ax+By=C. For example, 2x+3y=5 is a linear equation in standard form. When an equation is given in this form, it's pretty easy to find both intercepts (x and y). This form is also very useful when solving systems of two linear equations.

Answer:

A standard form of a linear equation is Ax + By = C

Step-by-step explanation:

For example, 3x + 4y = 7 is a linear equation in standard form. When an equation is given the form it ia pretty easy to find the both intercepts of (x and y). It can be useful when solving a two linear equation.

Find the solution to the linear system of differential equations (0) = 1 and y(0) = 0. { 10.0 - 12y 4.0 - 4y satisfying the initial conditions x(t) = __ y(t) = __ Note: You can earn partial credit on this problem.

Answers

The solution to the system of differential equations with the initial conditions x(0) = 1 and y(0) = 0 is:

x(t) = 10t - 12yt + C₁

y(t) = (1 + C₂exp(-4t)) / 2

To find the solution to the linear system of differential equations x'(t) = 10 - 12y and y'(t) = 4 - 4y, we can solve them separately.

For x'(t) = 10 - 12y:

Integrating both sides with respect to t, we have:

∫x'(t) dt = ∫(10 - 12y) dtx(t) = 10t - 12yt + C₁

Now, for y'(t) = 4 - 4y:

Rearranging the equation, we have:

y'(t) + 4y = 4

This is a first-order linear homogeneous differential equation. To solve it, we use an integrating factor. The integrating factor is given by exp(∫4 dt), which simplifies to exp(4t).

Multiplying both sides of the equation by the integrating factor, we get:

exp(4t) y'(t) + 4exp(4t) y(t) = 4exp(4t)

Now, we can integrate both sides with respect to t:

∫[exp(4t) y'(t) + 4exp(4t) y(t)] dt = ∫4exp(4t) dt

Integrating, we have:

exp(4t) y(t) + ∫4exp(4t) y(t) dt = ∫4exp(4t) dtexp(4t) y(t) + exp(4t) y(t) = ∫4exp(4t) dt2exp(4t) y(t) = ∫4exp(4t) dt

Simplifying, we get:

2exp(4t) y(t) = exp(4t) + C₂

Dividing both sides by 2exp(4t), we obtain:

y(t) = (exp(4t) + C₂) / (2exp(4t))

Simplifying further, we have:

y(t) = (1 + C₂exp(-4t)) / 2

learn more about differential equations here:

https://brainly.com/question/14620493

#SPJ4

PLEASE HELP WILL MARK BRAINLIEST

Answers

Answer:

I believe the answer is (A)

*Substituting the x and y values from the table into the equation(A) will balance the right side of the equation to the left side of the equation.

How many solutions does this equation have? –7q + 7 = 4 − 4q
- no solution
-one solution
-infinitely many solutions

Answers

Answer: One answer

Step-by-step explanation:


Please help. No files allowed or you will be reported

Answers

I’m confused because I’m a child and I was asking a question so mind ur business

Find a1 for the arithmetic sequence's 21st term is 400 is 400 and it's common difference is 5​

Answers

Answer:

8,395

Step-by-step explanation:

21 x 400 = 8,400

is = x

8, 400 - 5 = 8,395

difference = -

Brainlist Pls!

In a poll, students were asked to choose which of six colors was their favorite. The circle graph shows how the students answered. If students participated in the poll, how many chose Orange?

Answers

Answer:

1666.70

Step-by-step explanation:  10,000/6=1666.70

Other Questions
7x+1=3x+9 basic equations Jean, an HR manager at Clintelcom, is tasked with hiring 10 customer service executives for the company. Which of the following candidates should Jean give preference to?a.Candidates with high conscientiousness and an introverted personalityb.Candidates with high agreeableness and opennessc.Candidates with a dominant personalityd.Candidates with low emotional stability Which of these is a function of the digestive system?O A.transports nutrients to other organsO B. eliminates nondigestible waste C.regulates blood flow D.builds big molecules from smaller molecules If he cut his finger, he_______go to clinic A willB. wouldC would haveD. will gone Michael is making scale drawings of rectangular rooms using a scale of 1 inch : 1 and 1/2 feet. He wants to use paper that has a width of 8 and 1/2 inch and a length of 11 in for the drawing. Determine whether the scale drawings for each of these rooms will fit on one piece of paper.Choose yes or no for each set of dimensions:16 feet by 16 feet: yes or no?10 ft by 15 ft: yes or no? 15 ft by 20 ft: yes or no12 ft by 16 ft: yes or no? what is the normal force acting on a mountain goat that weighs 650 n and is standing on such a slope? You are considering an investment in a Third World bank account that pays a nominal annual rate of 18%, compounded monthly. If you invest $4,900 at the beginning of each month, how many months would it take for your account to grow to $285,000? Round fractional months up. a. 42 months b. 29 months c. 22 months d. 14 monthse. 34 months A factory produces bags of rubber bands. A bag of rubber bands has five different sizes: extra large (XL), large (L), medium (M), small (S), and extra small (XS). A quality control specialist collects a random sample of 450 rubber bands from the bagging machine and calculates a chi-square goodness-of-fit test to see if the frequencies for each size in the sample match the hypothesized distribution. The quality control specialist will test his sample against the following null hypothesis.H0:pXL=0.10,pL=0.20,pM=0.40,pS=0.20,pXS=0.10 How many medium rubber bands are expected in the random sample of 450 rubber bands? Consider a Universe that has a flat curvature and no dark energy. What would the fate of such a Universe be? a.The Universe expands at a constant rate. b.The Universe expands forever but at an ever slowing rate. c.The Universe collapses in a Big Crunch. d.The Universe expands at an accelerating rate. please help ill give brainliest A researcher studies alcohol's effect on reaction time and finds no difference between people who consumed 1 versus 2 beverages. She included 40 participants randomly selected from the dining hall on campus, with a range in age from 18 to 38 years and a range in weight from 100 to 325 pounds. She decides to rerun her study with 30 women from 18 to 22 years of age and who are all of normal body weight and finds there is a statistical difference in reaction times between those who consumed 1 versus 2 beverages. Why might her results have changed What role did women play in the success of NASA's missions -0.5f - 5 < -1help please asap!! Excerpt from bee Season answer key Apr. 14: Purchased $31,300 of merchandise on account, terms 1/10, n/30. The perpetual inventory system is used to account for inventory. Date Description Debit Credit Apr. 14 Inventory Accounts Payable May 13: Paid the invoice of April 14 after the discount period had passed. Date Description Debit Credit May 13 Accounts Payable Inventory Cash 31,300 In the space below, type the spelling word derived from the following word. Notice how the final e changes to an i.Bible yeah i need help anyone? Example 6.7. Find the largest two digit integer a which satisfies the following congruence 3.x = 4(mod 7). 13. Ochieng had sh. 250 as pocket money at the beginning of the term. In the middle of theterm, he was left with 2/5 of this amount. How much did he spend? There is one dot at 3.45. What does that valuerepresent?In one simulated SRS of 100 students, the averageGPA was ; = 3.45.In one simulated SRS of 100 students, thepopulation mean GPA was = 3.45.There is a 1 out of 100 chance that the populationmean GPA is u = 3.45.A majority of the sample of 100 students had a GPAof 1 = 3.45.