Answer: (-2, 2) and (4, 8)
There are two solutions because the two functions cross each other twice.
So this is what's known as a combination. a combination is a group where the order does not matter. to solve a combination, you use this equation:
n! / (r! *(n-r)!)
n is the total number of objects being sorted (8)
r is the group you need to sort them into (4)
(i know it's 2 groups of 4 but if you solve this for 1 group, the other group is automatically made of the remaining kids)
definition of !:
a number with a ! means 1*2*3...*that number (so that number multiplied by every number smaller than it all the way to one)
so we put 8 and 4 in this equation:
8! / (4! *(8-4)!)
simplify:
8! / *(4! 4!)
multiply out:
(8*7*6*5*4*3*2*1) / (4*3*2*1 * 4*3*2*1)
and put that in your calculator
you will get 70
your answer is 70
Answer: .48
Step-by-step explanation:
Point 48 just move two places to the left
Answer:
(-3, 13)
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Equality Properties
- Multiplication Property of Equality
- Division Property of Equality
- Addition Property of Equality
- Subtraction Property of Equality<u>
</u>
<u>Algebra I</u>
- Terms/Coefficients
- Coordinates (x, y)
- Solving systems of equations using substitution/elimination
Step-by-step explanation:
<u>Step 1: Define Systems</u>
y = -4x + 1
11y = x + 146
<u>Step 2: Solve for </u><em><u>x</u></em>
<em>Substitution</em>
- Substitute in <em>y</em>: 11(-4x + 1) = x + 146
- Distribute 11: -44x + 11 = x + 146
- [Addition Property of Equality] Add 44x on both sides: 11 = 45x + 146
- [Subtraction Property of Equality] Subtract 146 on both sides: -135 = 45x
- [Division Property of Equality] Divide 45 on both sides: -3 = x
- Rewrite/Rearrange: x = -3
<u>Step 3: Solve for </u><em><u>y</u></em>
- Define original equation: y = -4x + 1
- Substitute in <em>x</em>: y = -4(-3) + 1
- Multiply: y = 12 + 1
- Add: y = 13