How can the next term in the infinite sequence 1, 5, 12, 22, 35, ... be generated?
A. Square the term number, subtract the tem number from the result, multiply by 3, and divide the result by 2.
B. Square the term number, multiply the result by 3. divide by 2, and subtract the term number from the result.
C. Square the term number, divide the result by 2 subtract the term number, and multiply the result by 3.
D. Square the term number, multiply the result by 3 subtract the tem number, and divide the result by 2.​

Answers

Answer 1
The answer to the question is B
Answer 2

Answer:

Its D

Square the term number, multiply the result by 3, subtract the term number, and divide the result by 2


Related Questions

What is the range for the following data?
52, 32, 61, 82, 63

Answers

Answer:

The range would be 50.

Step-by-step explanation:

Range is found by putting a list or set of numbers in order, then subtracting the lowest number from the highest.

32, 61, 63, 52, 82

82 - 32 = 50

Sammy counts the number of people in one section of the school auditorium. He counts 18 female students, 16 male students, and 6 teachers. There are 720 people in the auditorium. Consider the probability of selecting one person at random from the auditorium

Answers

Correct Question:

He counts 18 female students, 16 male students, and 6 teachers. There are

720 people in the auditorium. Consider the probability of selecting one person

at random from the auditorium.

Which of these statements are true?

Choose all that apply.

A:  The probability of selecting a teacher is 6%.

B : The probability of selecting a student is 85%.

C : The probability of selecting a male student is 32%.

D : The probability of selecting a female student is 45%.

Step-by-step explanation:

Option B  and D are correct because

The total number of people in one cross section = 18 + 16 + 6 = 40.

A = The probability of selecting a teacher is = (6/40)x100 = 15 % not equal to 6 %

B = The probability of selecting a male student is = (34/40)x100 = 85%

C = The probability of selecting a male student is = (16/40)x100 = 40 % not equal to 32 %

D : The probability of selecting a female student is = (18/40)x100= 45%

Can someone state the range of this function pleaseee?

Answers

Answer:

Range = [0, ∞)

Step-by-step explanation:

Range is the y-values

For this question y starts at 0 and just continually goes up so:

Range = [0, ∞)

Rewrite the expression using a DIVISION SYMBOL: "The quotient of m and 7."

Answers

Answer:

m ÷ 7

Step-by-step explanation:

"Quotient" means you're dividing, so this just means you're dividing m by 7.

44% of what number is 400?

Answers

Answer:

909.09

Step-by-step explanation:

400 divided by 44% is about 909.09.

909 !!!!!!!!!!!!!!!!!!!!!

Write a function trapezium_integrator(f, start, end, num_traps) that uses the Trapezium Rule to evaluate the integral ∫endstartf(x)dx where f, start, and end are defined in the formula above, and num_traps is the number of trapeziums that the integration interval should be divided into.

Notes:

You may assume num_traps >= 1
Hint: This should be a simple modification of your code from the last question.
We are still expecting you to compute the width of each trapezium and then use a for loop to solve this problem, iterating over the trapeziums to sum their areas. A more efficient approach, using numpy and avoiding any explicit loops, is the topic of one of the challenge questions.

Answers

The function trapezium_integrator uses the Trapezium Rule to approximate the value of a definite integral. It takes four parameters: f, which represents the function to be integrated, start and end, which specify the interval of integration, and num_traps, the number of trapeziums used to approximate the integral.

In the Trapezium Rule, the interval of integration is divided into multiple trapeziums of equal width. The area of each trapezium is calculated as the sum of the lengths of its parallel sides divided by 2, multiplied by its height (the difference between the function values at the two endpoints of the trapezium). The areas of all trapeziums are then summed to obtain an approximation of the integral.

The function calculates the width of each trapezium by dividing the interval length by the number of trapeziums. It then uses a for loop to iterate over the trapeziums, accumulating their areas. The final result is returned as the approximation of the integral.

By dividing the interval into smaller trapeziums, the Trapezium Rule provides a reasonably accurate estimate of the integral. However, for highly oscillatory or irregular functions, a large number of trapeziums may be required to achieve sufficient accuracy. In such cases, more sophisticated numerical integration methods may be more appropriate.

