Math, asked by sathvikkoduru1, 2 months ago

One of the factor of 22x²+x-6 is​

Answers

Answered by gamegirl5
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 mveer2580
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