Determine, for the typical algorithms that you use to perform calculations by hand, the running time to do the following: a. Add two N-digit integers. B. Multiply two N-digit integers. C. Divide two N-digit integers

Answers

Answer 1

The running time of the algorithms of addition, multiplication and division of two numbers are O(N), O(N^2), and O(N^2) respectively.

For the typical algorithms used to perform calculations by hand:

A. Adding two N-digit integers typically takes O(N) time. This is because each digit of the larger number needs to be added to the corresponding digit of the other number and the carry over needs to be taken into account.

B. Multiplying two N-digit integers typically takes O(N^2) time. This is because each digit of one number needs to be multiplied by each digit of the other number, and the intermediate results need to be summed.

C. Dividing two N-digit integers typically takes O(N^2) time. This is because the process of long division involves repeatedly dividing, multiplying, and subtracting the digits of the dividend and the divisor until the result is obtained.

Read more about Big-O Notation:

https://brainly.com/question/27994424

#SPJ4


Related Questions

Can anyone help me solve this?

Answers

On the right side, we can just simplify the expression to 1+tanθ+cotθ

The Identity equation

Yes, this is true.

The left side of the equation can be simplified to 1, which is equal to the right side.

Left side:

(cotθ/1-tanθ)+(tanθ/1-cotθ)

= (cotθ + tanθ)/(1 - tanθ - cotθ)

= (tanθ + cotθ)/(1 - tanθ - cotθ)

= 1/(1 - tanθ - cotθ)

= 1

Right side:

1 + tanθ + cotθ = 1

To prove that this equation is true for any value of θ, we must first expand and simplify each side of the equation. On the left side, we can express the fraction as a product of two terms, giving us (cotθ*(1-tanθ))+(tanθ*(1-cotθ)).We can then factor out cotθ and tanθ, giving us (cotθ*(1-tanθ+1-cotθ))+(tanθ*(1-cotθ+1-tanθ)).We can then combine the terms that are being multiplied by each side to get (cotθ+tanθ)*(1-tanθ-cotθ). Since the brackets are equal to 0, this simplifies to 0*(1-tanθ-cotθ), which is equal to 0.

To learn more about Identity equation refer to:

https://brainly.com/question/17954964

#SPJ1

Answer:

See proof below

Step-by-step explanation:

(Please excuse any typos and point them out to me. It is a pain typing in LateX)

We are asked to prove:

[tex]\dfrac{\cot\theta}{1-\text{\ensuremath{\tan\theta}}}+\dfrac{\tan\theta}{1-\cot\theta}=1+\tan\theta+\cot\theta[/tex]

Since
[tex]\tan\theta =\dfrac {\sin\theta}{\cos\theta}\\\\\cot\theta = \dfrac {\cos\theta}{\sin\theta}\\\\[/tex]

the left side becomes

[tex]\dfrac{\cos\theta/\sin\theta}{1-\sin\theta/\cos\theta}+ \dfrac{{\sin\theta/\cos\theta}}{1-\cos\theta/\sin\theta} \cdots \cdots \cdots(1)[/tex]

For ease of expressing this let

[tex]a = \sin\theta\\b = \cos\theta\\[/tex]

Substituting the above in expression (1) gets us
[tex]\dfrac{b/a}{1- a/b} + \dfrac{a/b}{1-b/a}[/tex]

Let's take the individual terms and simplify each
[tex]\dfrac{b/a}{1- a/b} = \dfrac{b}{a}\cdot \dfrac{1}{1-\dfrac{a}{b}}[/tex]

[tex]\dfrac{1}{1-\dfrac{a}{b}}= \dfrac{1}{\dfrac{b-a}{b}}=\dfrac{b}{b-a}[/tex]

Therefore

[tex]\dfrac{b}{a}\cdot\dfrac{b}{b-a} = \dfrac{b^2}{a(b-a)}[/tex]

For the second term we get

[tex]\dfrac{a/b}{1-b/a} = \dfrac{a^2}{b(a-b)}[/tex]

Noting that (a - b) = - (b - a)

the entire expression becomes

[tex]\dfrac{b^2}{a(b-a)} = - \dfrac{a^2}{b(b-a)}[/tex]

Multiply this expression throughout by the LCM which is
[tex]ab(b-a)[/tex]

[tex]\dfrac{b^2 \cdot b - {a^2}\cdot a}{ab(b-a)}\\\\= \dfrac{b^3 - a^3}{ab(b-a)}\cdots\cdots(2)\\[/tex]

(b -a) cancels in numerator and denominator on both sides giving

For the numerator we have the identity
[tex]b^3 - a^3 = (b-a)(b^2 + ab + b^2)[/tex]