Learn more about definite integral here:

https://brainly.com/question/30760284

#SPJ11

The graph of which function(s) will contain the point (4, 12)?

y = x + 8
y = 3x
y = 2x
y = x + 6

(one or more than one)

Answers

Answer:

y=3x

Step-by-step explanation:

ht
Which of the following is an equivalent expression to the expressione,
А
B
D
ANSWER QUICK PLZ

Answers

Answer A is your correct answer

Find the value of X for which the following fraction is undefined
2x²+x-15
________
2/3x²-6

Answers

Answer: ±√2

Step-by-step explanation: A fraction is undefined when its denominator is =0 or undefined. so we need to get 2/3x²-6=0 or undefined. so we can also do 3x^2-6=0. Solving yields ±√2!

Isaiah is decorating the outside of a box in the shape of a triangular prism. The figure
below shows a net for the box.
What is the surface area of the box, in square meters, that
Isaiah decorates

Answers

Answer:

389.19 m²

Step-by-step explanation:

The surface area of the box = area of the two equal triangles + area of the 3 different rectangles

✔️Area of the two equal triangles:

Area = 2(½*base*height)

base = 7 m

height = 8 m

Area of the two triangles = 2(½*7*8) = 56 m²

✔️Area of rectangle 1:

Area = Length*Width

L = 13 m

W = 7 m

Area of rectangle 1 = 13*7 = 91 m²

✔️Area of rectangle 2:

L = 13 m

W = 8 m

Area of rectangle 2 = 13*8 = 104 m²

✔️Area of rectangle 3:

L = 13 m

W = 10.63 m

Area of rectangle 3 = 13*10.63 = 138.19 m²

✅Surface Area of the box = 56 + 91 + 104 + 138.19 = 389.19 m²

7. An article in a journal reports that 34% of American fathers take no responsibility for child care. A researcher claims that the figure is higher for fathers in the town of Littleton. A random sample of 225 fathers from Littleton, yielded 97 who did not help with child care. Using a .05 level of significance test the claim that the proportion is at least 34%.

Answers

The calculated value of z = 2.80 > the Critical value of z = -1.645, we reject the null hypothesis.

Hence, the claim that the proportion is at least 34% is rejected.

Therefore, the researcher's claim is true that the figure is higher for fathers in Littleton.

Null hypothesis:

H0: p ≥ 0.34

Alternative hypothesis:

Ha: p < 0.34

where:p = proportion of Littleton fathers who do not help with childcare

Here, the level of significance, α = 0.05

Level of significance = α = 0.05

The test statistics for a proportion is given as z-test.  

The formula for calculating z-score for a proportion is: z = (p - P) / sqrt[P(1 - P) / n]

where:

P = Population proportion

p = Sample proportion

n = Sample size

The calculated value of z-statistics can be compared with the critical value of z-score from the standard normal distribution table at a particular level of significance.

If the calculated value of z is greater than the critical value of z, then we reject the null hypothesis; otherwise, we fail to reject the null hypothesis.

Calculating the z-statistic:

Here, Sample size n = 225

Sample proportion

p = 97/225

= 0.4311

Population proportion

P = 0.34z

= (p - P) / sqrt[P(1 - P) / n]z

= (0.4311 - 0.34) / sqrt[(0.34)(0.66) / 225]z

= 2.80

Since the alternative hypothesis is one-tailed (Ha: p < 0.34), the critical value of z at α = 0.05 can be found as follows:

The critical value of z = zα

= -1.645

Since the calculated value of z = 2.80 > the Critical value of z = -1.645, we reject the null hypothesis.

Hence, the claim that the proportion is at least 34% is rejected.

Therefore, the researcher's claim is true that the figure is higher for fathers in Littleton.

To know more about normal distribution visit:

https://brainly.com/question/15103234

#SPJ11

Find the zeros of the following quadratic functions.
3) x2 + 5x + 6 = 0

Answers

the zeros are x= -6 & x= 1

