When P(x) is divided by (x - 1) and (x + 3), the remainders are 4 and 104 respectively. When P(x) is divided by x² - x + 1 the quotient is x² + x + 3 and the remainder is of the form ax + b. Find the remainder.

Answers

Answer 1

Answer:

The remainder is 3x - 4

Step-by-step explanation:

[Remember] [tex]\frac{Dividend}{Divisor} = Quotient + \frac{Remainder}{Divisor}[/tex]

So, [tex]Dividend = (Quotient)(Divisor) + Remainder[/tex]

In this case our dividend is always P(x).

Part 1

When the divisor is [tex](x - 1)[/tex], the remainder is [tex]4[/tex], so we can say [tex]P(x) = (Quotient)(x - 1) + 4[/tex]

In order to get rid of "Quotient" from our equation, we must multiply it by 0, so [tex](x - 1) = 0[/tex]

When solving for [tex]x[/tex], we get

[tex]x - 1 = 0\\x - 1 + 1 = 0 + 1\\x = 1[/tex]

When [tex]x = 1[/tex],

[tex]P(x) = (Quotient)(x - 1) + 4\\P(1) = (Quotient)(1 - 1) + 4\\P(1) = (Quotient)(0) + 4\\P(1) = 0 + 4\\P(1) = 4[/tex]

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

Part 2

When the divisor is [tex](x + 3)[/tex], the remainder is [tex]104[/tex], so we can say [tex]P(x) = (Quotient)(x + 3) + 104[/tex]

In order to get rid of "Quotient" from our equation, we must multiply it by 0, so [tex](x + 3) = 0[/tex]

When solving for [tex]x[/tex], we get

[tex]x + 3 = 0\\x + 3 - 3 = 0 - 3\\x = -3[/tex]

When [tex]x = -3[/tex],

[tex]P(x) = (Quotient)(x + 3) + 104\\P(-3) = (Quotient)(-3 + 3) + 104\\P(-3) = (Quotient)(0) + 104\\P(-3) = 0 + 104\\P(-3) = 104[/tex]

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

Part 3

When the divisor is [tex](x^2 - x + 1)[/tex], the quotient is [tex](x^2 + x + 3)[/tex], and the remainder is [tex](ax + b)[/tex], so we can say [tex]P(x) = (x^2 + x + 3)(x^2 - x + 1) + (ax + b)[/tex]

From Part 1, we know that [tex]P(1) = 4[/tex] , so we can substitute [tex]x = 1[/tex] and [tex]P(x) = 4[/tex] into [tex]P(x) = (x^2 + x + 3)(x^2 - x + 1) + (ax + b)[/tex]

When we do, we get:

[tex]4 = (1^2 + 1 + 3)(1^2 - 1 + 1) + a(1) + b\\4 = (1 + 1 + 3)(1 - 1 + 1) + a + b\\4 = (5)(1) + a + b\\4 = 5 + a + b\\4 - 5 = 5 - 5 + a + b\\-1 = a + b\\a + b = -1[/tex]

We will call [tex]a + b = -1[/tex] equation 1

From Part 2, we know that [tex]P(-3) = 104[/tex], so we can substitute [tex]x = -3[/tex] and [tex]P(x) = 104[/tex] into [tex]P(x) = (x^2 + x + 3)(x^2 - x + 1) + (ax + b)[/tex]

When we do, we get:

[tex]104 = ((-3)^2 + (-3) + 3)((-3)^2 - (-3) + 1) + a(-3) + b\\104 = (9 - 3 + 3)(9 + 3 + 1) - 3a + b\\104 = (9)(13) - 3a + b\\104 = 117 - 3a + b\\104 - 117 = 117 - 117 - 3a + b\\-13 = -3a + b\\(-13)(-1) = (-3a + b)(-1)\\13 = 3a - b\\3a - b = 13[/tex]

We will call [tex]3a - b = 13[/tex] equation 2

Now we can create a system of equations using equation 1 and equation 2

