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
Which function passes through the points (2, 15) and (3, 26)?
igor_vitrenko [27]
<span>Which function passes through the points (2, 15) and (3, 26)?
</span> 
Its B
7 0
3 years ago
Read 2 more answers
Examine this system of linear<br> equations.<br> y – 3x=-2,<br> y = 4
Verdich [7]

Answer:

2, 4

Step-by-step explanation:

Ok so for this you have to substitute. y=4 so you put a 4 where the y is. This becomes

4 - 3x = -2 We can already rule out (2,2) and (4,2) Why? Because the y is not a 4. So it’s gonna be either (0,4) or (2,4). Now, we have to find x. We have to isolate it. You do this by subtracting 4 from both sides.

4 - 4 - 3x = -2 - 4 Now Simplify

-3x = -6 Why -6? Because you can’t subtract a positive from a negative so it becomes -2 + -4. Since they are both negatives, you just add them together, then put the negative sign.

Now divide -3 from both sides. Which becomes

x = 2

4 0
3 years ago
Read 2 more answers
Need help in algebra quick
Ierofanga [76]
C I’m pretty sure it’s that if not shame me
6 0
3 years ago
E=mc square m=3 c=6 solve for E​
just olya [345]

Answer:

E = 3(62)

E = 3(36)

E = 108

6 0
3 years ago
What cost is the paint?
Rainbow [258]
Helping hand read the hint it is 32.48
8 0
3 years ago
Other questions:
  • Solve <br> 9^x-10x3^x+9=0
    5·1 answer
  • Nine less than a number is -24. Find what n is
    15·2 answers
  • PLEASE HELPWhich line has an equation of Y-5X+4 in slope-intercept form?
    11·1 answer
  • What is the equation of a vertical ellipse with a major axis= 20 and a minor axis = 14?​
    8·1 answer
  • Is -5 degrease Fahrenheit &gt; -10 degrease Fahrenheit
    11·1 answer
  • Which equation best describes the graph
    15·2 answers
  • F(x) = log3(x + 4)<br> Find<br> f-1(2)
    14·1 answer
  • I neeed your help pleaseeeeeeeeeeeeee
    8·1 answer
  • Five of every six gifts were wrapped in blue paper. If there are 25 gifts wrapped in blue paper, how many gifts are there altoge
    13·1 answer
  • A rectangle has a length represented by the function f(x) and a width represented by g(x).
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!