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 of these is the algebraic expression for "4 times the sum of 2 and y?"
Volgvan

Answer:

4(2 + y)

Step-by-step explanation:

"4 times the sum of 2 and y".

<h3>Hope it is helpful...</h3>
5 0
3 years ago
Read 2 more answers
Can two different integers have the same absolute value?
kotegsom [21]
8 and -8 both of their absolute values are 8
6 0
3 years ago
Read 2 more answers
Simplify the product by using FOIL <br><br> (6x-5)(2x-3)
Lapatulllka [165]

12x²-8x-15 should be your answer

3 0
3 years ago
Express 0.032 as a fraction in lowest terms
SIZIF [17.4K]

Answer:

4/125

Step-by-step explanation:

4 0
2 years ago
Read 2 more answers
The distance between two parks on a city map is 1.8 inches. The actual distance between the parks is 2 miles. In the same city,
Nata [24]
0.72 or the first option. Hope this helps.
8 0
3 years ago
Other questions:
  • Dividing 3 digits by 2 digits lesson 3.6
    15·1 answer
  • You have a score of 700 but your credit score gets affected by having too much debt and you lose 5% of your credit score. What i
    13·2 answers
  • The time it takes an excursion boat to travel 36 miles downstream is the same as the time it takes the boat to travel 12 miles u
    10·1 answer
  • Miles is buying a new computer for $1150
    8·1 answer
  • I NEED HELP NOW What is the equation in slope-intercept form of the linear function represented by the table? x y –6 –18 –1 –8 4
    11·2 answers
  • What is the difference between constructing a regular hexagon and constructing an equilateral triangle?
    11·2 answers
  • Expand the following 3(x+9) 4(x-1) 5(5x+2) 8(3x-y)
    14·1 answer
  • PLLLLLLLS HELP WILL GIVE BRAILEST 20 POINTS
    5·2 answers
  • Solve for x PLS HELP NOW
    14·2 answers
  • Which choices if added to 3.5 would result in a rational number answer?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!