Suppose that the function g is defined, for all real numbers, as follows.
find g(-5) g(1) g(4)​

Suppose That The Function G Is Defined, For All Real Numbers, As Follows.find G(-5) G(1) G(4)

Answers

Answer 1
Answers:g(-5) = 9/4g(1) = 3g(4) = 0

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

Explanation:

The piecewise function shows that we have two cases. Either x = 1 or [tex]x \ne 1[/tex].

If x = 1, then g(x) = 3 as shown in the bottom row. This is why g(1) = 3.

If [tex]x \ne 1[/tex], then g(x) = (1/4)x^2-4

Plug x = -5 into this second definition

g(x) = (1/4)x^2-4

g(-5) = (1/4)(-5)^2-4

g(-5) = (1/4)(25)-4

g(-5) = 25/4 - 4

g(-5) = 25/4 - 16/4

g(-5) = 9/4

Repeat for x = 4

g(x) = (1/4)x^2-4

g(4) = (1/4)(4)^2-4

g(4) = (1/4)(16)-4

g(4) = 4-4

g(4) = 0

Answer 2

The value of the function at x = -5, x = 1, and x = 4 will be 2.25, 3, and 0, respectively.

What is a function?

A function is an assertion, concept, or principle that establishes an association between two variables. Functions may be found throughout mathematics and are essential for the development of significant links.

The functions are given below.

g(x) = (1/4)x² - 4, x ≠ 1

g(x) = 3, x = 1

The value of the function at x = -5 will be given as,

g(-5) = (1/4)(-5)² - 4

g(-5) = 25 / 4 - 4

g(-5) = 6.25 - 4

g(-5) = 2.25

The value of the function at x = 4 will be given as,

g(4) = (1/4)(4)² - 4

g(4) = 16 / 4 - 4

g(4) = 4 - 4

g(4) = 0

The value of the function at x = 1 will be given as,

g(1) = 3

The value of the function at x = -5, x = 1, and x = 4 will be 2.25, 3, and 0, respectively.

More about the function link is given below.

https://brainly.com/question/5245372

#SPJ5


Related Questions

Rewrite to make true: There are five terms in the series (attached)

Answers

Answer:

There are six terms in the series

Step-by-step explanation:

We can see that n starts from 0, and ends at 5. There are therefore 6 terms in this series - as 0 is included. Therefore there will be 6 terms in this series, not 5.

There are six terms in the given series.

NEED IT ASAP
Tony is shopping for new tires for his 4-wheel-drive truck. In addition to the price of the tires, there is a 10% sales tax plus a state-mandated $45 fee for disposing of his old tires. If Tony has determined that he will spend less than $559.80 total, then what is the price range he can spend on the tire set?
Select one:
a. Less than $468
b. At least 472
c. $468 or more
d. Less than 473

Answers

Answer:

A

Step-by-step explanation:

Let:

Total price be T

And price of tire set be x

T<559.80 ---(1)

T=x +(10% of x)+ 45. ——(2)

T=x+(1/10)x+45

T=(11/10)x+45

Substitute T into equ. 1

T<559.80

(11/10)x +45<559.80

(11/10)x < 514.80

11x < 5148

x < 468

Find 0.01 more than 9.154

Answers

Answer:

Hey!

Your answer is 9.164!!

Step-by-step explanation:

Adding 0.01 means just adding 1 to THE DIGIT IN THE HUNDRETH PLACE...2 SPACES RIGHT OF DECIMAL POINT!

5+1=6

SUB IN:

9.164

Which of the following statements is false?
a. A feasible solution satisfies all constraints.
b. In a linear programming problem, the objective function and the constraints must be linear functions of the decision variables.
c. It is possible to have exactly two optimal solutions to a linear programming problem.
d. An optimal solution to a linear programming problem can be found at an extreme point of the feasible region for the problem.

Answers

Answer:

d. An optimal solution to linear programming problem can be found at an extreme point of the feasible region for the problem.

Step-by-step explanation:

A feasible solution satisfies all the constraints of the problem in linear programming. The constraints are the restrictions on decision variable. They limit the value of decision variable in linear programming. Optimal solutions occur when there is feasible problem in the programming.

solve the system with elimination 4x+3y=1 -3x-6y=3

Answers

Answer:

x = 1, y = -1

Step-by-step explanation:

If we have the two equations:

[tex]4x+3y=1[/tex] and [tex]-3x - 6y = 3[/tex], we can look at which variable will be easiest to eliminate.