[tex]\left \{ {{a + b = -1} \atop {3a - b = 13}} \right.[/tex]

By adding both equations' right-hand sides together and both equations' left-hand sides together, we can eliminate [tex]b[/tex] and solve for [tex]a[/tex]

So equation 1 + equation 2:

[tex](a + b) + (3a - b) = -1 + 13\\a + b + 3a - b = -1 + 13\\a + 3a + b - b = -1 + 13\\4a = 12\\a = 3[/tex]

Now we can substitute [tex]a = 3[/tex] into either one of the equations, however, since equation 1 has less operations to deal with, we will use equation 1.

So substituting [tex]a = 3[/tex] into equation 1:

[tex]3 + b = -1\\3 - 3 + b = -1 - 3\\b = -4[/tex]

Now that we have both of the values for [tex]a[/tex] and [tex]b[/tex], we can substitute them into the expression for the remainder.

So substituting [tex]a = 3[/tex] and [tex]b = -4[/tex] into [tex]ax + b[/tex]:

[tex]ax + b\\= (3)x + (-4)\\= 3x - 4[/tex]

Therefore, the remainder is [tex]3x - 4[/tex].


Related Questions

PLEASE I NEED SO MUCH HELP HERE!!!!!!

Answers

The answer is 1.5 I think

If f(x) =4x2 - 8x - 20 and g(x) = 2x + a, find the value of a so that the y-intercept of the graph of the composite function (fog)(x) is (0, 25).

Answers

Answer:

The possible values are a = -2.5 or a = 4.5.

Step-by-step explanation:

Composite function:

The composite function of f(x) and g(x) is given by:

[tex](f \circ g)(x) = f(g(x))[/tex]

In this case:

[tex]f(x) = 4x^2 - 8x - 20[/tex]

[tex]g(x) = 2x + a[/tex]

So

[tex](f \circ g)(x) = f(g(x)) = f(2x + a) = 4(2x + a)^2 - 8(2x + a) - 20 = 4(4x^2 + 4ax + a^2) - 16x - 8a - 20 = 16x^2 + 16ax + 4a^2 - 16x - 8a - 20 = 16x^2 +(16a-16)x + 4a^2 - 8a - 20[/tex]

Value of a so that the y-intercept of the graph of the composite function (fog)(x) is (0, 25).

This means that when [tex]x = 0, f(g(x)) = 25[/tex]. So

[tex]4a^2 - 8a - 20 = 25[/tex]

[tex]4a^2 - 8a - 45 = 0[/tex]

Solving a quadratic equation, by Bhaskara:

[tex]\Delta = (-8)^2 - 4(4)(-45) = 784[/tex]

[tex]x_{1} = \frac{-(-8) + \sqrt{784}}{2*(4)} = \frac{36}{8} = 4.5[/tex]

[tex]x_{2} = \frac{-(-8) - \sqrt{784}}{2*(4)} = -\frac{20}{8} = -2.5[/tex]

The possible values are a = -2.5 or a = 4.5.

How to solve this problem what do I do

Answers

Answer:  P + 6 - s

=================================================

Explanation:

We undo the "minus 6" by adding 6 to both sides.

Also, we undo the "+s" by subtracting s from both sides

-----------

So we have these steps

P = r+s-6

P+6 = r+s-6+6 .... adding 6 to both sides

P+6 = r+s

r+s = P+6

r+s-s = P+6-s ..... subtracting s from both sides

r = P + 6 - s

Answer:

P+6-s=r

Step-by-step explanation:

Hi there!

We are given the equation P=r+s-6 and we need to solve for r

To do that, we need to isolate r onto one side, and have everything else on the other.

Here is the equation:

P=r+s-6

start by adding 6 to both sides to clear it from the right side

P+6=r+s

now subtract s from both sides to clear it from the right side

P+6-s=r

now everything that isn't r is on the left side, and r is by itself on the right side. P+6-s=r is the answer.

Hope this helps!

If a seed is planted, it has a 90% chance of growing into a healthy plant. If 12 seeds are planted, what is the probability that exactly 2 don't grow

Answers

Answer:

0.2301 = 23.01% probability that exactly 2 don't grow.

Step-by-step explanation:

For each seed planted, there are only two possible outcomes. Either it grows into a healthy plant, or it does not. The probability of a seed growing into a healthy plant is independent of any other seed, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

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

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

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

And p is the probability of X happening.

90% chance of growing into a healthy plant.

This means that [tex]p = 0.9[/tex]

12 seeds are planted

This means that [tex]n = 12[/tex]

What is the probability that exactly 2 don't grow?

So 12 - 2 = 10 grow, which is [tex]P(X = 10)[/tex]. Then

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

[tex]P(X = 10) = C_{12,10}.(0.9)^{10}.(0.1)^{2} = 0.2301[/tex]

0.2301 = 23.01% probability that exactly 2 don't grow.

1. Which of the following ARE integers? (choose ALL that are integers
a. 35%,
b.-10,
c. 34,
d. 0.25,
e. 3105.

2. Which integer is between -3 and 4? (choose ONE answer)
a. 10
b. 3.14
c. O

Answers

Answer:

(1) -10, 34 and 3105

(2) 0

Step-by-step explanation:

Solving (a): Select all integers

The integers are numbers without decimal.

So, we have: -10, 34 and 3105

Other options are not integers

Solving (b): Select all integers between -3 and 4

Using the same explanation in (1) but with the range of -3 and 4. the integer is 0.

Other options are not integers

On Monday, 27 adults visited an amusement park. On Tuesday, 23 adults visited the amusement park. The enterance fee for the adults is Rs. 100. How much amount is collected from the adults in these two days?

PLEASE TELL FULL SOLUTION. ​

Answers

Answer:

5000

Step-by-step explanation:

Add the number of adults first: 27+23=50

Then multiply the number of adults by 100 for the fee.

50*100 = 5000

Answer:

within the two days a total of 5000$ where collected in the two days

Solution:

R= 100 per adult

1 adult = 100

27(R)+ 23(R) = 27(100)+ 23(100)

27(100)+23(100) =5000

or add both 27 and 23 and multiple by 100

50•100 = 5000

the old building at the back of the school is badly in need of repair. the company Hsa and the executive are planning to renovate the building to accommodate a new music room. There are 15 rooms in the building and the dimension of the rooms to be redone with tiles are 6m long and 4 m wide. ted the tile man has 500 one meter square tiles.
Explain how you would estimate whether Ted has enough tiles to cover all the kitchen floors in the entire apartment building?
How many tiles, each measuring 1 square meter, are needed to cover one room floor?
How many tiles are needed to cover all the floors in the entire building? Show your work? ​

Answers

Answer:

a. If the area of the tiles is greater than or equal to the area of all the rooms.

b. 24

c. 360

Step-by-step explanation:

a. Explain how you would estimate whether Ted has enough tiles to cover all the kitchen floors in the entire apartment building?

Ted would have enough tiles if the  area of the tiles is greater than or equal to the area of all the rooms. Since we have 500 one meter square tiles, we have 500 m² of tiles.

Since the rooms are 6 m long and 4 m wide, the area of each room is 6 m × 4 m = 24 m². Since there are 15 rooms, the area of all the rooms is 15 × 24 m² = 360 m².

Since the area of the tiles = 500 m² is greater than the area of the rooms = 360 m², Ted would have enough tiles to cover all kitchen floors in the entire apartment building.

b. How many tiles, each measuring 1 square meter, are needed to cover one room floor?

Since the area of each room floor is 24 m² and the area of each tile is 1 m², so the number of  1 square meter tiles needed to cover each floor is n = area of floor/area of tile = 24 m²/1 m² = 24.

c. How many tiles are needed to cover all the floors in the entire building?

Since 24 tiles are needed to cover each floor and there are 15 rooms in the building, we would require 24 tiles/room × 15 rooms/building = 360 tiles.

So we require 360 tiles.

jeremy drove to work with the average speed of 42 miles per hour. if he had driven with the speed of 48 mph, he would have arrived 10 minutes earlier. how far is it from his home to work?

Answers

9514 1404 393

Answer:

  56 miles

Step-by-step explanation:

Let d represent the distance in miles. Then the drive time in hours is ...

  d/42 = d/48 +10/60

  8d = 7d +56 . . . . . . . . multiply by 336

  d = 56

The distance from Jeremy's home to work is 56 miles.

_____

At 42 mph, his commute time is 1 hour 20 minutes.

3. Of 1000 randomly selected cases of lung cancer, 450 resulted in death within 5 years. Calculate a 96% CI on the death rate from lung cancer.

Answers

Answer:

The 96% CI on the death rate from lung cancer is (0.4177, 0.4823).

Step-by-step explanation:

In a sample with a number n of people surveyed with a probability of a success of [tex]\pi[/tex], and a confidence level of [tex]1-\alpha[/tex], we have the following confidence interval of proportions.

[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

In which

z is the z-score that has a p-value of [tex]1 - \frac{\alpha}{2}[/tex].

Of 1000 randomly selected cases of lung cancer, 450 resulted in death within 5 years.

This means that [tex]n = 1000, \pi = \frac{450}{1000} = 0.45[/tex]

96% confidence level

So [tex]\alpha = 0.04[/tex], z is the value of Z that has a p-value of [tex]1 - \frac{0.04}{2} = 0.98[/tex], so [tex]Z = 2.054[/tex].  

The lower limit of this interval is:

[tex]\pi - z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.45 - 2.054\sqrt{\frac{0.45*0.55}{1000}} = 0.4177[/tex]

The upper limit of this interval is:

[tex]\pi + z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.45 + 2.054\sqrt{\frac{0.45*0.55}{1000}} = 0.4823[/tex]

The 96% CI on the death rate from lung cancer is (0.4177, 0.4823).

6. Two cell phone companies charge a flat fee plus an added cost for each minute or part of a minute used. The cost is represented by C and the number of minutes is represented by t.
Call-More: C = 0.40t + 25 Talk-Now: C = 0.15t + 40
a) Which company is cheaper if a customer talks for 50 minutes. (1 mark)
b) Under what conditions do the two companies charge the same? (3 marks)
c) Under what conditions is Talk-Now better? Explain

