3x+3=9
x=2
that way the answer is 9
Answer:
y=
- 2
Step-by-step explanation:
This is correct
Answer:
- (x - 3y)(3x + y)
Step-by-step explanation:
Given
(x + 2y)² - (2x - y)² ← expand both parenthesis using FOIL
= x² + 4xy + 4y² - (4x² - 4xy + y²) ← distribute
= x² + 4xy + 4y² - 4x² + 4xy - y² ← collect like terms
= - 3x² + 8xy + 3y² ← factor out - 1 from each term
= - 1(3x² - 8xy - 3y²) ← factor the quadratic
Consider the factors of the product of the coefficient of the x² term and the coefficient of the y² term which sum to give the coefficient of the xy- term.
product = 3 × - 3 = - 9 and sum = - 8
The factors are - 9 and + 1
Use these factors to split the xy- term
3x² - 9xy + xy - 3y² ( factor the first/second and third/fourth terms )
= 3x(x - 3y) + y(x - 3y) ← factor out (x - 3y) from each term
= (x - 3y)(3x + y)
Thus
(x + 2y)² - (2x - y)² = - (x - 3y)(3x + y)
Answer:
(1, 5), (3, 19) (-1, -9)
Step-by-step explanation:
really need the choices
Our number system is in base 10, which means that each digit has a value that is a multiple of 10.
For ex:
877 literally means
8 7 7 where each digit is multiplied by
10^ 2 10 ^1 10^0 respectively
which is 8 * 10^ 2 + 7 * 10^1 + 7 * 10^0 = 8 * 100 + 7 * 10 + 7 * 1 = 800 + 70 + 7 = 877
Binary is in base 2, so each of its digits (which can only be 0 or 1) are multiplied by multiples of 2 (2^0, 2^1, 2^2 ect.)
To find what 877 is in binary you can do the following:
the symbol : means divide and i'll write the quotient + the remainder
877 : 2 = 438 + 1 (438 is the quotient, 1 is the remainder)
438 : 2 = 219 + 0
219 : 2 = 109 + 1
109 : 2 = 54 + 1
54 : 2 = 27 + 0
27 : 2 = 13 + 1
13 : 2 = 6 + 1
6 : 2 = 3 + 0
3 : 2 = 1 + 1
1: 2 = 0 + 1
now write ALL off the remainders from BOTTOM to TOP:
1101101101
use a similar step for octal (use 8 instead of 2 as the divisor) and hexidecimal (use 16 instead of 2 as the divisor)