100ml u see 20% of 100 is 20 20% of 1000 is 200 so divide 200/2 =100
#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)
I don't know so here's a meme, lol take a joke, it's 12am, I'm exhausted, and delaireus, and I need points.
They are 11 runs down. 17 - 6 = 11
They have 4 at bats to go.
3 runs each of 4 at bats = 12 runs.
12 new runs plus 6 you have scored will give you 18 runs, if you do not allow your opponent any more runs! If you allow your opponents to score , you will need to add those to your answer!
A graph shows the solutions to be
(x, y) = (-6, 312) or (6, 312)To solve algebraically, remove a factor of 2 from the second equation and use that expression to substitute for y in the first equation.
10x^2 -(8x^2 +24) = 48
2x^2 = 72
x = ±√(72/2) = ±6
y = 8*36 +24 = 312