Answers

Answer:

Call More is cheaper at 50 minutes

The two companies would charge the same for 60 minutes of use.

Talk Now is cheaper the more minutes you talk. At some point the rate of change of Call More makes it more expensive. That point is just after their costs are even.

Step-by-step explanation:

anyone have sna pc hat ??


mine is rince9253​

Answers

Answer:

Yeah the answer is n o .

Answer:

yes i do have but i dont use it

what Is an equation of the line that passes through points (-12 -8) (-17 -16) ​

Answers

First we determine the slope of the equation.
m=y2-y1/x2-x1
=-16-(-8)/-17-(-12)
=-16+8/-17+12
=-8/-5
=8/5

Then we find the y-intercept or b of the equation.
(-12,-8). (-17,-16)
y=mx+b. y=mx+b
-8= 8/5*-12+b. -16=8/5*-17+b
-8= -96/5+b. -16=-136/5+b
b= -96/5+8. b=-136/5+16
b= -56/8. b=-56/5
b=-7

y=8/5x-7. y=8/5x-56/5

The mean number of words per minute (WPM) typed by a speed typist is 149 with a standard deviation of 14 WPM. What is the probability that the sample mean would be greater than 147.8 WPM if 88 speed typists are randomly selected

Answers

Answer:

78.81%

