Select the output of this algorithm

START

SET n = 4

SET d = 1

SET sum = 0

WHILE d < = n

IF n/d is integer THEN

sum = sum + d

ELSE

sum = sum + 0

END IF

d = d+1

END WHILE

OUTPUT sum

END

Answers

Answer 1

Answer:

bvjh

Step-by-step explanation:

bn


Related Questions

PLEASE HELP IM SERIOUSLY STUCK ON THIS

Answers

The purchase price of the new car if the sales tax is $3500 is $50000

Direct variation

Let the amount of sales tax be A and the purchase price be p

If the amount of sales tax is directly proportional to the purchase price, this is expressed as:

S = kp

If S = $1750 and p = $25000, the;

k = S/p

k = 1750/25000

k = 175/2500

If the sales tax is $3500, the purchase price will be given as:

S = kp
3500 = 175/2500 p

175p = 3500*2500
175p = 8750000

p = 8750000/175

p = 50000

Hence the purchase price of the new car if the sales tax is $3500 is $50000

Learn more on variation here: https://brainly.com/question/25215474

#SPJ1

Let z = 3(cos(15°) + i sin(15°)) and w = 5(cos(90°) + i sin(90°)). What best describes the geometric construction of the quotient z/w on the complex plane?

z is scaled by a factor of One-fifth and rotated 90 degrees clockwise.
z is scaled by a factor of 1 and rotated 90 degrees clockwise.
z is scaled by a factor of 1 and rotated 90 degrees counterclockwise.
z is scaled by a factor of One-fifth and rotated 90 degrees counterclockwise.

Answers

The best description of the geometric construction of the quotient z/w on the complex plane is; Option A; z is scaled by a factor of One-fifth and rotated 90 degrees clockwise

How to find Complex Trigonometric numbers?

We are given;

z = 3(cos(15°) + i sin(15°))

w = 5(cos(90°) + i sin(90°))

Now, if we want to find the quotient z/w, it is clear that in geometric construction, the procedure will be to scale z by a factor of 1/5 and thereafter we will rotate by 90° clockwise.

Thus, option A is the correct answer.

Read more about Trigonometric Complex numbers at; https://brainly.com/question/12517327

#SPJ1

Describe fully the single transformation which takes shape A to shape B.

Answers

The single transformation which takes shape A to shape B as in the task content is a 90° clockwise rotation and a 6 units shift rightward.

What transformation is responsible for taking A to B?

By observation, it follows that the orientation of the shape A differs from that of B as it lags by 90° in the clockwise direction.

Additionally, the resulting image from a 90° clockwise rotation about the left vertice of A still reguires that A be shifted 6 units rightwards to yield shape B.

Read more on transformation;

https://brainly.com/question/4289712

#SPJ1

help please its my last one!

Answers

Using compound interest, it is found that they must deposit $9,143.47 in order to have the desired amount.

What is compound interest?

The amount of money earned, in compound interest, after t years, is given by:

[tex]A(t) = P\left(1 + \frac{r}{n}\right)^{nt}[/tex]

In which:

A(t) is the amount of money after t years. P is the principal(the initial sum of money). r is the interest rate(as a decimal value). n is the number of times that interest is compounded per year.

For this problem, the parameters are:

A(15) = 30000, r = 0.08, n = 4

Then we solve for P to find the initial deposit:

[tex]A(t) = P\left(1 + \frac{r}{n}\right)^{nt}[/tex]

[tex]30000 = P\left(1 + \frac{0.08}{4}\right)^{4 \times 15}[/tex]

[tex]P = \frac{30000}{(1.02)^{60}}[/tex]

P = $9,143.47.

More can be learned about compound interest at https://brainly.com/question/25781328

#SPJ1

The sales department has determined that the average purchase value for their catalog business is normally distributed with a mean of $30.44 and a standard deviation of $14.99. What is the purchase value at the 20th percentile

Answers

The purchase value at the 20th percentile is $17.85 for the distribution with a mean of $30.44 and a standard deviation of $14.99.

How to calculate Z-score to raw score X?

The formula for the X is

X = μ + Z × σ

where,

Z- score, μ is the mean, and σ is the standard deviation

Calculation:

It is given that,

μ = $30.44

σ = $14.99

x% is given as the 20th percentile

So, α = 0.20

then, the Z score from the normal distribution table is -0.84

On substituting,

X = μ + Z × σ

  = 30.44 + (-0.84 × 14.99)

  = 30.44 - 12.59

  = 17.85

Therefore, the purchase value at the 20th  percentile is $17.88.

Learn more about normal distribution here:

https://brainly.com/question/14777840

#SPJ4

A basketball player has a 0.689 probability of making a free throw. If the player shoots 18 free throws, what is the probability that she makes no more than 11 of them

Answers

It is determined while using the binomial distribution that there is still a 1.145=114.5% chance that she produces no more than 11 of them.

Calculating the probability

There are just two possible results for each throw. Either she succeeds or she fails. The binomial probability distribution is employed to answer this issue since the probability of completing a shot is regardless of all other throws.

Binomial probability distribution-

[tex]P(X=x) = C_{n,x} .p^{x}(1-p)^{n-x}[/tex]

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

where,

the no. of success= x

the no. of trials = n

the probability of a success on one trial = p

The probability of throwing not more than 11 will be:

P(X<11) = P(X=0) + P(X=1) +P(X=2) + P(X=3) +P(X=4) +P(X=5)+P(X=6)+P(X=7)+P(X=8)+P(X=9)+P(X=10)+P(X=11)

Where,

[tex]P(X=x) = C_{n,x} .p^{x}(1-p)^{n-x}[/tex]

[tex]P(X=0) = C_{18,0} .(0.689)^{0}(0.311)^{18}[/tex]≈0

[tex]P(X=1) = C_{18,1} .(0.689)^{1}(0.311)^{17}[/tex]≈0

[tex]P(X=2) = C_{18,2} .(0.689)^{2}(0.311)^{16}[/tex]≈0

[tex]P(X=3) = C_{18,3} .(0.689)^{3}(0.311)^{15}[/tex]≈0

[tex]P(X=4) = C_{18,4} .(0.689)^{4}(0.311)^{14}[/tex]≈0

[tex]P(X=5) = C_{18,5} .(0.689)^{5}(0.311)^{13}[/tex]= 0.0003

[tex]P(X=6) = C_{18,4} .(0.689)^{6}(0.311)^{12}[/tex]=0.0016

[tex]P(X=7) = C_{18,7} .(0.689)^{7}(0.311)^{11}[/tex]=0.0062

[tex]P(X=8) = C_{18,8} .(0.689)^{8}(0.311)^{10}[/tex]=0.0188

[tex]P(X=9) = C_{18,9} .(0.689)^{9}(0.311)^{9}[/tex]=0.0463

[tex]P(X=10) = C_{18,10} .(0.689)^{10}(0.311)^{8}[/tex]=0.9232

[tex]P(X=11) = C_{18,11} .(0.689)^{11}(0.311)^{7}[/tex]=0.1488

So,

P(X<11) = P(X=0) + P(X=1) +P(X=2) + P(X=3) +P(X=4) +P(X=5)+P(X=6)+P(X=7)+P(X=8)+P(X=9)+P(X=10)+P(X=11)

=0+0+0+0+0+0.0003+0.0016+0.0062+0.0188+0.0463+0.9232+0.1488 =1.145

Therefore, she makes 1.145=114.5% probability, no more than 11 of them.

Learn more about probability here:

https://brainly.com/question/11234923

#SPJ4

3. Today, Dahlia folded 29 paper cranes. Now there are 41 paper cranes in class. How many cranes were there in class yesterday? Each paper crane has a length of 10 centimetres. How many centimetres were there total for all the paper cranes?​

Answers

Answer:

There were 12 cranes in class yesterday. For all the cranes, there were a total of 290 centimeters.

Step-by-step explanation:

41-29=12.

29*10=290

Find the surface area of a rectangular prism with a height of 16 feet, a width of 10 feet, and a length of 13 feet.

Answers

The surface area of a rectangular prism with a height of 16 feet, a width of 10 feet, and a length of 13 feet is 996 ft².

A = Surface area

l = Length

w = Width

h = Height

A = 2 ( w l + h l + h w )