So the expression in (2) becomes
[tex]\dfrac{(b-a)(b^2 + ab + a^2)}{ab(b-a)}\\\\\textrm{(b-a) cancels from the numerator and denominator}\\\\[/tex]

This leaves us with:

[tex]\dfrac{(b^2 + ab + a^2)}{ab}[/tex]

Substituting for a = sinθ and b = cosθ we get

[tex]\dfrac{\cos^2\theta + \sin^2\theta+ \cos\theta\sin\theta}{\sin\theta\cos\theta}[/tex]

Divide each term in the numerator by [tex]\sin\theta \cos\theta[/tex]

==> [tex]\dfrac{cos^2\theta}{\sin\theta\cos\theta} + \dfrac{\sin^2\theta}{\sin\theta\cos\theta}+ \dfrac{\sin\theta\cos\theta}{\sin\theta\cos\theta}}[/tex]

==> [tex]\dfrac{\cos\theta}{\sin\theta} + \dfrac{\sin\theta}{\cos\theta} + 1[/tex]

[tex]\cot\theta + \tan\theta + 1\\== > 1 + \tan\theta + \cot\theta[/tex]

Hence PROVED



How to rotate a triangle 270 degrees counterclockwise?

Answers

Rotating a triangle 270 degrees counterclockwise is the same as rotating a figure 90 degrees clockwise. The solution has been obtained using the concept of rotation.

What is rotation?

A rotation in mathematics is a transformation that revolves a shape around a fixed point.

We have a specific rule that we can use to do this that is based on the fact that a 270° anticlockwise rotation is the same as a 90° clockwise rotation. One such rotation is to rotate a triangle 270° anticlockwise.

On a graph, we can rotate a triangle 270° anticlockwise by passing each of its vertices through the transformation shown below:

Change the x and y coordinates after multiplying the x coordinate by a negative number.

Consequently, (x,y) becomes (y,-x).

Hence, this way we can rotate a triangle 270 degrees counterclockwise.

Learn more about rotation from the given link

https://brainly.com/question/28824664

#SPJ4

Given the four points E(2,5), F(7,1), G(2,-3), and H(-8,5) is EF parallel to GH?

Answers

EF is parallel to GH by using the slope formula. Both the slope is equal to -4/5.

Given that the information below:

E(2,5), F(7,1), G(2.-3) and H(-8,5) is EF parallel to line GH.

By using slope formula method we can compare the slopes of line EF & line GH.

Where m = (y2 - y1 ) / (x2 - x1) slope of segment become (x1,y1) & (x2,y2)

EF Slope = (1-5)/(7-2) = -4/5