Step-by-step explanation:

We are given;

Population mean; μ = 149

Sample mean; x¯ = 147.8

Sample size; n = 88

standard deviation; σ = 14

Z-score is;

z = (x¯ - μ)/(σ/√n)

Plugging in the relevant values;

z = (147.8 - 149)/(14/√88)

z = -0.804

From z-distribution table attached, we have; p = 0.21186

P(X > 147.8) = 1 - 0.21186 = 0.78814

In percentage gives; p = 78.81%


2. What facts are needed to solve the problem?

Answers

Answer:

firstly we have to identify the problems, understand carefully and chose the best way to solve problems.

Myrtle Air Express decided to offer direct service from Cleveland to Myrtle Beach. Management must decide between a full-price service using the company’s new fleet of jet aircraft and a discount service using smaller capacity commuter planes. It is clear that the best choice depends on the market reaction to the service Myrtle Air offers. Management developed estimates of the contribution to profit for each type of service based upon two possible levels of demand for service to Myrtle Beach: strong and weak. The following table shows the estimated quarterly profits (in thousands of dollars):
Demand for Service
Service Strong Weak
Full price $960 -$490
Discount $670 $320
1. What is the decision to be made, what is the chance event, and what is the consequence for this problem?
2. How many decision alternatives are there?
Number of decision alternatives =
3. How many outcomes are there for the chance event?
Number of outcomes =
4. If nothing is known about the probabilities of the chance outcomes, what is the recommended decision using the optimistic, conservative, and minimax regret approaches?
a. Optimistic approach
b. Conservative approach
c. Minimax regret approach

