#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:
A=132
Step-by-step explanation:
A=ah+bh+ch+1
2﹣a4+2(ab)2+2(ac)2﹣b4+2(bc)2﹣c4=3·10+4·10+5·10+1
2·﹣34+2·(3·4)2+2·(3·5)2﹣44+2·(4·5)2﹣54=132
The pattern is dividing by 2 every time so the next 3 numbers will be 1/8, 1/16, 1/32
Answer:
1050, 1200, 2550 and 5100.
Step-by-step explanation:
If the first number is x then the second is x + 1/7x.
The third = x + x + 1/7x + 300 and the fourth = x + x + 1/7x + x + x + 1/7x+ 300 + 300.
So our equation is:-
8x + 4 * 1/7x + 900 = 9900
60/7 = 9000
60x = 7*9000
x = 1050.
Therefore the 4 numbers are 1050, *1/7*1050 = 1200, 2550 and 5100.