GH Slope = (5-(-3)/(-8-2) = 8/-10 = -4/5

By using slope formula method EF  slope is -4/5 & GH slope is -4/5. Both the slopes of the equation is equal. In this way we can prove that the EF is parallel to GH.

Learn more about slope formula:

https://brainly.com/question/29335974

#SPJ4

4Y - 1 when y = -5 PLEASE HELP MEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

Answers

Answer: -21

Step-by-step explanation: first you multiply 4 x -5 or 4(-5) - 1 4 x -5 would give you -20 and -20 - 1, since both are negative we add to get a total of -21 hope this helps.

Small market orders copies of a certain magazine for its magazine rack each week. Let X = demand for the magazine, with the following pmf. X 1 2 3 4 5 6 p(x) 1 14 2 14 3 14 3 14 2 14 3 14 Suppose the store owner actually pays $2. 00 for each copy of the magazine and the price to customers is $4. 0. If magazines left at the end of the week have no salvage value, is it better to order three or four copies of the magazine? [Hint: For both three and four copies ordered, express net revenue as a function of demand X, and then compute the expected revenue. ] What is the expected profit if three magazines are ordered? (Round your answer to two decimal places. ) $ 27/7 Incorrect: Your answer is incorrect. What is the expected profit if four magazines are ordered? (Round your answer to two decimal places. ) $ How many magazines should the store owner order

Answers

Small market orders copies of a certain magazine for its magazine rack each week. The number of copies to order to generate more revenue is 4.

Let the profit y, the demand for the magazine be x , the number owner ordered k , then we get :

y = 4x - 2m ( m > x)

y = 2m        ( m ≤ x)

If m = 3 we get

E (y) = 1/14 (4 - 2x3) + 2/14 (4x2 - 2x3) + 3/14 (2x3) + 3/14 (2x3) + 2/14 (2x3) + 3/14 (2x3)

E(y) = 68/14

If m = 4 get,

E (y) = 1/14 (4 - 2x4) + 2/14 (4x2 - 2x4) + 3/14 (4x3 -2x4) + 3/14 (2x4) + 2/14 (2x4) + 3/14 (2x4)

E(y) = 72/14

E (y)m=4 > E(y)m=3

So order number is 4.

Learn more about Order problems:

https://brainly.com/question/15865820

#SPJ4

A company model it net income, in thouand of dollar, with the function f(x) = 9x2 – 54x – 144, where x i the number of unit of it product old. How many unit of it product doe the company need to ell in order for the net income to equal $0?

Answers

The company needs to produce 8 units in order for the net income to equal $0

What is factoring?

Is a technique that consist of decomposition of a factor into a product of another factor, which when multiplied together give the original number.

the equation given can be simplified as:

f(x) = 9x² - 54x - 144.

f(x) = 9(x² - 6x - 16)

Then factoring we have:

f(x) = 9[(x + 2)(x - 8)]

It has a net income equals to 0 when:

f(x) = 0, so the variables are:

x + 2 = 0 -> x = -2

x - 8 = 0 -> x = 8

As the amount of products sold have to be positive the amount of product is 8

Learn more about factoring at brainly.com/question/24734894

#SPJ4

The formula for the perimeter of a rectangle is. Part a. Rewrite the formula for the perimeter of a rectangle in terms of the width. In your final answer, include all of your work. Part b. In two or more complete sentences, describe the process you followed while isolating the variable in the equation.

Answers

The isolation of variable in the equation will result in the formula - Breadth = (Perimeter - 2length)/2.

As per the known information, the formula of the perimeter of rectangle is -

Perimeter = 2 (length + breadth)

Expanding the formula we get -

Perimeter = 2length + 2breadth

Rewriting in terms of breadth -

2Breadth = Perimeter - 2length

Breadth = (Perimeter - 2length)/2

The process to isolate the variable will require expanding and rewriting the equation with breadth on Left Hand Side of the equation. Now, move the constant on Right Hand Side and you will get the formula.

Learn more about rectangle -

https://brainly.com/question/25292087

#SPJ4

When u, v are nonzero vectors, then Span{u, v} contains only the line through u and the origin, and the line through v and the origin.

Answers

When u, v are nonzero vectors, then Span{u, v} contains only the line through u and the origin, and the line through v and the origin, this statement is false.

The span of two nonzero vectors u and v, Span{u, v}, is the set of all linear combinations of u and v. This set can include not only the lines through u and the origin, and the line through v and the origin, but also all other points on the plane defined by these two lines.

For example, if u = (1, 0) and v = (0, 1), then Span{u, v} would be the set of all points in the x-y plane, since every point in the plane can be represented as a linear combination of u and v.

Therefore, Span{u, v} contains not only the lines through u and the origin, and the line through v and the origin, but all other points on the plane defined by these two lines.

Correct Question :

When u, v are nonzero vectors, then Span{u, v} contains only the line through u and the origin, and the line through v and the origin. True or fasle.

To learn more about vectors here:

https://brainly.com/question/29740341

#SPJ4

evaluate the line integral where c is the straight line segment from point to point

Answers

The line integral [tex]\int_{c}xds[/tex]where c is the straight line segment from point (1, 2) to point (5, 10) is 12√5.

Using the two-point form of the line, we can compute the equation of the line connecting the points and obtain:

y = 2x

Consider x = t. Now the result is:

y = 2t

We can write C as:

[tex]\vec{r}(t)=t\hat{i}+2t\hat{j}[/tex]

Now, t ranges from t = 1 to t = 5 since x = t and x range from x = 1 to x = 5. When we differentiate the C equation, we obtain:

[tex]\vec{r}'(t)=\hat{i}+2\hat{j}[/tex]

Now finding the magnitude

[tex]|\vec{r}'(t)|=\sqrt{(1)^2+(2)^2}[/tex]

[tex]|\vec{r}'(t)|=\sqrt{1+4}[/tex]

[tex]|\vec{r}'(t)|=\sqrt{5}[/tex]

Now, the integral will be:

I = [tex]\int_{t=1}^5t\:(\sqrt 5)dt[/tex]

I = [tex]\sqrt {5}\int_{t=1}^5tdt[/tex]

Now integrating

I = [tex]\sqrt {5}\left(\frac{t^2}{2}\right)_{t=1}^{5}[/tex]

I = [tex]\sqrt {5}\left(\frac{5^2}{2}-\frac{1^2}{2}\right)[/tex]

I = √5(25/2 - 1/2)

I = √5(12.5 - 0.5)

I = 12√5

To learn more about line integral link is here

brainly.com/question/29850528

#SPJ4

The complete question is:

Evaluate the line integral [tex]\int_{c}xds[/tex]where c is the straight line segment from point (1, 2) to point (5, 10).

I dont understand may you please help me

Answers

Answer:66

Step-by-step explanation:

336666

Which function has a percent rate of decrease equal to 5%?

A. F(x) = 3(0. 5)*

B. F(x) = 3(1. 5)

C. F(x) = 3(0. 05)

D. F (x) = 3(0. 95)

E. F(x) = 3(1. 05)

Answers

Among the given, the function that has a percent rate of decrease equal to 5% is: F(x) = 3(0.95)

Hence, option (D) is the correct choice.

For (A):

We have,

F(x) = 3(0.5), Here percentage rate decrease = 50%

For (B):

We have,

F(x) = 3(1.5), Here there is percentage rate increase which will be = 50%

For (C):

We have,

F(x) = 3(0.05), Here percentage rate decrease = 95%

For (D)

F(x) = 3(0.95)

Here, percent rate of decrease equal to 5%

This function represents the relationship between input x and the output y where y = 3(0.95^x).

The number 0.95 can be interpreted as 95% of the original value, which means a 5% decrease.

For (A):

We have,

F(x) = 3(1.05), Here there is percentage rate increase which is = 5%

For more questions on Percentage rate decrease

https://brainly.com/question/29775174

#SPJ4

How do you convert 200 Kilogram (kg) to Pound (lb)?

Answers

The actual weight of a pound is 0.45359237 kilos.

How much in kilogrammes are converted to pounds?To Change the Price Per Pound (Pp) to the Price Per Kilogram (Kg), In order to convert cost per kilogramme to cost per lb, simply multiply the kg price by 2.2046 to get the lb price.In essence, one kilogramme is equivalent to two pounds (there is a longer decimal position, but I abbreviate it to 2.2046).In the fields of mathematics and engineering, converting from kilogrammes to pounds is a frequent operation; fortunately, it is also a simple one. For most conversions, all you need to do is multiply the number of kilogrammes by 2.2 to get the number of pounds.

To learn more about Pound (lb) refer to:

https://brainly.com/question/30402293

#SPJ4

Jayden is going to invest $97,000 and leave it in an account for 16 years. Assuming the interest is compounded annually, what interest rate, to the nearest hundredth of a percent, would be required in order for Jayden to end up with $143,000?

Answers

An interest rate of 2.5 % is required to obtained a current capital of $ 143,000 after a period of 16 years.

How to find the interest rate of a deposit

In this problem we find that Jayden deposits an amount of money for a period of 16 years and such account is under composite interest, that is, that the account increases its capital continously in time. Compound interest model is shown:

C' = C · (1 + r / 100)ˣ

Where:

C - Initial capital, in monetary units.C' - Current capital, in monetary units. r - Interest rate, in percentage.x - Number of periods, in years.

If we know that C = 97,000, C' = 143,000 and x = 16, then the interest rate is:

143,000 = 97,000 · (1 + r / 100)¹⁶

143 / 97 = (1 + r / 100)¹⁶

1.025 = 1 + r / 100

0.025 = r / 100

r = 2.5

The needed interest rate needed for a capital of $ 143,000 after a period of 16 years is equal to 2.5 %.

To learn more on compound interest: https://brainly.com/question/13155407

#SPJ1

8. (6 pts) At a local garden shop, the price of plants includes sales tax. The cost of 4 large plants and 8
medium plants is $40. The cost of 5 large plants and 2 medium plants is $28.

b) Could the cost of one large plant be $5.50 and the cost of one medium plant be $2.25? Justify your
answer.
c)
Determine algebraically both the cost of a large plant and the cost of a medium plant