Answers

here i attached the answer

The decision to be made is the type of service to be provided. The chance event is the level of demand for the air service.

What is Air Service?

The services performed by an airline, as flights between various destinations to transport passengers, freight, and mail.

The decision to be made is the type of service to be provided. The chance event is the level of demand for the air service. The consequence can be considered as the amount of quarterly profit. Full price and discount price services are two decision alternatives. The number of outcomes for chance event is two, which are strong demand and weak demand.

Learn more about Airline Service from:

https://brainly.com/question/14725385

#SPJ2

DE is tangent to Circle C at point D.

What is the measure of Enter your answer in the box.

Answers

Answer:

39°

Step-by-step explanation:

A radius of a circle (segment CD) drawn to the point of tangency (D) intersects the tangent (line DE) at a 90-deg angle.

That makes m<D = 90.

m<D + m<C + m<E = 180

90 + 51 + m<E = 180

m<E = 39

Suppose a tank contains 400 gallons of salt water. If pure water flows into the tank at the rate of 7 gallons per minute and the mixture flows out at the rate of 3 gallons per minute, how many pounds of salt will remain in the tank after 16 minutes if 28 pounds of salt are in the mixture initially? (Give your answer correct to at least three decimal places.)

Answers

Answer:

Step-by-step explanation:

This is a differential equation problem most easily solved with an exponential decay equation of the form

[tex]y=Ce^{kt}[/tex]. We know that the initial amount of salt in the tank is 28 pounds, so

C = 28. Now we just need to find k.

The concentration of salt changes as the pure water flows in and the salt water flows out. So the change in concentration, where y is the concentration of salt in the tank, is [tex]\frac{dy}{dt}[/tex]. Thus, the change in the concentration of salt is found in

[tex]\frac{dy}{dt}=[/tex] inflow of salt - outflow of salt

Pure water, what is flowing into the tank, has no salt in it at all; and since we don't know how much salt is leaving (our unknown, basically), the outflow at 3 gal/min is 3 times the amount of salt leaving out of the 400 gallons of salt water at time t:

[tex]3(\frac{y}{400})[/tex]

Therefore,

[tex]\frac{dy}{dt}=0-3(\frac{y}{400})[/tex] or just

[tex]\frac{dy}{dt}=-\frac{3y}{400}[/tex] and in terms of time,

[tex]-\frac{3t}{400}[/tex]

Thus, our equation is

