Quiz Solutions for Linear Algebra and Calculus Problems, Quizzes of Algebra

The solutions to quiz 3, which includes four problems on linear algebra and calculus. The problems involve solving systems of equations, finding the speed of a moving object, and simplifying algebraic expressions.

Typology: Quizzes

Pre 2010

Uploaded on 07/23/2009

koofers-user-gu4
koofers-user-gu4 ๐Ÿ‡บ๐Ÿ‡ธ

9 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Quiz 3 Solutions
Problem #1 (5 points):
Solve the following system:
2xโˆ’y= 1
3x+y= 8.
(1)
Solution
We solve the first equation for y. Since 2xโˆ’y= 1, 2xโˆ’1 = y. (We
added yand subtracted 1 from both sides of the equation.) Plugging
the expression 2xโˆ’1 for yin the second equation, we compute:
3x+y= 8
3x+ (2xโˆ’1) = 8
5xโˆ’1 = 8
5x= 9
x=9
5.
(2)
Since x=9
5, we can now compute yfrom our first calculation:
2xโˆ’1 = y
2ยท
9
5
โˆ’1 = y
18
5
โˆ’
5
5=y
13
5=y.
(3)
As a result, the solution to our system is ๎˜9
5,13
5๎˜‘.
1
pf3
pf4

Partial preview of the text

Download Quiz Solutions for Linear Algebra and Calculus Problems and more Quizzes Algebra in PDF only on Docsity!

Quiz 3 Solutions

Problem #1 (5 points): Solve the following system: 2 x โˆ’ y = 1 3 x + y = 8.

Solution We solve the first equation for y. Since 2x โˆ’ y = 1, 2x โˆ’ 1 = y. (We added y and subtracted 1 from both sides of the equation.) Plugging the expression 2x โˆ’ 1 for y in the second equation, we compute:

3 x + y = 8 3 x + (2x โˆ’ 1) = 8 5 x โˆ’ 1 = 8 5 x = 9

x =

Since x = 95 , we can now compute y from our first calculation:

2 x โˆ’ 1 = y

2 ยท

โˆ’ 1 = y 18 5

= y 13 5

= y.

As a result, the solution to our system is

9 5 ,^

13 5

Arthur travels 30 kilometers in the same time that the Holy Grail travels 10 kilometers. If the speed of the Grail is 5 kilometers per hour slower than Arthur, find the speed of Arthur.

Solution We recall that distance is the product of speed with time. Let x be the speed of Arthur in kilometers per hour. Let t be the time (in hours) it takes Arthur to travel 30 kilometers. We are given that the speed of the grail is x โˆ’ 5 kilometers per hour. Applying the distance formula we end up with the following pair of equations:

30 = xt 10 = (x โˆ’ 5)t.

We now solve both equations for t:

30 x

= t 10 x โˆ’ 5

= t.

Thus, (^30) x = t = (^) x^10 โˆ’ 5 and so (^30) x = (^) x^10 โˆ’ 5. Taking reciprocals, we obtain:

x 30

x โˆ’ 5 10 x =

30(x โˆ’ 5) 10 x = 3(x โˆ’ 5) x = 3x โˆ’ 15 15 = 2x 15 2

= x.

Arthurโ€™s speed is 152 kilometers per hour.

Simplify the expression (4k^3 + k^2 + k) โˆ’ (2k^3 โˆ’ 4 k^2 โˆ’ 3 k).

Solution We compute:

(4k^3 + k^2 + k) โˆ’ (2k^3 โˆ’ 4 k^2 โˆ’ 3 k) = 4k^3 + k^2 + k โˆ’ 2 k^3 + 4k^2 + 3k = 2k^3 + 5k^2 + 4k.