Answers

By solving a system of equations we will see that a large plant costs $4.50 and a medium one $2.75

How to find the costs of the plants?

Let's define the variables:

x = cost of a large plant.

y = cost of a medium plant.

We know that " The cost of 4 large plants and 8 medium plants is $40"

4*x + 8*y = 40

And "The cost of 5 large plants and 2 medium plants is $28."

5*x + 2*y = 28

So we have a system of equations:

4*x + 8*y = 40

5*x + 2*y = 28

We can isolate x on the first equation to get:

4x + 8y = 40

4x = 40 - 8y

x = (40 - 8y)/4

x = 10 - 2y

Replacing that in the other equation we will get:

5*(10 - 2y) + 2*y = 28

50 - 10y + 2y = 28

50 - 28 = 8y

22 = 8y

22/8 = y

2.75 = y

And the value of x is:

x = 10 - 2*2.75 = 4.5

Then the cost of a lare plant is $4.5 and the cost of a medium plant is $2.75.

Learn more about systems of equations at:

https://brainly.com/question/13729904

#SPJ1

I need help ASAP. I can’t figure out the answer can someone give it or explain the answer?

Answers

1.5 cm is the data range. The number sequence "4, 6, 9, 3, 7" is an example where the lowest value is 3 and the highest is 9. The range is therefore 9 3 = 6. Just like that!

