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 size can of green beans shown in the table has the lowest unit price?
posledela
The can of green beans that has the lowest unit price is the 8 oz. size.

To find the unit price of each size, divide the cost by the size. (A number below that's in parentheses means it goes on forever)

0.89 ÷ 6 = 0.148(3)
1.04 ÷ 8 = 0.13
1.69 ÷ 10 = 0.169
4.79 ÷ 32 = 1496875
Among all of these answers, the can with 8 oz. has the least unit price/rate. Thus, this is the answer. 

3 0
3 years ago
Help???????????,,,,,,,
Lemur [1.5K]

first convert the yards to feet....then add all of them together and subtract from 100

4 0
3 years ago
Read 2 more answers
What is the perimeter of the triangle shown on the coordinate plane, to the nearest tenth of a unit?
Akimi4 [234]

Answer:

25.6 units

Step-by-step explanation: From the figure we can infer that our triangle has vertices A = (-5, 4), B = (1, 4), and C = (3, -4).

First thing we are doing is find the lengths of AB, BC, and AC using the distance formula:

d=\sqrt{(x_2-x_1)^{2} +(y_2-y_1)^{2}}

where

(x_1,y_1) are the coordinates of the first point

(x_2,y_2) are the coordinates of the second point

- For AB:

d=\sqrt{[1-(-5)]^{2}+(4-4)^2}

d=\sqrt{(1+5)^{2}+(0)^2}

d=\sqrt{(6)^{2}}

d=6

- For BC:

d=\sqrt{(3-1)^{2} +(-4-4)^{2}}

d=\sqrt{(2)^{2} +(-8)^{2}}

d=\sqrt{4+64}

d=\sqrt{68}

d=8.24

- For AC:

d=\sqrt{[3-(-5)]^{2} +(-4-4)^{2}}

d=\sqrt{(3+5)^{2} +(-8)^{2}}

d=\sqrt{(8)^{2} +64}

d=\sqrt{64+64}

d=\sqrt{128}

d=11.31

Next, now that we have our lengths, we can add them to find the perimeter of our triangle:

p=AB+BC+AC

p=6+8.24+11.31

p=25.55

p=25.6

We can conclude that the perimeter of the triangle shown in the figure is 25.6 units.

Read more on Brainly.com - brainly.com/question/12560433#readmore

8 0
3 years ago
2730/10,000 in decimal notation
ziro4ka [17]

2730/10,000 in decimal notation is 0.273

6 0
3 years ago
Pls Help Me With This Question! It's 8th Grade Math!
Mademuasel [1]

Answer:

y= 4/3x

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
Other questions:
  • Explain​ how, in​ general, riemann sum approximations to the area of a region under a curve change as the number of subintervals
    10·1 answer
  • "Which triangle can be proven congruent to ABC using the ASA criterion?.
    15·2 answers
  • If tan theta = 10/13 and cos theta &gt; 0 then sin2theta is what ?
    14·1 answer
  • Whywould a prism beat a sphere in a competition
    6·1 answer
  • Ann needs <br>42 feet of fabric to make a small quilt how many yards of fabric should she buy​
    7·2 answers
  • To do his homework for a drafting class, Axel needs a round table with an area of at least 45ft. What is the area of his parent’
    12·1 answer
  • Write the equation of the line in fully simplified slope-intercept form.
    9·2 answers
  • Plsss helppp!!!!!!!!!!!!!!
    11·1 answer
  • Emily and her twin sister Erica were each given $500 for their birthday. Emily deposits her money in an account that pays 4.75%
    6·1 answer
  • In a scalene triangle , the perimeter is 33, and the length of one side is 15, and the difference between the two other sides is
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!