[tex]y[/tex] looks like it might be easy to get rid of, we just have to multiply [tex]4x+3y=1[/tex]  by 2 and y is gone (as -6y + 6y = 0).

So let's multiply the equation [tex]4x+3y=1[/tex]  by 2.

[tex]2(4x + 3y = 1)\\8x + 6y = 2[/tex]

Now we can add these equations

[tex]8x + 6y = 2\\-3x-6y=3\\[/tex]

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

[tex]5x = 5[/tex]

Dividing both sides by 5, we get [tex]x = 1[/tex].

Now we can substitute x into an equation to find y.

[tex]4(1) + 3y = 1\\4 + 3y = 1\\3y = -3\\y = -1[/tex]

Hope this helped!

Starting with x1 = 2, find the third approximation x3 to the root of the equation x3 − 2x − 2 = 0.

Answers

Answer:

0.8989

Step-by-step explanation:

Using the Newton's Raphson approximation formula.

Xn+1 = Xn - f(Xn)/f'(Xn)

Given f(x) = x³-2x+2

f'(x) = 3x²-2

If the initial value X1 = 2

X2 = X1 - f(X1)/f'(X1)

X2 = 2 - f(2)/f'(2)

f(2) = 2³-2(2)+2

f(2) = 8-4+2

f(2) = 6

f'(2) = 3(2)²-2

f'(2) = 10

X2 = 2- 6/10

X2 = 14/10

X2 = 1.4

X3 = X2 - f(X2)/f'(X2)

X3 = 1.4 - f(1.4)/f'(1.4)

f(1.4) = 1.4³-2(1.4)+2

f(1.4) = 2.744-2.8+2

f(1.4) = 1.944

f'(1.4) = 3(1.4)²-2

f'(1.4) = 3.880

X3 = 1.4- 1.944/3.880

X3 = 1.4 - 0.5010

X3 = 0.8989

Hence the value of X3 is 0.8989

How many solutions does the following equation have ?
−3x+9−2x=−12−5x

Answers

