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
The net of a cylinder is shown. The area of one base of the cylinder is 9Pi in.2. The circumference of a base is 6Pi in., and th
hram777 [196]

Answer:

9Pi + 9Pi + 6Pi(10) in.^2

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
Help please
erastovalidia [21]
A = a+b/ 2 h the / is a fraction btw.
6 0
2 years ago
Read 2 more answers
A standard deck of cards contains 52 cards. The cards have 4 different suits: clubs, diamonds, hearts, and spades. For each suit
Taya2010 [7]

Answer:

a. 108336, b. 480200

Step-by-step explanation:

a. No. of ace cards = 4

No. of non ace cards= 48

We draw 5 cards

So,

No. of ways of 2 aces = C(4,2) C(48,3)

No. of ways of 3 aces = C(4,3) C(48,2)

No. of ways of 4 aces = C(4,4) C(48,1)

Hence

No. of ways of 2 or more aces

= C(4,2) + C(48,3) + C(48,3) + C(4,3)C(48,2) +C(4,4)C(48,1)

= 6(17296) + 4(1128) + (48)

= 108336

b. No of ways any 5 cards can be chosen = C(52,5)

No. of ways kings of diamonds or queen of hearts is chosen = C(50,5)

Hence

No. of ways of choosing king of diamonds, queen of hearts or both = C(52,5) – C(50,5)

= 480200

4 0
2 years ago
How many square units are in an office that is 13 units by 9 units? 22 117 121 130?
julsineya [31]
Square units are the units of measuring area. Therefore, this question asks for the area of the room.

The room has the shape of a rectangle with:
length = 13 units and width = 9 units

The are of the rectangle can be calculated using the following rule:
area of rectangle = length * width
area of the room = 13 * 9 = 117 square units
8 0
3 years ago
The figure shows the dimensions of a backyard
Ulleksa [173]
Answer:

570yd^2

step by step:

Split the backyard into 2 different rectangles and add the areas together. I did 8x30 and 15x22.
8 0
2 years ago
Read 2 more answers
Other questions:
  • What is 2x(3x+4)????
    13·2 answers
  • What percent of 600 is 84?
    14·1 answer
  • A golfer attempts to hit a golf ball over a valley from a platform above the groun
    11·1 answer
  • Jessica and Monte sell bananas at a produce stand. Jessica earns $4 for each crate of bananas she sells. At the end of the week,
    14·1 answer
  • In a toothpaste survey,5 of the first 15 people surveyed preferred the same toothpaste.If 30 people will be surveyed altogether,
    7·1 answer
  • Find the the domain codomain and range of the graph
    15·1 answer
  • Write an equation in standard form passing through the points (-2,0) and (-3,-1).
    8·1 answer
  • Both cases?
    12·1 answer
  • Help plsssssssssssss
    5·2 answers
  • Is the ratios 30:18 equivalent to 5:3 or 10:6 and if so why?ILL GIVE brainless if u answer good plz?!
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!