What is meant by data range?In statistics, the range of your data is the range between the lowest and greatest values of the distribution. It acts as a typical sign of unpredictable behavior.Measurements of variability provide descriptive statistics for your data set's summary, together with measures of central tendency. In a list or collection of numbers, the range is the difference between the lowest and highest integers. Place all the numbers in order before attempting to determine the range. The lowest number is then subtracted (subtracted) from the greatest number. The range is the range of values, i.e., the range between the lowest and highest values. The lowest value is 3 and the highest is 9 in the example number sequence "4, 6, 9, 3, 7." As a result, the range is 9 3 = 6. Simple as that!

Q3 - Q1 is the interquartile range (IQR).

The third quartile (Q3) of the box plot is the data value that exactly matches the end of the box's edge (7 cm).

The data value exactly at the box's outside edge (5.5 cm) is the first quartile (Q1).

Range between quartiles (IQR): 7 - 5.5 = 1.5 cm

To learn more about data range, refer to:

https://brainly.com/question/24326172

#SPJ1

Which statement best explains if the graph correctly represents the proportional relationship y = −2x? (4 points) A coordinate plane is shown. Points are graphed at 2 comma 4 and negative 1 comma 2. The points are joined by a line. a No, the points shown would not be part of y = −2x b No, proportions cannot be represented on a graph c Yes, all proportions can be shown on a graph of this line d Yes, the points shown on the line would be part of y = −2x

Answers

A statement which best explains if the graph correctly represents the proportional relationship y = −2x include the following: D. Yes, the points shown on the line would be part of y = −2x.

What is a proportional relationship?

In Mathematics, a proportional relationship can be defined as a type of relationship that generates equivalent ratios, a straight line, and it can be modeled or represented by the following mathematical expression:

y = kx

Where:

k is the constant of proportionality.y and x represent the variables in a proportional relationship.

Generally speaking, the graph of any proportional relationship such as the linear equation (y = -2x) is characterized by a straight line as shown in the image attached below, with the following ordered pairs (0, 0), (1, -2),(2, -4), and (-1, 2).

Read more on proportional relationship here: brainly.com/question/20167968

#SPJ1

The equation of Line D is y = 3/8x +3. The equation of the line E is y = 3/8x + 8/3, Are line D and Line E perpendicular,parallel or neither.

Answers

The slope of line D and line E will be congruent. Then the lines are parallel to each other.

What is a linear equation?

A connection between a number of variables results in a linear model when a graph is displayed. The variable will have a degree of one.

The linear equation is given as,

y = mx + c

Where m is the slope of the line and c is the y-intercept of the line.

If the slopes are different then the lines are intersecting.If the slopes are equal but have different intercepts then the lines are parallel.If the slopes and intercepts are equal then the lines are coincident.If the product of the slope is negative then the lines are perpendicular.

The equations are given below.

Line D: y = (3/8)x +3

Line E: y = (3/8)x + 8/3

The slope of line D and line E will be congruent. Then the lines are parallel to each other.

More about the linear equation link is given below.

https://brainly.com/question/11897796

#SPJ1

PLS HELP WILL GIVE ALOT OF POINTS DOMAIN AND RANGE

Answers

The range of the function lies between  -∞<y<∞ and the domain of the function is given by -1<x<3

What are functions?

Function, in mathematics, is an expression, rule, or law that defines a relationship between one variable (the independent variable) and another variable (the dependent variable).

Given here: The graph of a function

We know  The domain of a function is the set of values that we are allowed to plug into our function. This set is the x values in a function such as f(x). The range of a function is the set of values that the function assumes. This set is the values that the function shoots out after we plug an x value in.

It is clear from the graph that y ∈ (-∞,∞) and x∈ (-1,3)

we know a function is given by y=f(x)

where y is the range values and x is the domain.

Hence, The range of the function lies between  -∞<y<∞ and the domain of the function is given by -1<x<3

Learn more about functions here:

https://brainly.com/question/28303908

#SPJ1

solve Edson exercises in sets that are each t minutes long. He does 6 sets of push-ups, 3 sets of pull-ups, and 4 sets of sit-ups. Use an expression to represent the time it takes Edson to exercise as the sum of three different terms. Simplify the expression. Enter your answer in the box.

Answers

The time taken by Edson to complete his workout routine is 13 t