[tex]\text{Solve for x:}\\\\-3x+9-2x=-12-5x\\\\\text{Combine like terms}\\\\-5x+9=-12-5x\\\\\text{Add 5x to both sides}\\\\9=-12\\\\\text{Since that's not valid, there would be no solutions}\\\\\boxed{\text{No solutions}}[/tex]

find the value of X from the given picture ​

Answers

Answer:

x = 108

Step-by-step explanation:

The sum of a circle is 360

90 + x/2 + x+x = 360

Combine like terms

90 + 2x+x/2 = 360

90 + 5/2 x = 360

Subtract 90 from each side

5/2x = 270

Multiply each side by 2/5

5/2x * 2/5 = 270*2/5

x =108

A die is rolled 200 times with the following results. Outcome 1 2 3 4 5 6 Frequency 32 36 44 20 30 38 What is the experimental probability of rolling the given result? 3 a. 0.22 c. 0.44 b. 0.78 d. 0.23

Answers

Answer:

.22

Step-by-step explanation:

The number of times a 3 was rolled is 44 out of 200

The experimental probability is  44/200 = .22

The frequency of rolling a 3 was 44.

So... 44/200

After dividing we get 0.22

Therefore, the answer is A

Best of Luck!

An architectural drawing lists the scale as 1/4" = 1'. If a bedroom measures 6 3/4" by 4 1/2" on the drawing, how large is the bedroom? Please Help! (No other information was given.)

Answers

1 inch = four 1/4’s

1 inch = 4 feet

6 X 4 = 24 feet

3/4 inches = 3 feet.

6 3/4 inches = 27 feet

4 x 4 = 16

1/2 inch = 2 feet

4 1/2 inches = 18 feet

Room is 27 feet x 18 feet

Solve the following system of equations using the elimination method. x – y = 11 2x + y = 19

Answers

━━━━━━━☆☆━━━━━━━

▹ Answer

(10, -1)

▹ Step-by-Step Explanation

x - y = 11

2x + y = 19

Sum up the equations:

3x = 30

Divide 3 on both sides:

x = 10

Substitute:

10 - y = 11

y = -1

Solution:

(x, y) (10, -1)

Hope this helps!

CloutAnswers ❁

━━━━━━━☆☆━━━━━━━

The distance between two cities on a map is 4 centimeters. If the scale is 0.5 cm:1 km, how many kilometers apart are the actual cities?

Answers

Answer:

8 km

Step-by-step explanation:

            1 km

4 cm x -------- = 8 km

           0.5 cm

The actual cities are 8 km apart from each other at the scale 0.5 cm = 1 km.

What is ratio?

Ratio basically compares quantities, that means it shows the value of one quantity with respect to the other quantity.

If a and b are two values, their ratio will be a:b,

Given that,

The distance between two cities on a map = 4 centimeters.

Also,  the scale

0.5 cm = 1 km

To find actual distance between cities, use ratio properly,

0.5 cm = 1 km

1 cm = 2 km

4 cm = 8 km

The distance between the actual cities is 8 km.

To learn more about Ratio on :

https://brainly.com/question/13419413

#SPJ2

BRAINLIEST ANSWER GIVEN, WHY CAN'T ANYONE HELP ME?! Find the equation of the line passing through the pair points (-8,6) (-9,-9). The equation of the line in the form is Ax+By=C.

Answers

Answer:

15x - y = - 126

or y = 15x + 126

Step-by-step explanation:

will make it simple and short

to find the equation... we need to find slope first.

                   y2 - y1             -9  -   6

slope = m  = ---------    =       -----------  =  15

                   x2 - x1             -9  -  (-8)

so we know that the equation of the line using point (-8,6) and slope 15             y - 6 = 15( x + 8)

y - 6 = 15x + 120

Writing the equation in the form   Ax + By = C

15x - y = -120-6

therefore.... 15x - y = - 126   or simplify it as or y = 15x + 126

Hope this helps

The amount of money spent on textbooks per year for students is approximately normal.
a. To estimate the population mean, 19 students are randomly selected the sample mean was $390 and the standard deviation was $120. Find a 95% confidence for the population meam.
b. If the confidence level in part a changed from 95% 1to1999%, would the margin of error for the confidence interval (mark one answer): decrease stay the same increase not enough information to answer
c. If the sample size in part a changed from 19 10 22. would the margin of errot for the confidence interval (mark one answer): decrease in stay the same increase in not enough information to answer
d. To estimate the proportion of students who purchase their textbookslused, 500 students were sampled. 210 of these students purchased used textbooks. Find a 99% confidence interval for the proportion of students who purchase used text books.

Answers

Answer:a

a

   [tex]336.04 < \mu < 443.96[/tex]

b

  The  margin of error will increase

c

The  margin of error will decreases

d

The 99% confidence interval is  [tex]0.4107 < p < 0.4293[/tex]

Step-by-step explanation:

From the question we are  told that

   The sample size  [tex]n = 19[/tex]

    The sample mean is  [tex]\= x = \$\ 390[/tex]

    The  standard deviation is  [tex]\sigma = \$ \ 120[/tex]

 

Given that the confidence level is  95% then the level of significance is mathematically represented as

           [tex]\alpha = 100 - 95[/tex]

          [tex]\alpha = 5 \%[/tex]

          [tex]\alpha = 0.05[/tex]

Next we obtain the critical value of [tex]\frac{\alpha }{2}[/tex] from the normal distribution table

    So  

         [tex]Z_{\frac{\alpha }{2} } = 1.96[/tex]

The  margin of error is mathematically represented as

      [tex]E = Z_{\frac{\alpha }{2} } * \frac{\sigma}{\sqrt{n} }[/tex]

=>    [tex]E = 1.96 * \frac{120}{\sqrt{19} }[/tex]

=>   [tex]E = 53.96[/tex]

The 95% confidence interval is  

     [tex]\= x - E < \mu < \= x + E[/tex]

=>   [tex]390 - 53.96 < \mu < 390 - 53.96[/tex]

=>  [tex]336.04 < \mu < 443.96[/tex]

When the confidence level increases the [tex]Z_{\frac{\alpha }{2} }[/tex] also increases which increases the margin of error hence the confidence level becomes wider

Generally the sample size mathematically varies with margin of error as follows

         [tex]n \ \ \alpha \ \ \frac{1}{E^2 }[/tex]

So if the sample size increases the margin of error decrease

The  sample proportion is mathematically represented as

       [tex]\r p = \frac{210}{500}[/tex]

       [tex]\r p = 0.42[/tex]

Given that the confidence level is 0.99 the level of significance is  [tex]\alpha = 0.01[/tex]

The critical value of [tex]\frac{\alpha }{2}[/tex] from the normal distribution table is  

      [tex]Z_{\frac{\alpha }{2} } = 2.58[/tex]

  Generally the margin of error is mathematically represented as

       [tex]E = Z_{\frac{\alpha }{2} }* \sqrt{ \frac{\r p (1- \r p )}{n} }[/tex]

=>   [tex]E = 0.42 * \sqrt{ \frac{0.42 (1- 0.42 )}{ 500} }[/tex]

=>     [tex]E = 0.0093[/tex]

The 99% confidence interval  is

     [tex]\r p - E < p < \r p + E[/tex]

     [tex]0.42 - 0.0093 < p < 0.42 + 0.0093[/tex]

     [tex]0.4107 < p < 0.4293[/tex]

 

domain and range A) D: (–7, –2], (–1, 3] R: (–10, 9.2] B) D: [–7, –2], [–1, 3] R: [–10, 9.2] C) D: (–7, 3] R: (–10, 9.2] D) D: (–7, –2), (–1, 3) R: (–10, 9.2)

