Answer:80
Step-by-step explanation:
When we multiply the polynomials we will get:
(5x^2+2x)(3x^2-7x+4)
=5x^2(3x^2-7x+4)+2x(3x^2-7x+4)
=15x^4-35x^3+20x^2+6x^3-14x^2+8x
=15x^4+(6x^3-35x^3)+(20x^2-14x^2)+8x
=15x^4-29x^3+6x^2+8x
The correct answer is C
Answer:
9 pounds of seed per acre.
Step-by-step explanation:
All you have to do is division. It takes 27 pounds of seed to make 3 acres, so 27 divided by 3. That gives you 9.
<span> here
7 7/8
= [ (8*7) + 7 ] / 8
= (56 + 7) / 8
=63 / 8
similarly,
3 1/4
=[ (4*3) + 1] / 4
= (12 + 1) / 4
= 13/4
----------------------------
now put the values
7 7/8 - 3 1/4
= 63/8 - 13/4
here, take LCM of 8 & 4 which is 8.
now,
[ (1*63) - (2 * 13) ] / 8
= (63 - 26) / 8
= 37/8
= 4 5/8........................[ here, divide 37 by 8 which gives reminder as 5 and divisible value as 4 ]</span>
When you arrange the N points in sequence around the polygon (clockwise or counterclockwise), the area is half the magnitude of the sum of the determinants of the points taken pairwise. The N determinants will also include the one involving the last point and the first one.
For example, consider the vertices of a triangle: (1,1), (2,3), (3,-1). Its area can be computed as
(1/2)*|(1*3-1*2) +(2*-1-3*3) +(3*1-(-1)*1)|
= (1/2)*|1 -11 +4| = 3