Answer:
(x² + 4x + 2)(2x² + 3x - 4) equals 2x⁴ + 11x³ + 12x² - 10x - 8
Step-by-step explanation:
<em>(x² + 4x + 2)(2x² + 3x - 4)</em>
Multiply each term in the first parentheses into the expression in the second parentheses.
<em>2x⁴ + 3x³ - 4x² + 8x³ + 12x² - 16x + 4x² + 6x - 8</em>
Combine like terms.
<em>2x⁴ + 11x³ + 12x² - 10x - 8</em>
So, your answer would be letter choice B.
<em />
Answer:

Step-by-step explanation:
Given: The attachment
Required: Determine the equation
We start by picking any two equivalent points on the table:


Next, we determine the slope, M:




The equation is then calculated as:

Where:


So, we have:

Open bracket

Collect like terms


Hence, the equation is: 
For the given sentences, the algebraic expressions are:
a) N = 110*c - 300
b) N = 12*b
<h3>
How to get the algebraic expressions?</h3>
For the first statement:
A 3-digit number, where the tens digit is c, can be written as:
N = 100*a + 10*c + b
Then the hundreds digit is a, and here we know that is 3 less than the tens digit, then:
a = c - 3
The ones digit is b, here we know that it is 0, then b = 0.
Replacing that in our number we get:
N = 100*(c - 3) + 10*c = 110*c - 300
N = 110*c - 300
That is the algebraic expression.
b) A two-digit number can be written as:
N = b*10 + a
Where b is the tens digit and a is the ones digit.
Here we know that the units digit is twice as bit as the tens digit, then:
a = 2b
Replacing that we get:
N = b*10 + a = b*10 + 2b = 12*b
N = 12*b
That is the algebraic expression.
If you want to learn more about algebraic expressions:
brainly.com/question/4541471
#SPJ1
Answer:
it might be $0.85 19 i think not 100% sure plz doint report me
Step-by-step explanation:
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8