What is the unitary method?

The unitary method is a method in which you find the value of a unit and then the value of a required number of units.

Given here:  Edson exercises in sets that are each t minutes long. He does 6 sets of push-ups, 3 sets of pull-ups, and 4 sets of sit-ups

Now Edson does 6 sets of pushups time taken to finish the sets are

Time ( pushups)=6t

similarly, the time it takes to complete the other exercises are

Time(pull ups)=3t

Time(sit ups)=4t

Thus total time taken is equal to 3t+4t+6t=13t

Hence, The time taken by Edson to complete his workout routine is 13 t

Learn more about unitary method here:

https://brainly.com/question/22056199

#SPJ1


Mainsail
Headsail
Welcome to the land down under! Spend the day sailing
in Sydney Harbor! Sailboats are made up of two sails,
the mainsail and the headsail. Typically, these sails are
the shape of triangles and these two triangles are
similar. Considering the sailboat pictured below,
determine the value of x and y and the unknown side
lengths.
6+A
X-2
30 ft
5y-3
26 ft

Answers

By using the properties of similar triangles, the values of x and y are respectively, 15 & 7

What is the similarity of triangles?

Triangles with the same shape but different sizes are said to be similar triangles. Squares with any side length and all equilateral triangles are examples of related objects. In other words, if two triangles are similar, their corresponding sides are proportionately equal and their corresponding angles are congruent. Triangle resemblance is shown here by the symbol "≈"

Given that,

Side lengths of triangle 1,  y + 9, x, x -2

Side lengths of triangle 2,  30, 26, 5y - 3

Both the triangles are similar,

So, we can write

(x - 2)/x = 26/30

After solving it, x = 15

Similarly,

(y + 9)/x = (5y - 3)/30

y = 7

To know more about properties of triangles check:

https://brainly.com/question/8476788

#SPJ1

I NEED HELP!!!!!!!!!
Note: Enter your answer and show all the steps that you use to solve this problem in the space provided. Find the missing values of the variables. The diagram is not to scale.

Answers

Answer:

y = 64

x = 99

Step-by-step explanation:

180 - 116 = y

y = 64

A parallelogram is 360 degrees.

360 - 72 -125 - 64 = x

x = 99

I hope this helps!

How many ways can you split 12 people into 3 teams of 4?

Answers

By using permutations and combinations, We can arrange 12 people into 3 teams of 4 in 5775 different ways.

Here, we will use the concept of permutations and combinations to solve the question.

We have to arrange 12 people into 3 teams of 4.

We know that ⁿCr = n! / [(n - r)! × r!]

No. of ways to select the first 4 people in the first group = ¹²C₄

                                                                                         = 12! / [(12 - 4)! × 4!]

                                                                                             = 12! / [(8! × 4!)]

                                                                                             = 495

No. of ways to select 4 people from the remaining 8 for the second group = ⁸C₄   = 8! / [(8 - 4)! × 4!] = 8! / [(4! × 4!)] = 70

No. of ways to select 4 people from 4 for third group = ⁴C₄  = 4! / [(4 - 4)!] × 4!] = 4! / [(0! ×4!)] = 1

Total no. of ways to select people for group = (495 x 70 x 1) / 3! = 34650 /6 = 5775

Hence, we can split 12 people into 3 teams of 4 in 5775 different ways.

To learn more about permutations and combinations here:

brainly.com/question/13387529

#SPJ4

-5x+15
5x-25
4a+13
5x-25

Answers

The value of the equations if they are zero each are: 3, 5, -13/4 and 5

What is an equation?

By definition, an equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign =

The given equations are

-5x+15=0

-5x = -15

Making x the subject of the relation we have

x=3

2) 5x-25 = 0

Collecting like terms

5x=25

Making x the subject

x=5

3) 4a+13=0

4a = -13

Making a the subject of the relation

a=-13/4

4)  5x-25=0

Collecting like terms

5x=25

Making x the subject of the relation

x=5

Learn more about equations on https://brainly.com/question/29657992

#SPJ1

Use the gcf and the distributive property to find the sum of 15+36

Answers

Answer: br uh is this even a high school question? anyway, look at the image that i sent you can see the answer there.
better give me brainliest

Step-by-step explanation:

Rusty Reft, who lives in Territory 5, carries 10/20/5 compulsory liability insurance along with optional collision that has a $300 deductible. Rusty was at fault in an accident that caused $1,400 damage to the other auto and $3,100 damage to his own vehicle. Also, the courts awarded $12,800 and $9,200, respectively, to the two passengers in the other car for personal injuries.


a. How much will the insurance company pay?


b. What is Rusty’s share of the responsibility?

Answers

