Answer:
let x be the number
seven less than three times a number ==> 3x - 7
Step-by-step explanation:
Answer:
Step-by-step explanation:
2(5-4g) + 3g - 11 = 5(g-3) - 12 - 3g (remove the parantheses)
10 - 8g + 3g - 11 = 5g - 15 - 12 -3g (Calculate and collect like terms)
-1 - 5g = 2g - 27 (move the terms)
-5g -2g = 27 + 1 (collect like terms and calculate)
-7g = -26 (divide both sides)
so G = 26/7
18/27 is the fraction you just said it
#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)
(2,0,-1,-1,-2) that is the domain from what I remember. Hope that help