[tex]y=28e^{-\frac{3t}{400}[/tex] and filling in 16 for the number of minutes in t:

y = 24.834 pounds of salt

Which of the following best describes the relationship between angle a and angle bin the image below?

Answers

They are adjacent angles and linear pairs.
The are adjacent angles and linear pairs

Which sequence is geometric?
O 1,5, 9, 13, ….
O 2, 6, 8, 10, ...
O 5, 7, 9, 11, ....
O 4, 8, 16, 32, ….

Answers

Answer:

4, 8, 16, 32, ...

Step-by-step explanation:

8 / 4 = 2

16 / 8 = 2

32 / 16 = 2

Common ratio is 2

So, The sequence 4, 8, 16, 32, …. is geometric.

Answer: 4, 8, 16, 32…

Explanation: A geometric sequence is a sequence of non-zero numbers what increase or decrease with a common ratio

Hope this helped!!

what is the quotient?

Answers

3rd one down❤️‍❤️‍❤️‍❤️‍❤️‍❤️‍

Answer:

the result gaven by dividing one number by another

A decorative wall in a garden is to be built using bricks that are 5 1/2 inches thick and mortar joints are 1/4 inch thick. What is the height of the wall?

Answers

Step-by-step explanation:

SAVE

HOME HACKS & ANSWERSBUILDING & REMODELINGWALLS

How to Calculate How Many Bricks to Build a Wall

By KELVIN O'DONAHUE

Hunker may earn compensation through affiliate links in this story.

...

To estimate the number of bricks needed to build a wall, first measure a single brick.

A wall built from brick not only adds security and strength to your property, it also provides a pleasing geometric backdrop for the landscaping. Because of the bricks' size and weight, homeowners generally arrange to have the amount needed for a large project delivered by the masonry company or lumberyard. Doing so requires that you estimate the number of bricks needed before placing the order.

Step 1

Measure the length and thickness of one of the bricks that will be used in the wall. A standard brick is 2-1/4 inches wide and 7-1/2 to 8 inches long. Add 1/2 inch to both the length and thickness to account for the mortar joint between adjacent bricks. For example, a brick that is 2-1/4 inches by 7-1/2 inches, plus mortar joints, will occupy 2 3/4 inches by 8 inches.

Step 2

Measure the length of the space for the wall and convert the number to inches. Divide the length in inches by the length of a brick plus mortar joint. For example, a wall 36 feet, 8 inches long is 440 inches long (36 X 12 = 432 + 8 = 440). Each course (single layer) of bricks will need 440 / 8 = 55 bricks.

SAVE

HOME HACKS & ANSWERSBUILDING & REMODELINGWALLS

How to Calculate How Many Bricks to Build a Wall

By KELVIN O'DONAHUE

Hunker may earn compensation through affiliate links in this story.

...

To estimate the number of bricks needed to build a wall, first measure a single brick.

A wall built from brick not only adds security and strength to your property, it also provides a pleasing geometric backdrop for the landscaping. Because of the bricks' size and weight, homeowners generally arrange to have the amount needed for a large project delivered by the masonry company or lumberyard. Doing so requires that you estimate the number of bricks needed before placing the orderStep 3

Determine the desired height of the wall in inches, and divide the height by the thickness of a brick and mortar joint. For example, a wall 72 inches tall requires 26.18 courses of 2-3/4-inch-wide bricks; rounded up to 27 courses.

Step 4

Multiply the number of bricks per course (55) by the number of courses (27) to obtain the number of bricks in a single-thickness wall or veneer. For our example, the number is 1,485 bricks. Double that number for a double-thickness wall. Bricklayers generally add 5 percent to the estimate to cover broken or wasted bricks, for about 1,560 bricks in this case

On Monday, Ray had $153.75 in his bank account. On Tuesday, he withdrew $71.00 from his account. After depositing #292.50 on Wednesday, how much money did Ray have in his account

Answers

Answer:

$375.25

Step-by-step explanation:

[tex]===========================================[/tex]

Withdrew- taking out money (-)

Deposit- putting in money (+)

[tex]===========================================[/tex]

Ray started off with 153.75. He withdraws (-) 71.

[tex]153.75-71=82.75[/tex]

Then he deposits (+) 292.5.

[tex]82.75+292.5=375.25[/tex]

That's your answer!

I hope this helps ❤

if an angle is bisected to form two new 20 degree angles, what was the measure of the original angle?

Answers

Answer:

10 degrees

Step-by-step explanation:

The angle bisected so that mean it was divided into 2 parts, so if it's  20 degree angles bisected it's divided by 2:

20/2= 10°

So the measure of the original angle is 10° degrees!

Answer:40

Step-by-step explanation: i took the lesson this was the answer

Dr. Smith is interested in the relationship between nicotine and hand steadiness. Two groups participated in the experiment. One group smoked 5 cigarettes in an hour, while another group read during the same hour. Participants are then tested on the hand steadiness apparatus (yielding a score with the number of errors made). What is the independent variable

Answers

Answer:

Exposure to nicotine is the independent variable

Step-by-step explanation:

An independent variable is a factor that remains unchanged (by other factors in the experiment) throughout the course of an experiment. It can however be manipulated by the researcher. A dependent variable, on the other hand, is the factor being measured that relies on the independent variable. In the case above, exposure to 1 hr of nicotine intake forms the independent variable while the levels of hand steadiness, which will be measured, form the dependent variable.

Determine how much interest you would earn on the following investment:
$190,000 invested at a 6.9% interest rate for 9 months.

Answers

$9832.5

(190000 * 9 * 6.9%) / 12 = 9832.5

F(x) =-2x-4 find x if f(x)=14

Answers

Answer:

14=-2x-4

18=-2x

x=-9

Hope This Helps!!!

Peter is 8 years younger than Alex. In 9 years time, the sum of their ages will be 76 . How old is Alex now?

Answers

Answer:

Peter is a-8 in 9 years, (a-8)+ 9+ a+ 9= 76

Answer:

P = 25

A = 33

Step-by-step explanation:

P + 8 = A

P + 9 + A + 9 = 76

P + A = 58

~~~~~~~~~~~~~~

P = 58 - A

P = 58 - P - 8

2 P = 50

P = 25

A = 33

Give an example of a function with both a removable and a non-removable discontinuity.

Answers

Answer:

(x+5)(x-3) / (x+5)(x+1)

Step-by-step explanation:

A removeable discontinuity is always found in the denominator of a rational function and is one that can be reduced away with an identical term in the numerator.  It is still, however, a problem because it causes the denominator to equal 0 if filled in with the necessary value of x.  In my function above, the terms (x + 5) in the numerator and denominator can cancel each other out, leaving a hole in your graph at -5 since x doesn't exist at -5, but the x + 1 doesn't have anything to cancel out with, so this will present as a vertical asymptote in your graph at x = -1, a nonremoveable discontinuity.

If U= {1,2,3,......8} , A={1,4,6,7} , B= {2,4,5,7} & C= {3,5,6,7} prove that 1) An( BUC ) = ( AnB) U ( AnC ). 2) AU (BnC)= (AUB) n ( AUC )