Central Airlines claims that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming, is $605. This claim is being challenged by the Association of Travel Agents, who believe the median price is less than $605. A random sample of 25 round-trip tickets from Chicago to Jackson Hole revealed 11 tickets were below $605. None of the tickets was exactly $605. State the null and alternate hypotheses.

Answers

Null hypothesis is that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is $605. Alternative hypothesis is that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is less than $605.

The median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is $605.

The median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is less than $605.As per the given question, Central Airlines claims that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is $605. But, this claim is being challenged by the Association of Travel Agents, who believes that the median price is less than $605. Hence, we need to test whether the median price is less than $605 or not.Hence,Null hypothesis is that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is $605. Alternative hypothesis is that the median price of a round-trip ticket from Chicago, Illinois, to Jackson Hole, Wyoming is less than $605.

Learn more about Null hypothesis here:

https://brainly.com/question/30821298

#SPJ11

A rectangular prism has a volume of 600 cubic inches lf the height of the prism is 5 inches and the width is 10 inches what is the length of the prism? Enter your answer in the box.​

Answers

Answer:

3 inches

Step-by-step explanation:

got it right on edg

What is the simplified form of the following expression? Assume x>0. 4 square root 3 over 2x

Answers

Answer:

the answer is B)

4√24x^3/2x

Solution:

The answer is B

Step-by-step explanation:

I just took the test.

According to a 2014 poll by the American Academy of Ophthalmology, Americans break down like this when it comes to eye color:

• Brown eyes: 45 %

• Blue eyes: 27 %

• Hazel eyes: 18%

• Green eyes: 9%

• Other: 1%

Consider a random group of 20 American people. Let a random variable X be the number of Americans in this group with green eyes.

(a) Argue that this is a binomial experiment.

(b) Find the probability that

i. None have green eyes

ii. Nine have green eyes

iii. At most three have green eyes

iv. At least four have green eyes

v. If four people out of twenty have green eyes. Is it unusual?

(c) What is the mean and standard deviation of this distribution?

Answers

This is a binomial experiment because it meets all the necessary conditions: a fixed number of trials (20 people in the group), independence of each trial (assuming eye color is independent), two possible outcomes (green eyes or not), a constant probability of success (9% for having green eyes), and the random variable representing the count of successes (number of Americans in the group with green eyes, denoted as X).

To argue that this is a binomial experiment, we need to check if the following conditions are met:

1. The experiment consists of a fixed number of trials: In this case, we are considering a fixed number of trials equal to 20, as we have a random group of 20 American people.

2. Each trial is independent: We assume that the eye color of each person in the group is independent of the others.

3. There are only two possible outcomes for each trial: The outcomes are either having green eyes or not having green eyes.

4. The probability of success is constant for each trial: The probability of an American having green eyes is fixed at 9% for each individual in the population.

5. The random variable X represents the count of successes: In this case, X represents the number of Americans in the group with green eyes.

Since all these conditions are satisfied, we can conclude that this is a binomial experiment.

To know more about binomial experiment refer here:

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

#SPJ11

What is the simplified form of the expression below?
3+ 4i
4 - 2i

Answers

Answer:

7 + 2i is the simplified form

Step-by-step explanation:

ABM Services paid a $4.15 annual dividend on a day it closed at a price of $54 per share. What
was the yield?

Answers

Answer:

the yield is 7.68%

Step-by-step explanation:

The calculation of the yield is given  below:

we know that

Yield is

= Annual dividend ÷ Price per share

= $4.15 ÷ $54

= 7.68%

Here we divide the annual dividend by the price per share in order to determine the yield  

hence, the yield is 7.68%  

And, the same would be considered

Can someone help me on this

Answers

Answer:

Y = 10 I believe

Step-by-step explanation:

To solve this we need to find what number, times 6, equals 18 - it's fairly easy to find the answer is three.

So what, minus seven, equals 3?

i’m lost on this help would be nice

Answers

Answer:

3x - 4 = 14

+4. +4

3x = 18

÷3. ÷3

x = 6

Find the median of the data.

93,81,94,71,89,92,94,99

Answers

Answer: 92.5

So to find median all we have to do is rearange it from low - high and get the middle number

71  81  89  92  93  94  94  99

