Create an equation: x*(x-3)=14
5.53112887 and 2.53112887
You can round the numbers and get 5.53 and 2.53
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer: So for the first drop-down its 22, and for the 2nd drop-down 2-3
Step-by-step explanation:
Distribute
4x+3x-6=-20
7x-6=-20
add 6 to both sides
7x=-14
divide both sides by 7
x=-2