= 2 · ( 10 · 13 + 16 · 13 + 16 · 10 )

= 996 ft²

The gap occupied by using a dimensional flat surface is referred to as the region. it's far measured in rectangular gadgets. The location occupied by using a 3-dimensional object by means of its outer floor is referred to as the surface location.

The surface vicinity of a strong object is a degree of the total vicinity that the surface of the item occupies.

The floor location is the overall location included via all of the faces of a 3-d item. As an example, if we need to discover the amount of paint required to paint a cube, then the surface on which the paint will be implemented is its floor place. it is continually measured in square gadgets.

Learn more about the surface area here: https://brainly.com/question/76387

#SPJ4

Jamie and owen joined a monthly walking challenge at their youth center. jamie has already walked 120 minutes and plans to walk 20 minutes per day. owen plans to walk 30 minutes per day. let x represent the number of days and y represent the total number of minutes walked during the challenge. which system of equations can be used to find the number of days it will take for owen and jamie to have walked the same number of minutes? a system of equations. y equals 20 x plus 120. y equals 30 x. a system of equations. y equals 20 x. y equals 30 x plus 120. a system of equations. y equals 120 x plus 20. y equals 30 x. a system of equations. y equals 120 x. y equals 30 x plus 20.

Answers

Answer:

The system of equation y=120+20x and y=30x

Step-by-step explanation:

Let the number of days be x and y be the total number minutes

Jamie has walked 120 mins. She will walk at a rate of 20 mins per day.

y=120+20x

Owen walks 30 mins a day. So

y = 30x

To learn more about Linear Equations visit https://brainly.com/question/1884491

#SPJ4

15. The sides of a parallelogram are 100 m each and the length of the longest diagonal is 160 m. Find the area of the parallelogram.​

Answers

Answer:

Area of parallelogram = 9600 m²

Step-by-step explanation:

• We can find the measure of angle x using the cos rule:

[tex]160^2 = 100^2 +100^2 -2(100)(100) \cdot cos (x)[/tex]

Make x the subject of the equation:

⇒  [tex]20000 \cdot cos(x) = 100^2 +100^2 - 160^2[/tex]

⇒  [tex]cos(x) = -0.28[/tex]

⇒  [tex]x = cos^{-1} (-0.28)[/tex]

⇒  [tex]x = 106.26 \textdegree[/tex]

• Now we can find the area of one the triangles formed using the formula:

[tex]Area =\frac{1}{2} ab \cdot sin \theta[/tex]

where a and b are two sides of a triangle, and θ is the angle between them (angle x).

Substituting the values:

Area of one triangle = [tex]\frac{1}{2}[/tex]  × (100)(100) × sin(106.26°)

                             = 4800 m²

• Since the parallelogram is formed by two such triangles, we have to double the area of the triangle to find the parallelogram's area:

Area of parallelogram = 2 × 4800

                                     = 9600 m²

Which digit in 125 734 016 has a value of 20 000 000?

Answers

Step-by-step explanation:

in a number like 125,734,016

the right most position has the weight 10⁰ = 1

so, 6×1 = 6.

the second right most position has the weight 10¹ = 10.

so, 1×10 = 10

the third right most position has the weight 10² = 100.

so, 0×100 = 0

the 4th right most position has the weight 10³ = 1000.

so, 4×1000 = 4,000

the 5th right most position has the weight 10⁴ = 10000.

so, 3×10000 = 30,000

the 6th right most position has the weight 10⁵ = 100000.

so, 7×100000 = 700,000

the 7th right most position has the weight 10⁶ = 1000000.

so, 5×1000000 = 5,000,000

the 8th right most position has the weight 10⁷ = 10000000

so, 2×10000000 = 20,000,000

and so on.

as we can see, the 2 (the 8th most position from the right or the second position from the left) has the value of 20,000,000.

The digit 2 has a value of 20,000,000. Why? Well, see below!

This is a basic place value problem! The digit closest to the right is the ones place, the one to the left of the ones place is the tens place, the one to the left of the tens place is the hundreds place. These intervals are continuous but in the form of thousands, millions, billions, trillions, and many larger numbers that follow. In this problem, here’s the place value for each number:

Value of 6: 6
Value of 1 (to the left of 6): 10
Value of 0: 0 (typically this would represent hundreds but because 0 means absence of or none, the value is 0)
Value of 4: 4,000
Value of 3: 30,000
Value of 7: 700,000
Value of 5: 5,000,000
Value of 2: 20,000,000
Value of 1 (to the left of 2): 100,000,000

Because the digit 2 that this question is referring to is in the ten millions place, we can identify that this value equals 20,000,000 by considering the following equation:

2 x 10,000,000 = 20,000,000

Therefore, the digit in 125,734,016 that has a value of 20,000,000 is the digit 2 that is farthest to the left of the number. If you need extra help to understand this, let me know and I will gladly assist you.

Pls help with b

The diameters of two circular pulleys are 6cm and 12 cm, and their centres
are 10cm apart.

a. Angle a = 72.54 degrees

b. Hence find, in centimetres correct to one decimal place, the length of a
taut belt around the two pulleys

Answers

Which grade is that? 9 or 10?

Please help! i will give you a lot of points if you do!

i don't understand how to solve number 19 through 31, only the odd numbers.

please show work

Answers

Answer:

Khan Academy.

Step-by-step explanation:

You can go on khan academy and search up "percentages and numbers." The videos should immediately pop up. there are also lessons if you don't want to risk getting your problem wrong. If you are still confused and do not understand please just comment and I will respond.

True or false: the mayans wrote the digits in their numerals in a vertical format

Answers

Answer:

True

Step-by-step explanation:

Find the additive inverse of the following. (a) -4 (b) -18 (c) 620 (d) 60 (e) -244 (f) -8921

Answers

The additive inverse is:

(a) 4   (b) 18   (c) -620  (d) -60  (e) 244  (f) 8921

What is additive inverse?

The additive inverse of a number x is the number that, when added to x  yields zero.

It is shown as [tex]x+(-x)=0[/tex]

To find the additive inverse of a number we just change the sign of the given number which means positive changes to negative and vice versa.

The additive inverse of the given numbers are:

(a) 4

(b) 18

(c) -620

(d)-60

(e) 244

(f) 8921

Learn more about additive inverse here:

https://brainly.com/question/13715269

#SPJ4

Which best explains why the rotation represents an
isometric transformation?
the angle at point d remained a right angle.
the rectangle did not change shape or size..
point c remained the center of the rectangle.
point c did not remain the center of the rectangle.

Answers

The best explanation for why the rotation is isometric is "The rectangle did not change shape or size". Hence the second option is the right choice.

There are four main categories of transformations:

Translation (figure slides in any direction)Reflection (figure flips over a line)Rotation (figure turns about a fixed point)Dilation (the figure is enlarged or reduced)

A stiff transformation known as an isometry maintains perimeter and area while also preserving length and angle measurements. In other words, there is congruence between the preimage and the image. Translations, reflections, and rotations are therefore isometric, but dilations are not since the image and preimage are comparable, rather than congruent figures.

The transformation in the question will be isometric when the preimage of the rectangle before 360° rotation, will be congruent to the image after the rotation.

The congruency is best described by the option "The rectangle did not change shape or size", as that is the basis of congruency.

Thus, the best explanation for why the rotation is isometric is "The rectangle did not change shape or size". Hence the second option is the right choice.

Learn more about isometric transformations at

https://brainly.com/question/24095450

#SPJ4

The provided question is incomplete. For the complete question, refer to the attachment.

Given the following system of equations for n≥2, find a5.

a1=2

an=3⋅an−1−1

Select one:
a. 41
b. 122
c. 365
d. 2,094

Answers

Answer:

b

Step-by-step explanation:

using the recursive rule [tex]a_{n}[/tex] = 3[tex]a_{n-1}[/tex] - 1 and a₁ = 2 , then

a₂ = 3a₁ - 1 = (3 × 2) - 1 = 6 - 1 = 5

a₃ = 3a₂ - 1 = (3 × 5) - 1 = 15 - 1 = 14

a₄ = 3a₃ - 1 = (3 × 14) - 1 = 42 - 1 = 41

a₅ = 3a₄ - 1 = (3 × 41) - 1 = 123 - 1 = 122