So take this and you know the middle is right in between 92 and 93

71  81  89  92      |      93  94  94  99

All you have to do then is take the mean of 92 and 93 (so do [92+93]/2)

Answer is 92.5

Find the area bounded by the curves y= and y= x2 Round the answer to two decimal places. Question 4 3 pts A company's marginal cost function is given by MC(x)= VX + 30 Find the total cost for making the first 10 units.

Answers

The total area of the regions between the curves is 1/3 square units

The total cost for making the first 10 units is 7.79

Calculating the total area of the regions between the curves

From the question, we have the following parameters that can be used in our computation:

y = √x and y = x²

With the use of graphs, the curves intersect at

x = 0 and x = 1

So, the area of the regions between the curves is

Area = ∫x² - √x

Integrate

[tex]Area = \frac{x^3}{3} - \frac{2x^\frac32}{3}[/tex]

Recall that x = 0 and x = 1

So, we have

[tex]Area = (\frac{0^3}{3} - \frac{2 * 0^\frac32}{3}) - (\frac{1^3}{3} - \frac{2 * 1^\frac32}{3} )[/tex]

Evaluate

Area =  0 + 1/3

Evaluate

Area =  1/3

Hence, the total area of the regions between the curves is 1/3 square units

Calculating the total cost

Given that

MC(x) = √(x + 30)

Integrate to calculate the cost function

So, we have

[tex]C(x) = \frac{2}{3}(x + 30)^\frac23[/tex]

For the first 10, x = 10

So, we have

[tex]C(10) = \frac{2}{3}(10 + 30)^\frac23[/tex]

Evaluate

C(10) = 7.79

Hence, the total cost for making the first 10 units is 7.79

Read more about area at

brainly.com/question/15122151

#SPJ4

Find the solution to the linear system of differential equations { 146 +24y 12x + 20y satisfying the initial conditions X(0) = 3 and Y(0) = 3. x(t)=__ y(t)=__

Answers

Therefore, the solution to the given system of differential equations, with the initial conditions x(0) = 3 and y(0) = 3, is:

x_(t) = 146t + 24yt + 3

y_(t) = (876t + 21) / ((-144) - 10t)

To solve the given linear system of differential equations, let's rewrite the system in a more standard form:

dx/dt = 146 + 24y

dy/dt = 12x + 20y

We'll use the initial conditions x_(0) = 3 and y_(0) = 3 to find the specific solution.

To solve the system, we can use the method of integrating factors.

Solve the first equation:

dx/dt = 146 + 24y

Rearrange the equation to isolate dx/dt:

dx = (146 + 24y) dt

Integrate both sides with respect to x:

∫dx = ∫(146 + 24y) dt

x = 146t + 24yt + C_(1) ---(1)

Solve the second equation:

dy/dt = 12x + 20y

Rearrange the equation to isolate dy/dt:

dy = (12x + 20y) dt

Integrate both sides with respect to y:

∫dy = ∫(12x + 20y) dt

y = 6x + 10yt + C_(2) ---(2)

Now, we'll apply the initial conditions x_(0) = 3 and y_(0) = 3 to find the values of C_(1) and C_(2).

From equation (1), when t = 0, x = 3:

3 = 146(0) + 24(3)(0) + C_(1)

C_(1) = 3

From equation (2), when t = 0, y = 3:

3 = 6(0) + 10(3)(0) + C_(2)

C_(2) = 3

Now, substituting the values of C_(1) and C_(2) back into equations (1) and (2), we get:

x = 146t + 24yt + 3

y = 6x + 10yt + 3

Simplifying further:

x = 146t + 24yt + 3

y = 6(146t + 24yt + 3) + 10yt + 3

x = 146t + 24yt + 3

y = 876t + 144y + 18 + 10yt + 3

x = 146t + 24yt + 3

y - 154y - 10yt = 876t + 18 + 3

(-144y) - 10yt = 876t + 21

y = (876t + 21) / (-144 - 10t)

Therefore, the solution to the given system of differential equations, with the initial conditions x(0) = 3 and y(0) = 3, is:

x_(t) = 146t + 24yt + 3

y_(t) = (876t + 21) / ((-144) - 10t)

To know more about differentiation:

https://brainly.com/question/31230190

#SPJ4

HELP



4(x-2+y)=???????

Answers

Answer:

4+4−8

Step-by-step explanation:

17. a type of bacteria doubles in population every 2 hours. given that there were approximately 5 bacteria to start with, how many bacteria will there be in 10 hours?

Answers

There will be approximately 320 bacteria in 10 hours.

To determine the number of bacteria in 10 hours, we need to calculate the number of doubling cycles that occur within that time period.

Since the bacteria population doubles every 2 hours, in 10 hours, there will be 10/2 = 5 doubling cycles.

Starting with approximately 5 bacteria, each doubling cycle will result in the population doubling. Therefore, the number of bacteria after 5 doubling cycles can be calculated as follows

5 bacteria * (2^5) = 5 * 32 = 160

Hence, there will be approximately 160 bacteria after 5 doubling cycles or after 10 hours.

To learn more about doubles

brainly.com/question/31929070

#SPJ11

Solve the system by graphing
y = -3/4x + 6
y = 2x - 5

Answers

Answer:

X= 4. Y = 3.

Step-by-step explanation:

If you have a graphing calculator, put the first equation into Y1. And second equation into Y2. Then, find the intersection of the two equations. That's how you find your answer.

Point (2.-3) on glx) is transformed by -g[4(x+2)]. What is the new point? Show your work

