Javascript required
Skip to content Skip to sidebar Skip to footer

Find the Solution to This System 2 1

All SAT Math Resources

Let f(x) = 2x2 – 3x + 1, and let g(x) = 13 – x. What is the distance between the points of intersection of f(x) and g(x)?

Explanation:

First, we need to find the points of intersection between f(x) and g(x) by setting them equal to one another and solving.

f(x) = g(x)

2x2 - 3x + 1 = 13 – x

Add x to both sides.

2x2 – 2x + 1 = 13

Subtract 13 from both sides.

2x2 – 2x – 12 = 0.

Divide by two to make the coefficients easier to work with.

x2 – x – 6 = 0

Factor.

(x – 3)(x + 2) = 0

Set each of the factors equal to zero and then solve.

x – 3 = 0

x = 3

x + 2 = 0

x = –2

The two functions intersect where x = –2 and where x = 3.

The question asks us to find the distance between the points of intersection. Therefore, we will need to find the y-coordinates of the points of intersection when x = –2 and when x = 3.

When x = –2, f(–2) = g(–2) = 13 – (–2) = 15.

When x = 3, f(3) = g(3) = 13 – 3 = 10.

Thus, the points of intersection are (–2, 15) and (3, 10).

We can now use the distance formula given below.

Distance

The answer is 5√2

What is the sum of x and y when you solve the following system of equations:

x – 3y = –5

2x + 5y = 12

Explanation:

We can solve this system of equations by using substitution. Rewriting the first equation, we get x = –5 + 3y. This equation gets substituted into the second equation, then solve for y.  Once we know what y is, we can substitute the value into the first equation to find x. In this case, x = 1 and y = 2.

Sammy is counting his money when he notices he has two more quarters than dimes and the number of nickels are the same as the sum of quarters and dimes.  The total cash he has on hand is $1.05.  How many quarters does he have?

Explanation:

Define the variables as

x = # of dimes

x + 2 = # of quarters

x + x + 2 = # of nickels

In general, the formula for money problems in V1N1 + V2N2 + V3N3 = $total

0.10x + 0.25(x + 2) + 0.05(2x + 2) = 1.05

Solving the equation we see that there is one dime, three quarters and four nickels.

If x2 – y2 = 20, and x + y = 10, then what is the product of x and y?

Explanation:

This problem involves a system of two equations. The first equation is x2 – y2 = 20, and the second equation is x + y = 10. Let us solve the second equation in terms of y, and then we can substitute this value into the first equation.

x + y = 10

Subtract y from both sides.

x = 10 – y

Substitute 10 - y for x in the first equation.

x2 – y2 = 20

(10 - y)2 – y2 = 20

We can use the FOIL method to find (10 – y)2.

(10 – y)2 = (10 – y)(10 – y) = 10(10) – 10y – 10y + y2 = 100 –20y + y2.

Now we can go back to our original equation and replace (10 – y)2with 100 – 20y + y2.

(100 – 20y + y2)– y2 = 20

100 – 20y = 20

Subtract 100 from both sides.

–20y = –80

Divide both sides by –20.

y = 4.

Now that we know that y = 4, we can use either of our original two equations to solve for x. Using the equation x + y = 10 is probably simpler.

x + y = 10

x + 4 = 10

x = 6.

The original question asks for the product of x and y, which would be 4(6), which equals 24.

The answer is 24.

If x – 4 = y and 2x + 4y = 16, what is the value of x?

Explanation:

The correct answer is 5 1/3. The problem is solved by substitution. The first step is to substitute x – 4 into the second equation. Then we have 2x + 4(x – 4) = 16. Next step 2x + 4x – 16 = 16. Then 6x = 32. We then divide 32 by 6 for X and get 5 1/3.

If x + 2y + z = 5, and y – 2z = 6, then what is –x – 5z?

Possible Answers:

–7

7

0

cannot be determined

–5

Explanation:

The question asks us to find the value of –x – 5z, which doesn't include any y terms. Therefore, we need to eliminate y terms from our equations. One way to do this is to solve for y in the second equation and substitute this value into the first one.

y – 2z = 6

Add 2z to both sides.

y = 6 + 2z

Now, we take 6 + 2z and substitute this in for y in the first equation.

x + 2(6 + 2z) + z = 5

Distribute.

x + 12 + 4z + z = 5

x + 5z + 12 = 5

Subtract 12 from both sides.

x + 5z = –7

The original question asks for the value of –x – 5z, which is equal to –1(x + 5z). Let's multiply both sides of the equation x + 5z = –7 by negative one.

–1(x + 5z) = –7

–x – 5z = 7

The answer is 7.

Six years ago, Tom was twice as old as Susan. Thirteen years ago, Tom was three times as old as Susan. How many years older than Susan is Tom?

Explanation:

Let t and s represent Tom's and Susan's current ages, respectively.

We are told that six years ago, Tom's age is twice as large as Susan's. We could represent Tom's age six years ago as t – 6, and we could represent Susan's as s – 6. Because t – 6 is twice as large as s – 6, we could write the following equation:

t – 6 = 2(s – 6)

Additionally, we are told that thirteen years ago, Tom was three times as old as Susan. Thirteen years ago, Tom's age would be t – 13, and Susan's would be s – 13. We can then write the following equation:

t – 13 = 3(s – 13)

We now have two equations and two unknowns. In order to solve this system of equations, we could solve for t in the first equation and substitute this value into the second equation.

t – 6 = 2(s – 6)

Distribute.

t – 6 = 2s – 12

Add six to both sides.

t = 2s – 6

Next, we will substitute 2s - 6 into the second equation.

(2s – 6) – 13 = 3(s – 13)

Distribute.

2s – 6 – 13 = 3s – 39

Combine constants.

2s – 19 = 3s – 39

Subtract 2s from both sides.

–19 = s – 39

Add 39 to both sides.

s = 20

Since t = 2s – 6, t = 2(20) – 6 = 34

This means that Tom is currently 34, and Susan is currently 20. The question asks us how many years older Tom is than Susan, which is 34 – 20 = 14 years.

The answer is 14.

If (x2 + y2)(1/2) = 4, and 4xy = 4, what is the value of (x-y)2.

Explanation:

We are asked to find (x – y)2. Let's expand (x – y)2 using the FOIL method.

(x – y)2 = (x – y)(x – y) = x(x) – x(y) – y(x) + y(y) = x2 – 2xy + y2

In other words, we need to find the value of x2 – 2xy + y2. We can use the given information to find the values of x2 + y2 and –2xy. Then, if we combine the values of x2 + y2 and –2xy, we will have the value of x2 – 2xy +y2, which is equal to (x – y)2.

The problem states that (x2 + y2)(1/2) = 4. If we were to square both sides of the equation, we can find the value of x2 + y2.

((x2 + y2)(1/2))2 = 42 = 16

If we use the property of exponents that states that (ab)c = abc, then ((x2 + y2)(1/2))2becomes (x2 + y2)2(1/2) = x2 + y2.

Thus, x2 + y2 = 16.

The second piece of given information states that 4xy = 4. If we divide both sides of the equation by –2, we will have –2xy on the left side.

4xy = 4

Divide both sides by –2.

–2xy = –2

Finally, we will add x2 + y2 + –2xy.

x2 + y2 + –2xy = 16 + –2 = 14

The answer is 14.

If (x+y)2 = 15, and x 2 + y 2 = 27, what is the value of x 2 y 2?

Explanation:

First, let's expand (x+y)2 by using the FOIL method.

(x +y)2 = (x+y)(x+y)

According to the FOIL method, we will multiply the first terms of the binomials, then the outer terms, then the inner terms, and then the last terms. We will then add these four products together.

(x+y)(x+y)= x(x) + x(y) + y(x) + y(y) = x 2 + 2xy + y 2

We are told that (x+y)2 = 15. Let's replace (x+y)2 with x 2 + 2xy + y 2.

x 2 + 2xy + y 2 = 15

Rearranging, we can write the equation as follows:

x 2 + y 2 + 2xy = 15

The second part of the problem tells us that x 2 + y 2 = 27. Thus, we can replace x 2 + y 2 with 27.

27 + 2xy = 15

Subtract 27 from both sides.

2xy = –12

Divide by two.

xy = –6

The question asks us for x 2 y 2. According to one of the properties of exponents, (xy)2 = x 2 y 2. Thus, if we square both sides of the equation xy = –6, we will obtain the value of x 2 y 2.

(xy)2 = (–6)2

x 2 y 2 = 36

The answer is 36.

In triangle ABC, points A and B are located at the points of intersection between the graphs y = 9 –x 2 and y = 3 –x, and point C is located at (p,0), where p< 0. What must be the value of p such that the area of triangle ABC is 50?

Explanation:

First, we need to find points A and B, which we are told form the points of intersection between the graphs y = 9 –x 2and y = 3 –x. In order to solve for these two equations, we can set the value of y in the first equation equal to the value of y in the second and then solve for x.

9 –x 2 = 3 –x

Add x 2to both sides.

9 = 3 –x + x 2

Subtract 9 from both sides. Then rearrange so that the powers of x are in descending order.

-6 –x + x 2 = x 2x – 6 = 0

Factorx 2x – 6 by thinking of two numbers that multiply to give –6 and add to give –1. Those two numbers are –3 and 2.

x 2x – 6 = (x – 3)(x + 2) = 0

Set each factor equal to zero and solve.

x – 3 = 0

x = 3

