Computer Programming with Vectors A computer programmer is designing a 3-D space game. She wants to have an asteroid fly past a spaceship along the path of vector m, collide with another asteroid, and be deflected along vector path I. the spaceship is treated as the origin and is travelling along vector d. |(5, 20, 20) (15, 25, 5) d(10,10, 10) (0, 0, 0) Solve the following using the information above: a. Find the vector and parametric equations of the line determined by vector m. b. Add vectors m and I. Determine if an object whose path is along vector d will cross through the pathl of the asteroid, resulting in a possible collision between the spaceship and asteroid. Draw vector h, normal to I, that passes through the origin and is perpendicular to I. d. Draw vector j parallel to h that passes through (10, 10, 10). Find the vector and parametric equations of the line determined by vector j. c.
Permutations and Combinations
If there are 5 dishes, they can be relished in any order at a time. In permutation, it should be in a particular order. In combination, the order does not matter. Take 3 letters a, b, and c. The possible ways of pairing any two letters are ab, bc, ac, ba, cb and ca. It is in a particular order. So, this can be called the permutation of a, b, and c. But if the order does not matter then ab is the same as ba. Similarly, bc is the same as cb and ac is the same as ca. Here the list has ab, bc, and ac alone. This can be called the combination of a, b, and c.
Counting Theory
The fundamental counting principle is a rule that is used to count the total number of possible outcomes in a given situation.
All the instructions are provided in the picture
Trending now
This is a popular solution!
Step by step
Solved in 6 steps with 7 images