Answers

After considering the given data we conclude that the new point generated is (2,3), under the condition that g(x) is transformed by [tex]-g[4(x+2)][/tex].

To evaluate the new point after the transformation of point (2,-3) by -g[4(x+2)], we can stage x=2 and g(x)=-3 into the expression [tex]-g[4(x+2)][/tex]and apply  simplification to get the new y-coordinate. Then, we can combine the new x-coordinate x=2 with the new y-coordinate to get the new point.
Stage x=2 and g(x)=-3 into [tex]-g[4(x+2)]:[/tex]
[tex]-g[4(2+2)] = -g = -(-3) = 3[/tex]
The new y-coordinate is 3.
The new point is (2,3).
Hence, the new point after the transformation of point (2,-3) by [tex]-g[4(x+2)][/tex] is (2,3).
To learn more about transformation
https://brainly.com/question/29788009
#SPJ4

Caitlin ate 20 pieces of candy on Monday and 17 pieces on Tuesday. by what percent did she decrease her candy intake

Answers

She decreased her candy intake by 15%

In 3^6, 6 is called ___.



base


exponent

Answers

The answer is B, Exponent

Step-by-step explanation:

the correct answer is exponent because 6 is its power.

hope this answer will help u.

have a great time.

how do you solve for the x ?

Answers

Answer:

x = -8

Step-by-step explanation:

these angles are vertical, therefore they are equal

x + 78 = 70

x = -8