Answers

Answer:

[tex]\Large \boxed{\mathrm{C) \ D: (-7, 3] \ R: (-10, 9.2]}}[/tex]

Step-by-step explanation:

The domain is the set of all possible x values.

The range is the set of all possible y values.

For the domain, we observe the graph, the graph will contain all the x values shown on the x-axis.

[tex]\mathrm{D= (-7,3] }[/tex]

For the range, we observe the graph, the graph will contain all the y values shown on the y-axis.

[tex]\mathrm{R= (-10,9.2] }[/tex]

please this is easy show working out and please get correct

Answers

Answer:

$ 180,000

Step-by-step explanation:

All we are being asked to do in this question is take the simple interest, given a principle value of $100,000, with 8 percent interest each year over a course of 10 years. This is given the simple interest formula P( 1 + rt ).

Simple Interest : P( 1 + rt ),

P = $ 100,000 ; r = 8% ; t = 10 years,

100,000( 1 + 0.08( 10 ) ) = 100,000( 1 + 0.8 ) = 100,000( 1.8 ) = 180,000

Therefore you will have to pay back a total of $ 180,000

Help ASAP Marly has to get some cavities filled at the dentist. The dentist charges a fee of $35 plus $43 per cavity. If Marly ends up having a bill of $164 and c represents the number of cavities, which of the following equations could be used to find how many cavities Marly had filled?
35 = 164 + 43c
164 = 35 - 43c
164 = 35c + 43
35 + 43c = 164

Answers

Answer:

the answer is d i believe.

Answer:

The answer is D I took the test the other person is right!

Step-by-step explanation:

The regular hexagon ABCDEF rotates 240º counterclockwise about its center to form hexagon A′B′C′D′E′F′. Point C′ of the image coincides with point
of the preimage. Point D′ of the image coincides with point
of the preimage.

Answers

Answer:

Point C: G

Point D: F

Step-by-step explanation:

A hexagon has 6 sides.

360/6=60

Every 60°, it moves one section.  

240/60=4.

So it moves 4 sections.

C would move 4 sections BACK (B, A, F, G)

D would also move 4 sections back (C, B, A, F)

Answer:

Point C is: E

point D is : F

Step-by-step explanation:

arthur walks 5/8 mi to school jonathan rides a bus 8 times that far> How far does Jonathan ride to school

Answers

Answer:

Step-by-step explanation:

Distance walked by Arthur = 5/8 miles

Distance ride  by Jonathan = 8 times that of Arthur

it means that Distance rode on bus by Jonathan is 8 multiplied by Distance walked by Arthur

Distance rode on bus by Jonathan = 8 * Distance walked by Arthur

Distance rode on bus by Jonathan = 8 * 5/8 = 5 Miles Answer

If the random variable X is normally distributed with mean of 50 and standard deviation of 7, find the 9th percentile.

Answers

Answer:

The 9th percentile is 40.52.

Step-by-step explanation:

We are given that the random variable X is normally distributed with a mean of 50 and a standard deviation of 7.

Let X = the random variable

The z-score probability distribution for the normal distribution is given by;

                            Z  =  [tex]\frac{X-\mu}{\sigma}[/tex]  ~ N(0,1)

where, [tex]\mu[/tex] = population mean = 50

           [tex]\sigma[/tex] = standard deviation = 7

So, X ~ Normal([tex]\mu=50, \sigma^{2} = 7^{2}[/tex])

