Answer: All real numbers :)
Answer:
4:2:1 is common ratio for 4,2, and 1
Answer:
- movie: $3.75
- video game: $5.75
Step-by-step explanation:
Two equations in two unknowns can be written:
3m +5v = 40
9m +7v = 74
These can be solved a variety of ways. One of them is using Cramer's rule. It tells you the solution to
is given by ...
- ∆ = bd -ea
- x = (bf -ec)/∆
- y = (cd -fa)/∆
For the numbers above,
- ∆ = 5·9 -7·3 = 24
- m = (5·74 -7·40)/24 = 90/24 = 3.75
- v = (40·9 -74·3)/24 = 138/24 = 5.75
The rental cost for each movie is $3.75; for each video game, it is $5.75.
___
The attached graph shows a graphing calculator solution to these equations.
Answer:
Multiply row 2 by-1 and add it to row 3.
Step-by-step explanation:
The given augmented matrix is ![\left[\begin{array}{ccc}3&-21&15\\15&8&15\\-2&-1&3\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%26-21%2615%5C%5C15%268%2615%5C%5C-2%26-1%263%5Cend%7Barray%7D%5Cright%5D)
The permissible row operations are:
1. Switching rows
2. Multiplying a row by a nonzero constant.
3. Adding/Subtracting two rows
Therefore the correct option is: Multiply row 2 by-1 and add it to row 3.