fans bought 5/8 so there is 3/8 still left
45000 * 3/8 = 16,875 seats are left
#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)
What you want to do is find the comon demominator and than go from rhere pluse you should be able to go and look back at the lesson if you dont get ut well its like that for me
By rounding to the nearest one it means round to the nearest whole number. So basically, the number 0.7414 rounded to the nearest whole number would be 1.
Step-by-step explanation:
sum of 5 times a number and -2, + 8n
becomes:
5n + (-2) + 8n, or
5n -2 +8n, or. 13n - 2