Now, the 9th percentile is calculated as;

            P(X < x) = 0.09         {where x is the required value}

            P( [tex]\frac{X-\mu}{\sigma}[/tex] < [tex]\frac{x-50}{7}[/tex] ) = 0.09

            P(Z < [tex]\frac{x-50}{7}[/tex] ) = 0.09

Now, in the z table the critical value of x that represents the below 9% of the area is given as -1.3543, i.e;

                     [tex]\frac{x-50}{7}=-1.3543[/tex]

                     [tex]x-50=-1.3543 \times 7[/tex]

                     [tex]x=50 -9.48[/tex]

                      x = 40.52

Hence, the 9th percentile is 40.52.

Consider the following ordered data. 6 9 9 10 11 11 12 13 14 (a) Find the low, Q1, median, Q3, and high. low Q1 median Q3 high (b) Find the interquartile range.

Answers

Answer:

Low             Q1                Median              Q3                 High

6                  9                     11                      12.5                14

The interquartile range = 3.5

Step-by-step explanation:

Given that:

Consider the following ordered data. 6 9 9 10 11 11 12 13 14

From the above dataset, the highest value = 14  and the lowest value = 6

The median is the middle number = 11

For Q1, i.e the median  of the lower half

we have the ordered data = 6, 9, 9, 10

here , we have to values as the middle number , n order to determine the median, the mean will be the mean average of the two middle numbers.

i.e

median = [tex]\dfrac{9+9}{2}[/tex]

median = [tex]\dfrac{18}{2}[/tex]

median = 9

Q3, i.e median of the upper half

we have the ordered data = 11 12 13 14

The same use case is applicable here.

Median = [tex]\dfrac{12+13}{2}[/tex]

Median = [tex]\dfrac{25}{2}[/tex]

Median = 12.5

Low             Q1                Median              Q3                 High

6                  9                     11                      12.5                14

The interquartile range = Q3 - Q1

The interquartile range =  12.5 - 9

The interquartile range = 3.5

In a survey of 200 publicly-traded companies, the average price-earnings ratio was 18.5 with a standard deviation of 8.2. When testing the hypothesis (at the 5% level of significance) that the average price-earnings ratio has increased from the past value of 16.8, the null and alternative hypotheses would be:________

Answers

Answer:

Null Hypothesis: H0:μ ≤ 16.8

Alternative Hypothesis: Ha: μ > 16.8

Step-by-step explanation:

We are told that affer testing the hypothesis (at the 5% level of significance), that the average price-earnings ratio increased from the past value of 16.8.

It means that the past value was not more than 16.8.

This follows that the null hypothesis is given as;

H0:μ ≤ 16.8

And since it has been discovered that the ratio increased from the past value of 16.8, the alternative hypothesis is;

Ha: μ > 16.8

