Answer:
d = 7.2
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
<u>Algebra II</u>
- Distance Formula:

Step-by-step explanation:
<u>Step 1: Define</u>
Boat A(3.1, -1)
Boat B(-4.1, -1)
<u>Step 2: Find distance </u><em><u>d</u></em>
Simply plug in the 2 coordinates into the distance formula to find distance <em>d</em>.
- Substitute [DF]:

- Subtract/Add:

- Exponents:

- Evaluate:

Answer:
Shows how to quickly check if a matrix product is defined and, if it is, how to ... You can use this fact to check quickly whether a given multiplication is defined.
Step-by-step explanation:
Answer:
We have the equation:
(ax^2 + 3x + 2b) - (5x^2+bx-3c)= 3x^2 - 9
First, move all to the left side.
(ax^2 + 3x + 2b) - (5x^2+bx-3c) - 3x^2 + 9 = 0
Now let's group togheter terms with the same power of x.
(a - 5 - 3)*x^2 + (3 - b)*x + (2b + 3c + 9) = 0.
This must be zero for all the values of x, then the things inside each parenthesis must be zero.
1)
a - 5 - 3 = 0
a = 3 + 5 = 8.
2)
3 - b = 0
b = 3.
3)
2b + 3c + 9 = 0
2*3 + 3c + 9 = 0
3c = -6 - 9 = -15
c = -15/3 = -5
Then we have:
a = 8, b = 3, c = -5
a + b + c = 8 + 3 - 5 = 6