Answer:

A = $2,800 B = $12,600

Step-by-step explanation:

a. How much will the insurance company pay?

The liability insurance will cover the damages to the other car ($1,400) and the personal injury claims ($12,800 + $9,200) up to the limit of $10,000. So the insurance company will pay $10,000.

The collision insurance covers the damage to Rusty's own car, minus the $300 deductible, so the insurance company will pay $3,100 - $300 = $2,800.

Therefore, the insurance company will pay a total of $10,000 + $2,800 = $12,800.

b. What is Rusty’s share of the responsibility?

Rusty is responsible for paying the remaining amount not covered by insurance, which is $1,400 + $3,100 + $12,800 + $9,200 - $12,800 = $12,600.

Therefore, Rusty's share of the responsibility is $12,600.

problem 3: compute the general solution for: d 2 y dt2 − 2 dy dt − 15y = e 4t

Answers

The general solution for given equation is y = c₁e^5t + c₂e^-3t - (1/7)e^4t.

A differential equation is an equation that contains at least one derivative of an unknown function, either an ordinary derivative or a partial derivative. Suppose the rate of change of a function y with respect to x is inversely proportional to y, we express it as dy/dx = k/y.

In calculus, a differential equation is an equation that involves the derivative (derivatives) of the dependent variable with respect to the independent variable (variables). The derivative represents nothing but a rate of change, and the differential equation helps us present a relationship between the changing quantity with respect to the change in another quantity. y=f(x) be a function where y is a dependent variable, f is an unknown function, x is an independent variable.

We have to find the general solution for d²y/dt² - 2 dy/dt - 15y = e^4t

Solving the above ordinary differential equation, we get:

y = c₁e^5t + c₂e^-3t - (1/7)e^4t

Thus, the general solution for given equation is y = c₁e^5t + c₂e^-3t - (1/7)e^4t

To learn more about differential equations, visit brainly.com/question/14620493

#SPJ4

this is due tomorrow pls help

Answers

Note that the angle that is vertical to ∠AEB is ∠BEC.

What is a vertical angle?

Vertical angles are the angles formed when two lines intersect. The term "vertical" in this context refers to the fact that they share the same Vertex (corner point), rather than the normal connotation of up-down.

Vertical angles of equal measure are always congruent. Both vertical angle pairings (four angles total) always add up to 360 degrees. Angles formed by each pair of vertical angles are referred to as neighboring angles, and they are supplementary (the angles sum up to 180 degrees).

Learn more about Vertical Angle:
https://brainly.com/question/24460838
#SPJ1

Lyla invested $140. She earned a simple interest of 3% per year on the initial investment. If no money was added or removed, what is the amount of money Lyla will earn at the end of two years?

Answers

Answer:

8.40

Step-by-step explanation:

Since, the simple interest is,

I= p x r x t

     100

Where,

P=Principal

r= rate per periods

t= number of periods

Here, P=140, r=3%, t = 2,

the simple interest will be

I= 140 x 3 x 2

         100

= 840

  100

=8.40

Find the distance between A and B. Round to the nearest hundredth.

​A (-3,-6)

​B (-6,1)

Answers

Answer: 10.30

Step-by-step explanation:

Distance formula = [tex]\sqrt{(x_{2} +x_{1})^2+(y_{2} +y_{1})^2}[/tex]

A ([tex]x_{1} ,y_{1}[/tex]) = A(-3,-6) so [tex]x_{1} = -2[/tex] and [tex]y_{1} =-6[/tex]

B ([tex]x_{2} ,y_{2}[/tex]) = B(-6, 1) so [tex]x_{2} = -6[/tex] and [tex]y_{2} = 1[/tex]

Plug in the values. You should get [tex]\sqrt{(-6 +-3)^2+(1 +-6)^2}=\sqrt{(-9)^2+(-5)^2}=\sqrt{81+25}=\sqrt{106}[/tex]

≈10.30

The CEO of the Wild Widget Company has decided to invest $360, 000 in his Michigan facgory. His economic analysts have noted that the output of this factory is modeled by the function Q : (0,[infinity])^2 → R given by Q(KL)-60K^-1/3L^2/3 where K denotes the amount (in thousands of dollars) spent on capital equipment and L represents the amount (also in thousands of dollars) spent on labor. (a) How should the CEO allocate the $360, 000 between labor and equipment? (b) Show that
aQ/aK=aQ/aL
at the point (K, L) found in part (a)

Answers

xplanation:

a b c your way out the picture

The CEO should allocate $144,000 to labor and $216,000 to capital equipment.

How should the CEO allocate the $360, 000 between labor and equipment?

Step-by-step explanation given below

