1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AnnZ [28]
3 years ago
13

How can you actually divide numbers without subtraction?

Mathematics
1 answer:
Tamiku [17]3 years ago
7 0

#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)

You might be interested in
Simplify: [4 + 6 x (5 - 2)] + 8<br><br> 30<br> 31<br> 24<br> 72
ludmilkaskok [199]

Answer: the answer i got is the 30


Step-by-step explanation:

so first you had to do the parentheses

(5-2)=3

[4+6 multiplied by 3] + 8

[4+18]+8

22+8

=30

6 0
3 years ago
Read 2 more answers
NEED HELP ASAP BRAINLIEST PLEASE
sashaice [31]

Answer:

View Image.

Step-by-step explanation:

The solution is where both graph cross each other.

Is the solution, the point (x, y) that they gave you, the same point as where the two graph cross each other?

If yes then the solution is correct.

If no then the solution is wrong.

6 0
3 years ago
A cylinder has a diameter of 14 ft and a height of 10 ft.
enyata [817]
The answer is 140 feet because 10×14 is 140
3 0
2 years ago
Read 2 more answers
there are 27 red or blue marbles in a bag. The number of red marbles is 5 less than 3 times the number of blue marbles. How many
Natasha2012 [34]
8 blue marbles and 19 red
7 0
3 years ago
X² + y² = 34<br>x + y =8​
Nataly [62]

Step-by-step explanation:

{x}^{2}  +  {y}^{2}  = 34 \\ x + y = 8 \\ x = 8 - y \\ substitute \: x \: in \\  {x}^{2}  +  {y}^{2}  = 34 \\  {(8 - 4)}^{2}  +  {y}^{2}  = 34 \\  {(8 - 4) }^{2}  =  {y}^{2}  - 16y + 64 \\   {y}^{2}  - 16y + 64 +  {y}^{2}  = 34 \\  {2y}^{2}  - 16y + 64 = 34 \\ {2y}^{2}  - 16y + 64  - 34 = 0 \\  {2y}^{2}  - 16y + 30 = 0 \\ 2 {y}^{2}  - 6y - 10y + 30 = 0 \\ (2 {y}^{2}  - 6y) - (10y + 30) = 0 \\ 2y(y - 3) - 10(y - 3) = 0 \\ (2y - 10)(y - 3) \\ 2y = 10 \\ y  = \frac{10}{2}  \\ y = 5 \\ or \\ y = 3 \\ if \: y = 5 \:  \: x = 3 \\ if \: y = 3 \:  \:  x = 5

4 0
3 years ago
Other questions:
  • Find the diameter of a circle with a circumference of 15.71 yards
    15·1 answer
  • Please answer this correctly
    9·1 answer
  • How do you find a tip? like per say you spent $24 and gave a %15 tip?
    8·2 answers
  • I need help ASAP!! 13 points
    14·2 answers
  • The points (1,7) and (0,5) fall on a particular line. What is its equation in slope-intercept
    11·1 answer
  • Which one doesn't belong?<br> 26<br> 22<br> 20 <br> 24
    9·1 answer
  • Find the value of x.
    15·1 answer
  • Select the expression(s) that simplifies to a value of 4.
    9·2 answers
  • -(4-8n) -7n = help meeeeeeeeee
    8·1 answer
  • Andre is running in an 80-meter hurdle race. There are 8 equally-space hurdles on the race track. The first hurdle is 12 meters
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!