x + 2 = 0

x = –2

Thus, the points of intersection occur where x = –2 and 3. We can find the y values of the points of intersection by substituting –2 and 3 into either equation. Let's use the equation y = 3 –x.

When x = –2, y = 3 – (–2) = 5. One point of intersection is (–2,5).

When x = 3, y = 3 – 3 = 0. The other point of intersection is (3,0).

Let's assume point A is at (–2,5) and that B is at (3,0). We are told that C is located at (p,0), where p < 0. Let's draw triangle ABC with the information we have so far.

Triangle_p1

In the figure above, the orange line represents the height from side BC to A.

The area of any triangle is (1/2)bh, where b is the length of the base, and h is the length of the height. We will use BC to represent the base, and the orange line to represent the height.

The length of BC will be equal to 3 –p, since both points lie on the x-axis. The length of the orange line is the distance from CB to point A, which is 5. We can now find a formula for the area and set it equal to 50.

Area of ABC = (1/2)(3 –p)(5) = 50

Multiply both sides by 2.

(3 –p)(5) = 100

Divide by 5.

3 –p = 20

Subtract 3 from both sides.

–p = 17

Multiply both sides by –1.

p = –17.

The answer is –17.

All SAT Math Resources

SAT Math Tutoring in Top Cities:

Atlanta SAT Math Tutoring, Austin SAT Math Tutoring, Boston SAT Math Tutoring, Chicago SAT Math Tutoring, Dallas Fort Worth SAT Math Tutoring, Denver SAT Math Tutoring, Houston SAT Math Tutoring, Kansas City SAT Math Tutoring, Los Angeles SAT Math Tutoring, Miami SAT Math Tutoring, New York City SAT Math Tutoring, Philadelphia SAT Math Tutoring, Phoenix SAT Math Tutoring, San Diego SAT Math Tutoring, San Francisco-Bay Area SAT Math Tutoring, Seattle SAT Math Tutoring, St. Louis SAT Math Tutoring, Tucson SAT Math Tutoring, Washington DC SAT Math Tutoring

SAT Math Tutors in Top Cities:

Atlanta SAT Math Tutors, Austin SAT Math Tutors, Boston SAT Math Tutors, Chicago SAT Math Tutors, Dallas Fort Worth SAT Math Tutors, Denver SAT Math Tutors, Houston SAT Math Tutors, Kansas City SAT Math Tutors, Los Angeles SAT Math Tutors, Miami SAT Math Tutors, New York City SAT Math Tutors, Philadelphia SAT Math Tutors, Phoenix SAT Math Tutors, San Diego SAT Math Tutors, San Francisco-Bay Area SAT Math Tutors, Seattle SAT Math Tutors, St. Louis SAT Math Tutors, Tucson SAT Math Tutors, Washington DC SAT Math Tutors

Report an issue with this question

If you've found an issue with this question, please let us know. With the help of the community we can continue to improve our educational resources.

DMCA Complaint

If you believe that content available by means of the Website (as defined in our Terms of Service) infringes one or more of your copyrights, please notify us by providing a written notice ("Infringement Notice") containing the information described below to the designated agent listed below. If Varsity Tutors takes action in response to an Infringement Notice, it will make a good faith attempt to contact the party that made such content available by means of the most recent email address, if any, provided by such party to Varsity Tutors.

Your Infringement Notice may be forwarded to the party that made the content available or to third parties such as ChillingEffects.org.

Please be advised that you will be liable for damages (including costs and attorneys' fees) if you materially misrepresent that a product or activity is infringing your copyrights. Thus, if you are not sure content located on or linked-to by the Website infringes your copyright, you should consider first contacting an attorney.

Please follow these steps to file a notice:

You must include the following:

A physical or electronic signature of the copyright owner or a person authorized to act on their behalf; An identification of the copyright claimed to have been infringed; A description of the nature and exact location of the content that you claim to infringe your copyright, in \ sufficient detail to permit Varsity Tutors to find and positively identify that content; for example we require a link to the specific question (not just the name of the question) that contains the content and a description of which specific portion of the question – an image, a link, the text, etc – your complaint refers to; Your name, address, telephone number and email address; and A statement by you: (a) that you believe in good faith that the use of the content that you claim to infringe your copyright is not authorized by law, or by the copyright owner or such owner's agent; (b) that all of the information contained in your Infringement Notice is accurate, and (c) under penalty of perjury, that you are either the copyright owner or a person authorized to act on their behalf.

Send your complaint to our designated agent at:

Charles Cohn Varsity Tutors LLC
101 S. Hanley Rd, Suite 300
St. Louis, MO 63105

Or fill out the form below:

Find the Solution to This System 2 1

Source: https://www.varsitytutors.com/sat_math-help/how-to-find-the-solution-for-a-system-of-equations?page=2