Find the distance between the points. Give an exact answer and an approximation to three decimal places.
TI
(S.
(3.1, 0.3) and (2.7, -4.9)
Th
(Rd

Answers

Answer:

5.215 units (rounded up to three decimal places)

Step-by-step explanation:

To find the distance between points (3.1 , 0.3) and (2.7, -4.9)

We use the Pythagoras Theorem which states that for a right triangle of sides a,b and c then;

a² + b²  = c² ,  Where c is the hypotenuse.

In our case, the distance between the two points is the hypotenuse of triangle formed by change in y-axis and change in x-axis.

The distance (hypotenuse) squared = (-4.9 - 0.3)² + (2.7 - 3.1)² = 27.04 + 0.16 = 27.2

Hypotenuse (the distance between) = [tex]\sqrt{27.2}[/tex] = 5.215 units (rounded up to three decimal places)

The multiplicative inverse of – 1 in the set {-1,1}is

Answers

Answer: The multiplicative inverse of – 1 in the set {-1,1} is -1.

Step-by-step explanation:

In algebra, the multiplicative inverse of a number(x) is a number (say y) such that

[tex]x\times y=1[/tex]  [product of a number and its inverse =1]

if x= -1, then

[tex]-1\times y=1\Rightarrow\ y=-1[/tex]

That means , the multiplicative inverse of -1 is -1 itself.

Hence, the multiplicative inverse of – 1 in the set {-1,1} is -1.

in golf, a player's score on each hole is always an integer. The more negative the score, the better it is. A golfer's combined score for the 18 holes is -5. The golfer score -2 on each of the several holes. on all the other holes the golfer scored a combined total of +1. On how many holes did the golfer score -2?

Answers

Answer:

3

Step-by-step explanation:

3*(-2)=-6

-6+1=-5

So over the course of 15 holes, he had a COMBINED total of +1.

The three remaining holes, he scored -2 on each of them.

The golfer score -2 in the three remaining holes.

What is the unitary method?

The unitary method is a method for solving a problem by the first value of a single unit and then finding the value by multiplying the single value.

It is given that the more negative the score, the better it is. A golfer's combined score for the 18 holes is -5.

The golfer score -2 on each of the several holes.

3*(-2)=-6

Then on all the other holes the golfer scored a combined total of +1.

-6+1 = -5

So, the course of 15 holes, he had a combined the total of +1.

Then the three remaining holes, he scored -2 on each of them.

Hence, the golfer score -2 in the three remaining holes.

Learn more about the unitary method;

https://brainly.com/question/23423168

#SPJ2


Mary states, "If the diagonals of a parallelogramare congruent, then the
parallelogram is a rectangle." Decide if her statement is wue or false.
A. True
B. False​

Answers

Answer:

True

Step-by-step explanation:

A rectangle is a plane figure with congruent length of opposite sides. Considering a rectangle ABCD,

AD ≅ BC (opposite side property)

AB ≅ CD (opposite side property)

<ABC = <BCD = <CDA = <DAC = [tex]90^{0}[/tex] (right angle property)

Thus,

<ABC + <BCD + <CDA + <DAC = [tex]360^{0}[/tex]

AC ⊥ BD (diagonals are perpendicular to each other)

AC ≅ BD (congruent property of diagonals)

Therefore, the parallelogram is a rectangle.

Jayden, who burns 345 calories in 45 min
while hiking is preparing for a 6 hour hike.
He uses a special supplement beverage
pack that provides water, needed
electrolytes, and 310 calories. The goal is to
replace roughly 1/3 of the calories burned
while carrying as light a load as possible.
How many packs should he take?

Answers

I think that she should bring three packs. 6 hours=360 minutes. 360/45=8. 345x8=2760. 2760/3=920 and 310x3=930. :)

This question is solved using proportions.

First, we find how many calories he will burn in the hike.Then, we find how many calories he will need to replace, and the number of packs needed.

Doing this, we get that he should take 3 packs.

How many calories he burns in the hike?

In 45 minutes, he burns 345 calories. How many calories in 6*60 = 360 minutes?

45 minutes - 345 calories

360 minutes - x calories

Applying cross multiplication:

[tex]45x = 345*360[/tex]

[tex]x = \frac{345*360}{45}[/tex]

[tex]x = 2760[/tex]

He burns 2760 calories in the hike.

How many calories he wants to replace?

Roughly 1/3, so he have to find one third of 2760, that is:

[tex]\frac{2760}{3} = 920[/tex]

How many packs?

One pack recovers 310 calories, how many packs for 920 calories?

1 pack - 310 calories

x packs - 920 calories

Applying cross multiplication:

[tex]310x = 920[/tex]

[tex]x = \frac{920}{310}[/tex]

[tex]x = 2.97[/tex]

Rounding up, he should take 3 packs.

A similar question is found at https://brainly.com/question/14426926

A multiple choice test contains 10 questions with 5 answer choices. What is the probability of correctly answering 5
questions if you guess randomly on each question?

Answers

The answer is 1/2 because there are total 10 questions. So, the probability of getting 5 correct answers is 5/10 that is 1/2.

Mark me as brainleist

What's the solution of the following linear system? 5x + 2y = 9 –5x – 2y = 3

Answers

━━━━━━━☆☆━━━━━━━

▹ Answer

(-39/35, 9/7)

▹ Step-by-Step Explanation

5y + 2y = 9

-5x - 2y = 3

Solve the equation:

y = 9/7

-5x - 2y = 3

Substitute the value of y:

-5x - 2 * 9/7 = 3

x = -39/35

(x, y) = (-39/35, 9/7)

Hope this helps!

CloutAnswers ❁

━━━━━━━☆☆━━━━━━━

5x + 2y = 9-5x - 2y = 3

To solve this system by addition, we start by adding both of our equations together but notice that the x terms and the y terms cancel out.

This leaves us with 0 on the left side and on the right side,

9 + 13 = 12 so we are left with the equation 0 = 12.

Since 0 = 12 is a false statement, this means that

there is no solution to our system of equations.

When trying to find the best deals for items, you should what?

Answers

Answer:

Try to find the unit rate for bulk items that you have for these and then compare all of the prices together.

Other Questions
When Emily walked into her biology class, she was surprised to see a quiz waiting for her on her desk. She was not prepared for the quiz and was worried when she saw it. In this scenario, Emily is likely to experience the _____ stage of the general adaptation syndrome. Group of answer choices Match the underlined word in each verse to its meaning in the context of the poem.the rhythm of a piece of poetry or musica silly or foolish personmeaning, weight, or significancerewarda small stream"In which the burthen of the mystery, / In which the heavy and the weary weight Of all this unintelligible world, / Is lightened:"(from "Tintern Abbey" by William Wordsworth)arrowRight"Faint I, nor mourn nor murmur, other gifts / Have followed; for such loss, I would believe, / Abundant recompence" (from "Tintern Abbey" by William Wordsworth)arrowRight"Hold off! unhand me, grey-beard loon!" (from "The Rime of the Ancient Mariner" by Samuel Taylor Coleridge)arrowRight"nor yet beside the rill,Nor up the lawn, nor at the wood was he;"(from "Elegy Written in a Country Churchyard" by Thomas Gray)arrowRight"Where was heard the mingled measure From the fountain and the caves." (from "Kubla Khan" by Samuel Taylor Coleridge)arrowRight Assume that the CEO of a company gave you the project charter specifying your authority, among others to work on an initiative providing health services to the community in a certain neighborhood. Before the company embarked on the project, the team analyzed the health sector development program of the country and read through laws the country enacted regarding the health sector. It also did a market survey to solicit information as to who does what. From the analysis, it learned that several companies where engaged in the provision of solar energy. As it did not want to be engaged in providing the same service that others were offering, it started developing solar powered mobile clinic. With an initial outlay of birr 5 Million, the project would last for 7 years. Since the whole work was too huge to consider all at once, the project manager and the team decomposed the project into manageable compartments and then to activities. It also developed schedule, set standards, and anticipated possible bottlenecks along the way. From the analysis it made, it found out that there would be a 20% chance that medical supplies would be delivered late costing the company ETB 350,000. There would also be a 40% chance that the company would save ETB 175,000 in time as it would build the component using already existing templates instead of starting from scratch. Finally, the team would like to make sure that the work would satisfy all of the requirements so that it would get the acceptance of the clients. 1. Characterize a project based on the above narration and distinguish the project manager from an operations manager? 2. What is the Expected Monetary Value for the two possibilities? What would you suggest as a solution to respond to risks? 3. Mention and elaborate the input the company used to develop products using templates already existing instead of starting from the scratch. 4. What are the areas of expertise indicated in the story? 5. If you were to produce documents thereby convince stakeholders to buy in the project idea, what would you do for a successful initiation? 6. Discuss the processes, process groups and knowledge areas narrated in the story. A wire carries current in the plane of this paper toward the top of the page. The wire experiences a ma netic force toward the right edge of the page. The direction of the magnetic field causing this force is: A. in the plane of the page and toward the left edge B. in the plane of the page and toward the bottom edge C. upward out of the page D. downward into the page Identify the sample space in the following tree diagramA.) H, TB.) TTT, TTH, THT, THH, HTT, HTH, HHT, HHHC.) HHH, THH, TTH, TTTD.) HT, TH, TT, HT 1) Set numMatches to the number of elements in userValues (having NUM_VALS elements) that equal matchValue. Ex: If matchValue = 2 and userVals = {2, 2, 1, 2}, then numMatches = 3. #include int main(void) { const int NUM_VALS = 4; int userValues[NUM_VALS]; int i = 0; int matchValue = 0; int numMatches = -99; // Set numMatches to 0 before your for loop userValues[0] = 2; userValues[1] = 2; userValues[2] = 1; userValues[3] = 2; matchValue = 2; /* Your solution goes here */ printf("matchValue: %d, numMatches: %d\n", matchValue, numMatches); return 0; } 2)Write a for loop to populate array userGuesses with NUM_GUESSES integers. Read integers using scanf. Ex: If NUM_GUESSES is 3 and user enters 9 5 2, then userGuesses is {9, 5, 2}. #include int main(void) { const int NUM_GUESSES = 3; int userGuesses[NUM_GUESSES]; int i = 0; /* Your solution goes here */ return 0; } 3)Array testGrades contains NUM_VALS test scores. Write a for loop that sets sumExtra to the total extra credit received. Full credit is 100, so anything over 100 is extra credit. Ex: If testGrades = {101, 83, 107, 90}, then sumExtra = 8, because 1 + 0 + 7 + 0 is 8. #include int main(void) { const int NUM_VALS = 4; int testGrades[NUM_VALS]; int i = 0; int sumExtra = -9999; // Initialize to 0 before your for loop testGrades[0] = 101; testGrades[1] = 83; testGrades[2] = 107; testGrades[3] = 90; /* Your solution goes here */ printf("sumExtra: %d\n", sumExtra); return 0; } 4)Write a for loop to print all NUM_VALS elements of array hourlyTemp. Separate elements with a comma and space. Ex: If hourlyTemp = {90, 92, 94, 95}, print: 90, 92, 94, 95 Note that the last element is not followed by a comma, space, or newline. #include int main(void) { const int NUM_VALS = 4; int hourlyTemp[NUM_VALS]; int i = 0; hourlyTemp[0] = 90; hourlyTemp[1] = 92; hourlyTemp[2] = 94; hourlyTemp[3] = 95; /* Your solution goes here */ printf("\n"); return 0; } Azila is a salesgirl for a cosmetic product. Her salary is RM375 per week with 5% commission of her weekly sales. What is the least value of a product that Aliza must sell if she targets a minimum salary of RM550 for a particular week? What was the role of philosophy in medieval thought? What were early philosophers contemplating? How did early Church leaders affect philosophical idea Quadrilateral ABCD is inscribed in circle P as shown. Which statement is necessarily true? why do all Karens have breathing problem when it comes to wearing masks???????? You own two bonds. Both bonds pay annual interest, have 7 percent coupons, and currently have 7 percent yields to maturity. Bond A has 5 years to maturity and Bond B has 10 years to maturity. If the market rate of interest changes unexpectedly to 6 percent, the price of Bond A will change by _____ percent and the price of Bond B will change by _____ percent. Select the situation for which the torque is the smallest.a. A 200 kg piece of silver is placed at the end of a 2.5 m tree branch.b. A 20 kg piece of marble is placed at the end of a 25 m construction crane arm.c. A 8 kg quartz rock is placed at the end of a 62.5 m thin titanium rod.d. The torque is the same for two cases.e. The torque is the same for all cases. Production of maltose, by ___________________ condensation, dehydration, hydrolysis) of starch, in the presence of amylase, can be detected by colorimetric assay. Let tan(x)=2/5 What is the value of tan(x) ? Cafeteria Meals I regularly purchase my lunch in the cafeteria; however, we only have one meal option each day. I would not serve some of the meals prepared in our cafeteria to cockroaches. Consider the school's pepperoni pizza. I am one who rarely turns down pizza, especially if it has pepperoni on it, but the pizza that our school serves is just too greasy. I even put paper napkins over the pizza in order to soak up the grease. Nevertheless, I always have a stomachache in the afternoon on pizza day. Some of my friends do not even eat lunch on pizza day because the pizza our school serves makes them feel ill too. If we had more meal options at lunch, we could choose foods that left us feeling better in the afternoons. 18 Select the correct answer. What is the best thesis statement for this argument? A. Some of our students are not allowed to eat certain foods and must skip lunch. B. Many schools in nearby districts offer a variety of meal options to their students. C. Schools should not be allowed to sell high-fat desserts to students. D. Our school needs to offer several selections for food at Say the marginal tax rate is 30 percent and that government expenditures do not change with output. Say also that the economy is at potential output and that the deficit is $200 billion.Required:a. What is the size of the cyclical deficit?b. What is the size of the structural deficit?c. How would your answers to a and b change if the deficit was still $200 billion but output was $200 billion below potential?d. How would your answers to a and b change if the deficit was still $200 billion but output was $100 billion above potential? Who painted the image below? A painting titled Hunters in the Snow (Winter). Hunters walk through a snow-covered town while people skate on a lake covered by ice. NEED IN 10 MIN. WILL GIVE BRAINLEST Solve the triangle. B = 36, a = 41, c = 17 Abbott Company uses the allowance method of accounting for uncollectible accounts. Abbott estimates that 3% of credit sales will be uncollectible. On January 1, Allowance for Doubtful Accounts had a credit balance of $3,700. During the year, Abbott wrote off accounts receivable totaling $2,500 and made credit sales of $115,000. There were no sales returns during the year. After the adjusting entry, the December 31 balance in Bad Debt Expense will be New drivers tend to underestimate _____________ while overestimating their own abilities.nto a perpendicular parking space