If 0 is greater than f but less than or equal to 90, and cos(22f-1) = sin(7f+4), what is the value of f?

Answers

The value of f from the given expression is 3

Sine and cosine function

Given the expression below

cos(22f-1) = sin(7f+4),

This can also be expressed

cos(22f-1) = cos(90-7f-4)

cos(22f-1) = cos(86-7f)

22f - 1 = 86 - 7f

Collect the like terms

22f+7f = 86 + 1

29f = 87

f = 3

Hence the value of f from the given expression is 3

Learn more on trig function here: https://brainly.com/question/24349828

#SPJ1

I need help someone with graphs

Answers

Answer:

B.) The graph of g(x) is shifted 4 units up

Step-by-step explanation:

In a linear function in slope-intercept form, b, or 4 in this case, represents the y-intercept which technically acts as a vertical shift

Pls help me !!! due today:(

Answers

Answer:

Khan Academy.

Step-by-step explanation:

You can go on khan academy and search up "equations, expressions". The videos should immediately pop up. there are also lessons if you don't want to risk getting your problem wrong. If you are still confused and do not understand please just comment and I will respond.

Parabola a can be represented using the equation (x 3)2 = y, while line b can be represented using the equation y = mx 9. isabel claims one solution to the system of two equations must always be the vertex of parabola a. which best describes the reasonableness of her claim?

Answers

Isabel is incorrect because the point of intersection between line B and parabola A that can be determined is the y-intercept of the equations, not the vertex.  This can be obtained using finding y intercept of both parabolas and vertex of parabola A.

Is her claim correct?  

Parabola A, (x + 3)² = y = x² + 6x + 9

Parabola B, y = mx + 9

For parabola A, when x = 0, y = (0+3)²

x=0, y = 9

y coordinate of parabola A is (0,9)

⇒The vertex coordinate,

(-b/2a , -(b²-4ac)/4a) = (-3,0)          

For parabola B, when x = 0, y = 0 + 9

x=0, y = 9  

y coordinate of parabola B is (0,9)    

Isabel claims one solution to the system of two equations must always be the vertex of parabola A which is wrong.  

Hence Isabel is incorrect because the point of intersection between line B and parabola A that can be determined is the y-intercept of the equations, not the vertex.

Learn more about coordinate system here:

brainly.com/question/14180189  

#SPJ4  

Disclaimer: The question was given incomplete on the portal. Here is the complete question.

Question: Parabola A can be represented using the equation (x + 3)2 = y, while line B can be represented using the equation y = mx + 9. Isabel claims one solution to the system of two equations must always be the vertex of parabola A. Which best describes the reasonableness of her claim?

help me i kinda stuck

Answers

For the given data,

Mean = 2.12

Median = 2

Mode = 2

Range = 3

Statistics

From the question we are to determine the mean

From the given table

Scoops of Ice cream     Male      Female     Other         Total frequencies

1                                        7              3               3                       13

2                                       8              11              2                        21

3                                       10             1               0                        11

4                                        2              1              1                          4

∴ [tex]Mean = \frac{(1 \times 13) + (2 \times 21) +(3 \times 11) + (4 \times 4)}{13 +21+11+4}[/tex]

[tex]Mean = \frac{(13) + (42) +(33) + (16)}{49}[/tex]

[tex]Mean = \frac{104}{49}[/tex]

Mean = 2.12

Median = 2

Mode = 2

Range = 4 - 1 = 3

Hence, for the given data

Mean = 2.12

Median = 2

Mode = 2

Range = 3

Learn more on Statistics here: https://brainly.com/question/14202747

#SPJ1

Which number line represents the solution set for the inequality 3(8 – 4x) < 6(x – 5)?

A number line from negative 5 to 5 in increments of 1. An open circle is at 3 and a bold line starts at 3 and is pointing to the left.
A number line from negative 5 to 5 in increments of 1. An open circle is at 3 and a bold line starts at 3 and is pointing to the right.
A number line from negative 5 to 5 in increments of 1. An open circle is at negative 3 and a bold line starts at negative 3 and is pointing to the left.
A number line from negative 5 to 5 in increments of 1. An open circle is at negative 3 and a bold line starts at negative 3 and is pointing to the right.

Answers

The solution to the inequality is x > 3

The number line that represent the solution set will be:

A number line from negative 5 to 5 in increments of 1. An open circle is at 3 and a bold line starts at 3 and is pointing to the right. The correct option is the second option

Linear Inequalities

From the question, we are to determine the number line that represents the solution set for the given inequality

The given inequality is

3(8 – 4x) < 6(x – 5)

First, we will solve the inequality

3(8 – 4x) < 6(x – 5)

Clear the brackets

24 - 12x < 6x - 30

Collect like terms

24 + 30 < 6x + 12x

54 < 18x

Divide both sides by 18

3 < x

x > 3

Hence, the number line that represent the solution set will be:

A number line from negative 5 to 5 in increments of 1. An open circle is at 3 and a bold line starts at 3 and is pointing to the right. The correct option is the second option

Learn more on Linear inequalities here: https://brainly.com/question/28003708

#SPJ1

Use cylindrical or spherical coordinates, whichever seems more appropriate. Evaluate z dV E , where E lies above the paraboloid z

Answers

The resulted integral is [tex]I=\frac{8}{3} \times \frac{5 \pi}{16}=\frac{5 \pi}{6}[/tex].

What is integrals?

In mathematics, an integral is either a number representing the region under a function's graph for a certain interval or just an added to the initial, the derivative of which is initial function (indefinite integral).

Computation of the integrals:

Step 1: We employ the equations in cylindrical coordinates.

[tex]x=r \cos \theta, y=r \sin \theta, z=z[/tex]

Thus, in cylindrical coordinate system,

E lies above the paraboloid [tex]z=r^{2}[/tex] and below the plane [tex]z=2 r \sin \theta[/tex] .

Therefore, the top part E is  [tex]z=2 r \sin \theta[/tex] is the cross-section between paraboloid and the plane.

Now, at the cross-section use, [tex]r^{2}=2 r \sin \theta[/tex] and  [tex]z=2 r \sin \theta[/tex] .

Thus, the limits are given as ;

[tex]r^{2} \leq z \leq 2 r \sin \theta \quad 0 \leq r \leq 2 \sin \theta[/tex]

Apply the limits as compute the integration;

[tex]\begin{aligned}I=\iiint_{E} z d V &=\int_{0}^{\pi} \int_{0}^{2 \sin \theta} \int_{\tau^{2}}^{2 r \sin \theta} z r d r d z d \theta \\&=\int_{0}^{\pi} \int_{0}^{2 \sin \theta}\left[\frac{z^{2}}{2}\right]_{r^{2}}^{2 r \sin \theta} r d r d \theta \\&=\frac{1}{2} \int_{0}^{\pi} \int_{0}^{2 \sin \theta}\left[4 r^{2} \sin ^{2} \theta-r^{4}\right] r d r d \theta\end{aligned}[/tex]

                       [tex]\begin{aligned}&=\frac{1}{2} \int_{0}^{\pi} \int_{0}^{2 \sin \theta}\left[4 r^{3} \sin ^{2} \theta-r^{5}\right] d r d \theta \\&=\frac{1}{2} \int_{0}^{\pi}\left[r^{4} \sin ^{2} \theta-\frac{r^{6}}{6}\right]_{0}^{2 \sin \theta} d \theta \\&=\frac{8}{3} \int_{0}^{\pi} \sin ^{6} \theta d \theta\end{aligned}[/tex]

Step 2: Now, calculate for the [tex]I_{1}=\int_{0}^{\pi} \sin ^{6} \theta d \theta[/tex].

 [tex]\begin{aligned}\sin ^{6} \theta &=\left(\sin ^{2} \theta\right)^{2} \times \sin ^{2} \theta \\&=\left[\frac{1-\cos 2 \theta}{2}\right]^{2} \times\left[\frac{1-\cos 2 \theta}{2}\right] \\&=\frac{1}{8}\left(1-2 \cos 2 \theta+\cos ^{2} 2 \theta\right)(1-2 \cos 2 \theta) \\&=\frac{1}{8}\left(1-2 \cos 2 \theta+\frac{1+\cos 4 \theta}{2}\right)(1-2 \cos 2 \theta)\end{aligned}[/tex]

         [tex]\begin{aligned}&=\frac{1}{16}(3-4 \cos 2 \theta+\cos 4 \theta)(1-2 \cos 2 \theta) \\&=\frac{1}{32}(10-15 \cos 2 \theta+6 \cos 4 \theta-\cos 6 \theta)\end{aligned}[/tex]

Further compute the value of

   [tex]\begin{aligned}I_{1} &=\int_{0}^{\pi} \sin ^{6} \theta d \theta \\&=\frac{1}{32} \int_{0}^{\pi}(10-15 \cos 2 \theta+6 \cos 4 \theta-\cos 6 \theta) d \theta \\&=\frac{1}{32}\left[10 \theta-\frac{15 \sin 2 \theta}{2}+\frac{3 \sin 4 \theta}{2}-\frac{\sin 6 \theta}{6}\right]_{0}^{\pi} \\&=\frac{5 \pi}{16}\end{aligned}[/tex]

Therefore, the obtained integral is  [tex]I=\frac{8}{3} \times \frac{5 \pi}{16}=\frac{5 \pi}{6}[/tex].

Learn more about the indefinite integrals, here

https://brainly.com/question/22008756

#SPJ4

The complete question is -

Use cylindrical or spherical coordinates, whichever seems more appropriate. Evaluate ∫∫∫E z dV, where E lies above the paraboloid

z = x² + y²

and below the plane z = 2y. Use either the Table of Integrals or a computer algebra system to evaluate the integral.

Prove by induction:
5| (21^n+9)

Answers

It's kind of self-evident. Any power of 21 will have a 1 in the units place, and adding 9 to it makes it 0 and hence the number is divisible by 5.

To prove the claim by induction, first establish the base case. I assume [tex]n\in\Bbb N[/tex], so for [tex]n=1[/tex] we have

[tex]21^1 + 9 = 21 + 9 = 30[/tex]

and of course 30 = 5×6 is divisible by 5.

Assume the claim is true for [tex]n=k[/tex], that [tex]5 \mid 21^k + 9[/tex]. This means that for some integer [tex]\ell[/tex], we can write

[tex]21^k + 9 = 5\ell[/tex]

Now the induction step: when [tex]n=k+1[/tex], we have

[tex]21^{k+1} + 9 = \bigg(21\times(21^k + 9) - 9\times21\bigg) + 9 \\\\ ~~~~~~~~~~~~~~ = 21\times5\ell - 9\times20 \\\\ ~~~~~~~~~~~~~~= 5\times(21\ell - 9\times4)[/tex]

which is divisible by 5. QED

You’re catering a banquet and want to use a delicious chicken recipe that was a success with a previous client. However, the recipe makes 10, 4-oz portions, and you need to serve 60 people with 3-oz portions. Calculate the recipe conversion factor.

Answers

The conversion factor of the chicken recipe used at the banquet is 4.5.

What is an equation?

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

Conversion factor = (new amount * portion size) / (old amount * portion size)

Hence:

Conversion factor = (60 * 3) / (10 * 4) = 4.5

The conversion factor of the chicken recipe used at the banquet is 4.5.

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1

True or false, if a domain is restricted to x > 1, then there will be an open circle at x = 1.

Answers

Answer:

Step-by-step explanation:

true

On a number line, point D is at -6, and point E is at 8. Point F lies between points D and E. If DF: FEis 3: 1, where does point F lie on the
number line?

Answers

F is located on the number 4.5 on the number line.

Where does point F lie on the number line?

We know that point D is at -6

Point E is at 8.

Point F is between D and E, such that the ratio:

DF:FE is 3:1

So if we divide the distance between D and E in 4 parts, 3 of these parts are DF, and one of these parts is FE.

First, the distance between E and D is:

distance = 8 - (-6) = 14 units.

Now, if we divide that by 4, we get:

14/4 = 3.5

Then we have:

DF = 3*(3.5) = 10.5

This means that F is at 10.5 units to the right of D, then:

F = D + 10.5 = -6 + 10.5 = 4.5

F is located on the number 4.5 on the number line.

If you want to learn more about ratios:

https://brainly.com/question/2328454

#SPJ1

Answer:

4.5 is the answer :D

Step-by-step explanation:

pls help asap............

Answers

See below for the solution to each question

Is the graph a function?

Yes, the graph is a function.

This is because all x values have different y values

The domain

This is the set of input values of the graph.

From the graph, we have

x = 0 to x = 17

Hence, the domain is [0, 17]

The range

This is the set of output values of the graph.

From the graph, we have

y = 0 to y = 10

Hence, the range is [0, 10]

The maximum

This is the maximum point on the graph.

From the graph, we have

Maximum = (12, 10)

The minimum

This is the minimum point on the graph.

From the graph, we have

Minimum = (0, 0)

The increasing intervals

These are the intervals where the y values increase as x increase.

From the graph, we have

Increasing intervals = (0, 5) ∪ (10, 12) ∪ (14, 15)

The decreasing intervals

These are the intervals where the y values decrease as x increase.

From the graph, we have

Decreasing intervals = (7, 10) ∪ (12, 14) ∪ (15, 17)

The constant intervals

These are the intervals where the y values remain unchanged as x changes.

From the graph, we have

Constant intervals = (5, 7)

Read more about functions at

brainly.com/question/1600302

#SPJ1

True or
False?
A binary predictor variable is tested for significance using a different test statistic than used for a quantitative predictor variable.

Answers

Answer:

it is False

Step-by-step explanation:

Other Questions
During a pumpkin launching contest, two pumpkins are launched at the same time. the path of pumpkin a is modeled by the equation y = 0.01x2 0.32x 4. the path of pumpkin b is modeled by the equation y = 0.01x2 0.18x 5. if x represents the distance the pumpkin traveled in feet and y represents height of the pumpkin in feet, what does the intersection point of the equations represent? If you were a security professional in a company, what are four roles (two sets of two related roles) you would separate and why? A walking path across a park is represented by the equation y=-3x - 3. Anew path will be built perpendicular to this path. The paths will intersect atthe point (-3, 6). Identify the equation that represents the new path.OA. y=-3x-6O B. y=x+7OC. y=3x+15O D. y=-x+516610MARFREN10-10-10 If a person stands 40 ft from a tree and the angle of elevation made from their eyes (5 ft above the ground) to the top of the tree is 47, how tall is the tree? Round your answer to the nearest foot. What were kamikaze attacks? When passing a trolley, you must pass from what side? the left side the right side either side you cannot pass a trolley Find the fifth term of the sequence. In the scientific method: Select one: a. Hypotheses to be tested are formulated after collecting the data. b. Publication is an optional part of the process, mainly to further the careers of the scientists, but is not actually necessary. c. The self-correcting nature of science usually means that mistakes or even deceptions do not last long. d. None of the above. The ____________ layer of the osi model is responsible for data format translation Which peer-reviewed scientific journal article formats rely primarily on previously published research to make their arguments? What is the correct order for the events that occur during a reflex? a: impulse travels through sensory neuron to the cns b: a stimulus activates a receptor A college graduate expects to earn a salary of $55,000 during the first year after graduation and receive a 3% raise every year after that. What is the total income he will have received after ten years? During the trance dance, what is taken from the shaman's body and used as medicine? Outline the Operational Risk events that JP Morgan Chase & Co has experienced over the last 5 years According the UCC's statute of frauds all: Im back!! I feel so embarrassed that I cant answer it. Look- my brain died in a fire. plez help lol How does the graph of g(x) = (x 2)^3 + 6 compare to the parent function of f(x) = x^3?A. g(x) is shifted 2 units to the right and 6 units down.B. g(x) is shifted 2 units to the right and 6 units up.C. g(x) is shifted 2 units to the left and 6 units down.D. g(x) is shifted 6 units to the left and 2 units down. When henry hudson's voyage gave the dutch a claim to the hudson river area in 1609, what was he actually seeking? To help promote purposeful action and sustained improvement, leaders must often assume the role of? a rectangle has horizontal sides of 3 (x-2)ft and vertical sides of 4x-7+(-2x) ft finde the value of x so that the rectangle has a perimeter of 34 ft