answer.
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
Varvara68 [4.7K]
1 year ago
9

Randy presses RAND on his calculator twice to obtain two random numbers between 0 and 1. Let $p$ be the probability that these t

wo numbers and 1 form the sides of an obtuse triangle. Find $4p$.
Mathematics
2 answers:
Ludmilka [50]1 year ago
7 0

Answer:

pi - 2 would be the answer to AoPs.

anygoal [31]1 year ago
6 0

Answer:

\frac{\pi}{4}

Step-by-step explanation:

Lets call x,y the numbers we obtain from the calculator. x and y are independent random variables of uniform[0,1] distribution.

Lets note that, since both x and y are between 0 and 1, then 1 is the biggest side of the triangle.

Lets first make a geometric interpretation. If the triangle were to be rectangle, then the side of lenght 1 should be its hypotenuse, and therefore x and y should satisfy this property:

x²+y² = 1

Remember that in this case we are supposing the triangle to be rectangle. But the exercise asks us to obtain an obtuse triangle. For that we will need to increase the angle obtained by the sides of lenght x and y. We can do that by 'expanding' the triangle, but if we do that preserving the values of x and y, then the side of lenght 1 should increase its lenght, which we dont want to. Thus, if we expand the triangle then we should also reduce the value of x and/or y so that the side of lenght 1 could preserve its lenght. With this intuition we could deduce that

x²+y² < 1

Now lets do a more mathematical approach. According to the Cosine theorem, a triangle of three sides of lenght a,b,c satisfies

a² = b²+c² - 2bc* cos(α), where α is the angle between the sides of lenght b and c.

Aplying this formula to our triangle, we have that

1^2 = x^2 + y^2 - 2bc* cos(\alpha) , where \alpha is the angle between the sides of lenght x and y.

Since the triangle is obtuse, then \pi/2 <  \alpha < \pi , and for those values cos(\alpha) is negative , hence we also obtain

1 > x² + y²

Thus, we need to calculate P(x²+y² <1). This probability can be calculated throught integration. We need to use polar coordinates.

(x, y) = (r*cosФ,r*senФ)

Where r is between 0 and 1, and Ф is between 0 and \pi /2 (that way, the numbers are positive).

The jacobian matrix has determinant r, therefore,

{\int\int}\limits_{x^2+y^2 < 1}  \, dxdy = \int\limits^1_0\int\limits^{\frac{\pi}{2}}_0 {r} \, d\phi dr = \frac{\pi}{2} * \int\limits^1_0 {r} \, dr =    \frac{\pi}{2} * (\frac{r^2}{2} |^1_0) = \frac{\pi}{4}

As a conclusion, the probability of obtaining an obtuse triangle is \frac{\pi}{4} .

You might be interested in
Bethanie recently used her cell phone to deposit a check. This is considered to be what type of electronic banking service?
defon

the answer is transactional service 
7 0
2 years ago
Read 2 more answers
Ephemeral services corporation (esco) knows that nine other companies besides esco are bidding for a $900,000 government contrac
EastWind [94]

Answer:

c. $100,000

Step-by-step explanation:

Calculation of the expected net profit of Ephemeral services corporation

Since we are been told that 9 other companies besides esco are as well bidding for the $900,000 government contract, it means we have to find the expected net profit by dividing 1 by 9×$900,000 .Thus ESCO can only expect to cover its sunk cost.

Hence ,

E(X) = (1/9) × $900,000

E(X)=0.111111111×$900,000

E(X)= $100,000

Therefore the expected net profit would be $100,000

4 0
1 year ago
Which will result in a difference of squares? (negative 7 x + 4)(negative 7 x + 4) (negative 7 x + 4)(4 minus 7 x) (negative 7 x
nevsk [136]

Answer:

(negative 7 x + 4)(negative 7 x minus 4)

Step-by-step explanation:

Consider two real numbers a and b. A difference of squares involving a and b is usually given as;

a^{2}-b^{2}

The difference of the two squares above can be factored to yield;

(a-b)(a+b)

This implies that in order to have the difference of squares we must have a product involving the difference and the sum of the numbers.

The expression;

(negative 7 x + 4)(negative 7 x minus 4) can also be written as ( 4 - 7x) ( -4 - 7x)

( 4 - 7x) ( -4 - 7x) = ( 4 - 7x) (-1( 4 + 7x)) = -1 *( 4 - 7x) ( 4 + 7x)

Expanding the last expression yields;

-1 (16 + 28x -28x - 49x^2) = -1 (16 - 49x^2) = 49x^2 - 16 which is in deed a difference of squares

3 0
2 years ago
Read 2 more answers
The table shows some values of a function of the form y = ax2 + bx + c.
natali 33 [55]

Answer:

Value of constant term c is (-4)

Step-by-step explanation:

The given table represents a function which is in the form of a quadratic equation,

y = ax² + bx + c

We choose three points (3, -10), (4, -16) and (5, -24) from the table and satisfy the equation to get the values of a, b, and c.

For point (3, -10)

-10 = a(3)² + 3b + c

9a + 3b + c = -10 -------(1)

For point (4, -16)

-16 = a(4)² + 4b + c

16a + 4b + c = -16 ------(2)

For point (5, -24)

-24 = a(5)² + 5b + c

25a + 5b + c = -24 -----(3)

Equation (1) - equation (2)

(9a + 3b + c) - (16a + 4b + c) = -10 + 16

-7a - b = 6

7a + b = -6 ------(4)

Equation (2) - equation (3)

(16a + 4b + c) - (25a + 5b + c) = -16 + 24

-9a - b = 8

9a + b = -8 -------(5)

Equation (4) - Equation (5)

(7a + b) - (9a + b) = -6 + 8

-2a = 2

a = -1

From equation (4),

-7(1) + b = -6

b = -6 + 7

b = 1

From equation (1)

9(-1) + 3(1) + c = -10

-9 + 3 + c = -10

c = -10 + 6

c = -4

Therefore, the value of constant term c is (-4).

5 0
1 year ago
A graph in which the frequency for each category of a quantitative variable is represented as a vertical column that touches the
Arturiano [62]

Answer:

Histogram.

Step-by-step explanation:

Such a Graph is called Histogram.

A histogram can be defined as a visual representation of data in form of bars of different heights. In histogram, each and every bar groups numbers into ranges. The greater the height of the bar, the larger the data falls into its range. It basically represents shape and spread of continuous data sample.

3 0
1 year ago
Other questions:
  • ΔABC and ΔXYZ are similar triangles. If BC = x + 7, AC = x + 6, YZ = 4 − x, and XZ = 3 − x, find the value of x.
    13·2 answers
  • Question show in picture!
    14·1 answer
  • Which value of x is in the solution set of 2x-3&gt;11-5x
    6·3 answers
  • There are 399 items advertised in a catalog. If the catalog is 75 pages long, what is the average number of items per page?
    13·1 answer
  • Xian and his cousin Kai both collect stamps. Xian has 56 stamps, and Kai has 80 stamps. The boys recently joined different stamp
    7·1 answer
  • A hot air balloon is floating above a straight road. To estimate their height above the ground, the balloonists simultaneously m
    10·1 answer
  • Two rectangular properties share a common side. Lot A is 33 feet wide and 42 feet long.
    5·1 answer
  • The edges of three squares are joined together to form a right triangle with legs of lengths R &amp; S and a hypotenuse of lengt
    7·1 answer
  • Which set of rational numbers are ordered from least to greatest? A number line going from negative 3 to positive 3 in increment
    7·2 answers
  • A company makes 150 bags.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!