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
Find the slop of the line​
Goshia [24]

Answer:

5/4 is your slope.

Step-by-step explanation:

5-0= 5

4-0= 4

slope is chang in y over change in x. Your first point is (0,0) and you second is (4,5).

6 0
3 years ago
You have 4 one-dollar bills and 4 five-dollar bills in your piggy bank. You select two bills at random, with replacement. What i
Mkey [24]

The probability that one would have selected 2 five-dollar bills is; 1/4.

<h3>What is the probability you will have selected 2 five-dollar bills?</h3>

It follows from the task content that the piggy bank contains; 4 one-dollar bills and 4 five-dollar bills to make a total of 8 bills.

Hence, provided the probability events are carried out with replacement, the probability to have selected 2 five-dollar bills is;

= 4/8 × 4/8

= 1/4.

Read more on probability;

brainly.com/question/24756209

#SPJ1

5 0
2 years ago
What is the formula for the Pythagorean theorem?
maksim [4K]

Answer:

a^2 + b^2 = c^2

Step-by-step explanation:

a^2 + b^2 = c^2

7 0
2 years ago
Read 2 more answers
I really need help with b I have already done a
marishachu [46]

Answer:

Step-by-step explanation:

In the first pattern, there were 6 sticks

In the second pattern, there were 10 sticks.

In the third pattern, there were 14 sticks.

Based on the pattern, we see that each time, 4 more sticks are added and that the initial amount of stick is 6.

Thus: the equation for how many sticks there would be in pattern n is:

# of sticks in pattern n = 6 + 4n

Hope that helps!

3 0
2 years ago
Expand and simply <br> 4(2d + 3) – 2(3d – 5)
Brut [27]

Answer:

8d+12-6d+10

2d+22

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
Other questions:
  • ᶜᵃⁿ ᵘ ᵖˡˢ ʰᵉˡᵖ ᵐᵉ ʷⁱᵗʰ ᵗʰᵉˢᵉ
    5·1 answer
  • What is the slope and y-intercept form of Y=3/2x+3
    11·1 answer
  • Which of the following ordered pairs is a solution of the given system of linear equations?
    11·1 answer
  • A young college student puts $2,500 in savings into a special bank account. The account earns interest at a rate of 3%, compound
    14·1 answer
  • Which one weighs more a pound of bricks or a pound of cotton balls?
    12·2 answers
  • I wanna do my homework but I am stuck on this question: What is 25% of £18?
    11·1 answer
  • Halla el volumen de un prisma con base triangular donde la base tiene 4m y la altura de la base es de 6cm,asi como la altura del
    11·1 answer
  • Need help ill give brainlest!!!!!!!!! HURRYYYY
    13·2 answers
  • Melanie has a chocolate chip cookie recipe that uses 2 cups of sugar for 6 dozen cookies. How much sugar will she need if he onl
    10·1 answer
  • Please help me- please-
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!