The CEO should allocate $144,000 to labor and $216,000 to capital equipment. This allocation maximizes the output of the factory, which can be found by taking the partial derivatives of the function Q with respect to K and L and setting them equal to 0.

Partial derivative of Q with respect to K = -20K^-4/3L^2/3 = 0

20K^-4/3L^2/3 = 0

K^4/3L^2/3 = 20

K = (20L^2/3)^1/4

Partial derivative of Q with respect to L = -40K^-1/3L^-1/3 = 0

40K^-1/3L^-1/3 = 0

K/L = 40

K = 40L

Solving for K and L, we get:

K = (20*L^2/3)^1/4

L = 40K

Substituting K into the equation for L, we get:

L = (40*(20L^2/3)^1/4)

L = 80(20L^2/3)^1/4

L^3/4 = 160L^2/3

L^3 = 1280L^2

L^2 = 1280L

L = 1280

Substituting L into the equation for K, we get:

K = (20*1280^2/3)^1/4

K = (307200/3)^1/4

K = 144

Therefore, the CEO should allocate $144,000 to labor and $216,000 to capital equipment.

To learn more about capital equipment refer :

brainly.com/question/30463428

#SPJ4

Other Questions
What are examples of environmental pressures? Choose more than one answer. Food shortageFewer predatorsLack of waterLoss of habitatFewer competing species >The perimeter of the figure is 15 feet.Find the missing side length.4 ft?3 ft3 ft assuming the following server definition setup to handle requests for the domain example and a client uses a web browser to request a resource by typing the url http://example/home into their browser, what will the client receive? A positive charge and a negative charge held near each other are released. As they move, the force on each particle a. increases. b, decreases. c. stays the same. Which angle has a vertex on the center of the circle and sides that are radii of that circle? system of linear equations includes the line that is created by the equation y = x+ 3, graphed below, and the line through the points (3, 1) and (4, 3). On a coordinate plane, a line goes through (0, 3) and (2, 5). What is the solution to the system of equations? (1, 2) (1, 3) (8, 11) (9, 12) Mark this and return step 4 of the five-step marketing planning process at robin's new company, robin is asked to sign an agreement that pledges that he will follow safety guidelines, promote teamwork within his team, and do his job with integrity. what values does this document support? Evaluate x + 2x - 4 if x = 4.12A.B. 4C. -8D. -28 three issues are at the core of operations management: select . What is 1 gallon equal to in Litres? which list of features was detected by the echo sounder in this recording? which list of features was detected by the echo sounder in this recording? continental shelf, continental slope, deep scattering layer, mid-ocean ridge continental shelf, continental slope, deep scattering layer, trench continental shelf, continental slope, deep scattering layer, continental borderland continental shelf, continental slope, deep scattering layer, shelf break true/false - Sonar uses sound waves to measure water depth The day has come! It is time for you to buy your first car. At the car lot, you find the very car you have always wanted and it costs $4,100 after all taxes and fees. Since you have little credit history, your interest rate will be 10.50%. But good newsyou are still able to get a car loan!What will the loan balance be after 3 months if the interest is compounded monthly and you pay $88.13 each month? A toy company is going to issue new id codes to its employees. Each code will have one letter followed by five digits. The digits and will not be used. So, there are letters and digits that will be used. Assume that the digits can be repeated. How many employee id codes can be generated?. why do network administrators prefer to use powershell instead of the graphical user interface (gui) tools like server manager? for most agricultural products, farmers produce homogeneous products, sell them to a common market, and generally cannot affect prices greatly. this is an example of which kind of market structure? what is the difference between vlookup and hlookup? group of answer choices vlookup works exactly like hlookup, except that the data in the lookup table is organized in rows instead of columns. vlookup always works with an approximate match, whereas hlookup is not. hlookup works exactly like vlookup, except that the data in the lookup table is organized in rows instead of columns. vlookup always works with an exact match, whereas hlookup is not. how long does the doe have to fulfill records requests? a company manufactured parachutes that it sold exclusively to the united states army. to meet the standards required by the army, each parachute was subjected to a 15-point inspection by the company before it could be approved for sale. when a parachute did not pass inspection, it was stored in another section of the company's plant. at a later time, a further inspection of the defective parachute would be made to determine whether the defects could be corrected or whether the parachute should be destroyed. one night, the plant was burglarized through no fault of the company and a large number of parachutes, including the defective ones, were stolen. the defective parachutes eventually were sold on the black market to a member of a skydiving club who made purchases for the club. one week later, the member was using one of the parachutes when it failed to open, causing his death. if the member's estate brings a wrongful death action against the company on a theory of strict liability, which of the following is the company's best defense?