One of the factor of 22x²+x-6 is
Answers
Answered by
1
Step-by-step explanation:
hi #include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
int multiplication;
clrscr();
printf("Enter the first number");
scanf("%d", &a);
printf("Enter the second number");
scanf("%d", &b);
multiplication = a*b;
printf("The Total is %d", multiplication);
getchar();
}
Answered by
1
Step-by-step explanation:
=22x² + x -6
=22x²+ 12x - 11x - 6
=2x(11x + 6) - (11x + 6)
=(11x + 6)(2x - 1)
(11x + 6)=0
11x = -6
x = –6
11
or
2x-1 = 0
x = 1
2
Similar questions
English,
1 month ago
World Languages,
1 month ago
Math,
1 month ago
Art,
8 months ago
Math,
8 months ago