1. In Pascal's triangle, each number is the sum of the two numbers directly above it. The first and last numbers in each row are always 1. Additionally, the diagonals starting from the second row represent the triangular numbers. The middle number(s) in each row represent the central binomial coefficient(s). Finally, the sum of each row corresponds to the powers of 2 in binary form.
2. Ellipses are formed by a plane intersecting a cone at an angle that is not perpendicular to the base. Hyperbolas are formed when a plane intersects both halves of a double cone, resulting in two mirror-image curves. Parabolas are formed by a plane intersecting a cone at an angle parallel to one of the sides of the cone.
3. The inverse of the matrix B is:
[-7/22 2/11 1/22]
[3/22 0 -1/22]
[0 1/7 -1/7]
4.
a. Let t be the time (in hours) after a high tide. Then the function for the height of the tide above low tide is:
h(t) = 5sin(πt/6) + 5
b. To find the height of the tide at 11:00 a.m., we need to find t such that high tide occurred at t=1 and it is now 10 hours later (since the low tide occurs 6 hours after the high tide). So, t=11. Plugging this into the formula from part a, we get:
h(11) = 5sin(11π/6) + 5
≈ 0.4 ft
5. To rotate a point counterclockwise by 190 degrees about the origin, we can use the rotation matrix:
[cos(190°) -sin(190°)]
[sin(190°) cos(190°)]
Multiplying this matrix by the coordinates of the point (7,3), we get:
[-7.99 -2.43]
So the new coordinates of the point are approximately (-7.99, -2.43).
6. The reference angle for the angle of rotation is 1.11 radians (or approximately 63.43 degrees). The point on the terminal arm in the second quadrant with the same reference angle is (-2, 4). The point in the third quadrant is (-2, -4), and the point in the fourth quadrant is (2, -4).