Answers

Step-by-step explanation:

BUC={2,3,4,5,6,7}

An(BUC)={4,6,7}

AnB={4,7},AnC={6,7}

(AnB)U(AnC)={4,6,7}

Au(BnC)={1,4,5,6,7}

(AUB)n(AUC)= {1,4,5,6,7}

6. Lerato wants to purchase a house
that costs R 850 000. She is required to
pay a 12% deposit and she will borrow
the balance from a bank. Calculate
the amount that Lerato must borrow
from the bank.​

Answers

Answer:

J

Step-by-step explanation:

Answer: 748,000

Step-by-step explanation: Multiply 850,000 by 0.12 and you would get 102,000 then you would subract 102,000 from 850,000 getting 748,000

Other Questions
How can I improve my literature essay ? Which verb completes the sentence?The price index has _______ two points this month.A. riseB. roseC. risen Read this excerpt from "The World on Turtle's Back." According to this excerpt, the two brothers represent Please help me with this on the picture PLS HELP ME ON THIS QUESTION I WILL MARK YOU AS BRAINLIEST IF YOU KNOW THE ANSWER!! Chanel sees an ad on social media for a diet that claims it will help her lose weight without exercising at all, as long as she follows what the diet asks her to eat. Chanel is skeptical. Which of the following red flags of a fad diet has she most likely recognized? A bizarre quantity of only one food A claim of rapid weight loss A miracle food that burns fat No increased physical activity When leaving a town, a car accelerates from 30 kmh-1 to 60 kmh-1 in 5 s. Assuming theacceleration is constant, find the distance travelled in this time.A. 6 m B. 62.5 m C. 41.7 m D. 20.8 m Find the measure of the indicated angle to the nearest degree What is the purpose of a conclusion paragraph?A. To introduce the main topic of the essayB. To transition the reader from one idea to the nextC. To provide details that support the essay's main ideasD. To sum up the overall point of the essayS 210To rationalize the denominator of3.11,You should multiply the expression by which fraction?112- V102- 103- V113- V11 Complete the table for the given rule.Rule: y is 0.750.750, point, 75 greater than xx y0 3 9 All companies try to have happy workers as they know the relationship between satisfaction and performance. This is why they are focusing on motivating their employees in a variety of ways. From what you have learned please suggest what companies should do to have a working place that could effectively motivate their employees. find the value of x and y.. Find the value of x for which (4/5)-4 X(4/5)-7 = (4/5)2x-1 What is an explicit formula for the geometric sequence -64,16,-4,1,... where the first term should be f(1). 11.My brother wants to __________ an advanced course in computer science.A.participateB. comeC. attendD. take part provisions for 630 men to last for 25 days. How many men must be transferred to another camp so that the food lasts for 30 days? What is the current state of Communist China in the 21st century? evaluate the function f ( -2) = 3 ^2 Simplify: squrt 18x