Other Questions
Describe the region where the function f(z) = Log(z - 3i) is analytic. Use a calculator or computer system to calculate the eigenvalues and eigenvectors in order to find a general solution of the linear system x= Ax with the given coefficient matrix A.-35 18 21a= 19 -4 -11-77 34 47 reaction norm for a trait for which there is genetic variation but no phenotypic plasticity (Real interest rates: approximation method) if the real risk-free rate of interest is 4.8% and the rate of inflation is expected to be constant at a level of 3.1%, what would you expect 1-year Treasury bills to return if you ignore the cross product between the real rate of interest and the inflation rate? CEW The expected rate of retum on 1-year Treasury bills is%. (Round to one decimal place.) If a fixed asset, such as a computer, were purchased on January 1st for $2,364 with an estimated life of 4 years and a salvage or residual value of $109, the journal entry for monthly expense under straight-line depreciation isa.Depreciation Expense 46.98 Accumulated Depreciation 46.98b.Accumulated Depreciation 46.98 Depreciation Expense 46.98c.Accumulated Depreciation 563.75 Depreciation Expense 563.75d.Depreciation Expense 563.75 Accumulated Depreciation 563.75 Ages of Gamblers The mean age of a sample of 25 people who were playing the slot machines is 49.2 years, and the standard deviation is 6.8 years. The mean age of a sample of 34 people who were playing roulette is 55.2 with a standard deviation of 3.2 years. Can it be concluded at =0.10 that the mean age of those playing the slot machines is less than those playing roulette? Use 1, for the mean age of those playing slot machines. Assume the variables are normally distributed and the variances are unequal. a Part 0/5 ________________ Part 1 of 5 State the hypotheses and identify the claim with the correct hypothesis. H0: ________H1: ______________This hypothesis test is a ____________ test. The following entity can be established by the JFC staff to ensure unity of effort between engineers, civil affairs, and the many other stakeholders involved in civil-military engineering projects. They are: retinol uptake was measured in untransfected and stra6-transfected cells in the presence of retinol bound to either rbp or bovine serum albumin (bsa). uptake of retinol bound to rbp was also measured in cells that were cotransfected with a small inhibitor rna (sirna) targeting stra6. which graphic shows the expected result of this experiment? What volume of a concentrated HCL , which is 36.0% HCL by mass and has a density of 1.179g/mL , should be used to make 5.10 L of an HCL solution with a pH of 1.5 select the correct answer. which type of enterprise has unlimited liability? a. corporation b. public-limited company c. partnership d. private-limited company alpha decay simulation set-up 1. open the alpha decay simulation. 2. click on the single atom tab. 3. on the right side of the simulation window, be sure that polonium-211 nucleus is selected. Special Rules for High-Income Taxpayers (LO 1.9)Rachel is single and has wages of $177,350 and dividend income of $106,410. She has no investment expenses.Calculate the amount of the 3.8 percent net investment income tax she must pay. Round your answer to the nearest whole dollar. Embargoes often fail to achieve their political objectives because: Countries that enact embargoes are censored by the World Trade Organization (WTO). O The embargoing nation's politicians end embargoes due to political pressure from their voters. The citizens of affected countries rally in support of national leadership. Embargoes are unable to cause enough economic damage to matter. It is typical for the invention and different types of microscopes to be discussed in the cells chapter. Why do you think this is so? Because we cannot see the majority of cells with out that aid of a microscope. All living things are made of cells Cells are the base unit for life Cells create other cells Prokaryotic= cell that does not have a nucleus very simple Eukaryotic= cell does have a nucleus and is very complex W=4,164[a] What is the wavelength shift AX of an exoplanetary system at a wavelength of W angstroms if an exoplanet is creating a Doppler shift in its star of 1.5 km per second? Show your calculations. Consider the following system of differential equations dr - 2 y=0, dt dy +28x +9y = 0. dt a) Write the system in matrix form and find the eigenvalues and eigenvectors, to obtain a solution in the form (*) - () + () C eit (12) e et where C and C are constants. Give the values of A1, 31, A2 and 32. Enter your values such that A < A. A = Y1 = A = 3/2 = Input all numbers as integers or fractions, not as decimals. b) Find the particular solution, expressed as r(t) and y(t), which satisfies the initial conditions (0) = 6,y(0) = -33. x(t): y(t) = Submit par = Malcolm ordered 12 widgets from Big Corp, but four widgets arrived damaged. Big Corp doesnt have any more widgets, so they say they wont charge for all 12. How does Malcolm record this in QuickBooks?A As a vendor creditB As a vendor refundC As a non-posting entryD As a partial inventory receipt Which of the following increases the size of the expenditure multiplier?A. an increase in autonomous spendingB. a decrease in the marginal propensity to consumeC. a decrease in the marginal propensity to importD. an increase in the marginal income tax rateE. an increase in investment A consumer has set a budget of $1,200 for the consumption of good X and Y. The price of Good X $20, and the price of good Y is $40. The consumer has a Utility function given by U(X,Y)=xy. a) Find the optimal consumption choice of the individual and the utility obtained. b) Make a graph that illustrates the solution to the problem. c) Briefly express in writing the process that you used to find the solution. MM Proposition I, without taxes, assumes thatA. debt is riskless.B. individuals and corporations can borrow at the same rate.C. firms can borrow at the risk-free rate.D. all firms will prefer an u