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 graphs of the equations 4x - y = 6 and x + y = 4 intersect at
Mars2501 [29]
Solve by Substitution
D. X=2 Y=2.

5 0
3 years ago
Pls Help Choose the correct word to complete the statement: If BC intersects circle A only at point B, and mCBA = 90°, then CB i
cricket20 [7]

Line CB touches circle A only at one point (point B), hence CB is a tangent.

<h3>What is a circle?</h3>

A circle is the locus of a point such that its distance from a fixed point (center) is always constant.

When a line intersects a circle in exactly one point the line is said to be tangent to the circle

Hence since Line CB touches circle A only at one point (point B), hence CB is a tangent.

Find out more on circle at: brainly.com/question/24375372

7 0
3 years ago
The midpoint of GH is M( 6,-4). One endpoint is G(8,-2). Find the coordinates of endpoint H.
Finger [1]

Using the midpoint formula, the coordinates of endpoint H are (4, -6).

<h3>The Midpoint Formula</h3>

The midpoint formula is given as: (x_m, y_m) = (\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} )

<em>Where</em>,

(x_m, y_m) = coordinates of the midpoint

(x_1, y_1) = coordinates of the first point

(x_2, y_2) = coordinates of the second point

Given the following:

(x_m, y_m) = M( 6,-4)

(x_1, y_1) = G(8,-2)

(x_2, y_2) = H(?, ?)

Plug in the values into the midpoint formula

M(6, -4) = (\frac{8 + x_2}{2}, \frac{-2 + y_2}{2} )

Solve for the x-coordinate and y-coordinate separately

6 = \frac{8 + x_2}{2}

  • Multiply both sides

6 \times 2 = 8 + x_2\\\\12 = 8 + x_2\\\\12 - 8 = x_2\\\\4 = x_2\\\\\mathbf{x_2 = 4}

-4 = \frac{-2 + y_2}{2}\\\\-8 = -2 + y_2\\\\-8 + 2 = y_2\\\\-6 = y_2\\\\\mathbf{y_2 = -6}

Therefore, using the midpoint formula, the coordinates of endpoint H are (4, -6).

Learn more about midpoint formula on:

brainly.com/question/13115533

3 0
2 years ago
In early 2012, the Pew Internet and American Life Project asked a random sample of U.S. adults, "Do you ever ... use Twitter or
8090 [49]

Answer:

The confidence interval for the mean is given by the following formula:  

\hat p \pm z_{\alpha/2}\sqrt{\frac{\hat p (1-\hat p)}{n}}

And the confidence interval is given by:

(0.123, 0.177)

And for this case the interval contains the value 0.16, so then we can conclude at 5% of significance that the true proportion is not different from 0.16

Step-by-step explanation:

Previous concepts

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".  

The margin of error is the range of values below and above the sample statistic in a confidence interval.  

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".  

The population proportion have the following distribution

p \sim N(p,\sqrt{\frac{p(1-p)}{n}})

Solution to the problem

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 95% of confidence, our significance level would be given by \alpha=1-0.95=0.05 and \alpha/2 =0.025. And the critical value would be given by:

z_{\alpha/2}=-1.96, z_{1-\alpha/2}=1.96

The confidence interval for the mean is given by the following formula:  

\hat p \pm z_{\alpha/2}\sqrt{\frac{\hat p (1-\hat p)}{n}}

And the confidence interval is given by:

(0.123, 0.177)

And for this case the interval contains the value 0.16, so then we can conclude at 5% of significance that the true proportion is not different from 0.16

3 0
3 years ago
-5y y=-2 -3x 6y=-12 substitution
IrinaK [193]
The answer would be x=4 and y=-2.
5 0
3 years ago
Other questions:
  • The value of a car depreciates every year at a constant rate. Gary bought a car for $25,000 in the year 2013. If the value of th
    14·2 answers
  • One number is 6 less than a second number. twice the second number is 9 less than 5 times the first. find the two numbers
    13·1 answer
  • The radius of a circle is 7m. Find the circumference to the nearest tenth(urgent)
    11·2 answers
  • 36 points PLZ HELP Solve for x in terms of y if\[4x + 2y = 7.\]
    12·1 answer
  • 11 pints is how may quarts
    15·1 answer
  • Assume that adults have IQ scores that are normally distributed with a mean of mu equals 100 and a standard deviation sigma equa
    11·2 answers
  • Unit 8: Right Triangles &amp; Trigonometry Homework 3
    8·1 answer
  • Traveling with the current, a boat can travel 48 miles in 3 hours. Against the current, it takes 6 hours to go the same distance
    8·1 answer
  • Two points on a line are (4,-1) and (1,5) what is the slope of the line
    10·1 answer
  • The area of a rectangle is 108.35 in2 and the length is 7.8 in. Find the width.
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!