niya41419
niya41419 niya41419
  • 16-09-2021
  • Mathematics
contestada

Question 5
Calculate the difference (4x2 + x - 5) – (5x2 - 1).
A
9x2 + x - 6
B
9x2 + x - 4
С
-x2 + x - 4
D
x²+x-6

Respuesta :

rayanmartynt
rayanmartynt rayanmartynt
  • 16-09-2021

Answer:

The answer is A.9x2 + x - 6

Answer Link

Otras preguntas

A 150 Ohm electric toaster is powered with a voltage of 120 v, what is its current intensity
against a group of European soldiers. Which of the following claims does the poster support?1 A. Many Chinese viewed Europeans as enemies when this poster was c
PLZ ANSWER, I'LL GIVE BRAINLIEST TO BEST EXPLAINATION!! I need to finish by tonight!
There are 13 apples in a basket. 4 of these apples are green. The rest are red. what is the ratio?​
Write 9 simple, compound, or complex sentences about your favorite foods using simple present tense. Write 3 sentences that are positive statements (ends in per
مرادف كلمه ( دقيق الفن ) ؟ عندي اختبار اليومم
If your coordinates (-2,4) Is reflected over the y axis
What are the Gospels and who wrote them?​
name the nucleotide s which act as coenzyme​
#include <stdio.h>void foo(int n, int sum){int k = 0, j = 0;if (n == 0) return;k= n % 10;j = n/10;k = sum *k;sum = sum *k + 1;foo (j, sum);printf ("%d", k