Create a new project called 02.03 Math Class Methods. Create a class called PyTheorem in the newly-created folder. Use the appropriate Math class methods to calculate the hypotenuse of two right triangles. The value of each side (sides a and b) should be randomly generated using Math.random(). The range should from 5 (inclusive) to 23 (exclusive). Print the value of each side of both triangles as well as the value of the hypotenuse for both triangles.

Answers

Answer 1

Answer:

The program in Java is as follows:

import java.util.*;

public class PyTheorem{

   public static void main(String [] args){

       Random rNum = new Random();

       int a = rNum.nextInt(17) + 5;

       int b = rNum.nextInt(17) + 5;

       System.out.println("a: "+a);

       System.out.println("b: "+b);

       double hyp = Math.sqrt(Math.pow(a,2)+Math.pow(b,2));

       System.out.print("Hypotenuse: "+hyp);

   }}

Step-by-step explanation:

This generates random number for a

       int a = rNum.nextInt(17) + 5;

This generates random number for b

       int b = rNum.nextInt(17) + 5;

Print a

       System.out.println("a: "+a);

Print b

       System.out.println("b: "+b);

Calculate the hypotenuse

       double hyp = Math.sqrt(Math.pow(a,2)+Math.pow(b,2));

Print the calculated hypotenuse

       System.out.print("Hypotenuse: "+hyp);


Related Questions

Karen is having a party. She'll have 4 tables for every 12 guests. Complete the table below showing the number of tables and the number of guests.​

Answers

12/4 is 3/1 so 3x5 is 15 and 1x 5 5 so it’ll be 15/5 and 21/7 24/8 and 30/10

hola soy nuevo, y quisiera saber como funciona brainly.com, porque yo siempre e utilizado brainly.lat, pero me e cambiado para este.

Answers

Answer/Step-by-step explanation:

Hola amigo. Mucho gusto. En Brainly.com puede responder a sus preguntas y obtener explicaciones exhaustivas. Esto le permite aprender de forma más inteligente.

Y... yo hablo pequeno español.

Help please! Also please show the steps of how you got the answer!
30% of 40% of 15

Answers

Answer:

1.8

Step-by-step explanation:

First, find 40% of 15:

15(0.4)

= 6

Next, find 30% of this:

6(0.3)

= 1.8

So, the answer is 1.8

Use the distributive property to remove the parentheses.
I’m so bad at math so I need help :/

Answers

Answer:

27x^5 + 30x^4

Step-by-step explanation:

Multiply 3x^3 out of (9x^2 + 10x)

Step 1. Multiply 3x^3 x 9x^2

Answer: 27x^5

Step 2. Multiply 3x^3 x 10x

Answer: 30x^4

“Add these two products together”

27x^5 + 30x^4

Hope this helps!

Love you.

- doomdabomb

2 hundreds equal how many tens?

Lets see if ya'll know the answer cause i do

Answers

Answer:

200 is equal to 20 tens I guess lol

Answer:

20 tens

Step-by-step explanation:

200÷10=20 groups of ten

Find the length of the leg x

Answers

Answer:

12.65

Step-by-step explanation:

Pythagoras :

c² = a² + b²

c is the Hypotenuse (the side opposite of the 90 degree angle).

a and b are the side legs.

so, here we have

14² = 6² + b²

196 = 36 + b²

160 = b²

b = sqrt(160) = sqrt(16×10) = 4×sqrt(10) = 12.65

by selling a purse for rupees 250 Rajan loses one sixth of what cost should find the cost price of the first her loss percentage​

Answers

Answer:

300, 16.67%

Step-by-step explanation:

Let x be the cost price. x-(1/6)x=250. 5x/6=250. x=300. Losss percentage is 16.67%

solve for x please help ! (show work)

Answers

Answer:

x = 1

Step-by-step explanation:

-2x + 8x + 3 - 7 = 2

Combine like terms

-2x + 8x = 6x

3 - 7 = -4

We now have

6x - 4 = 2

Add 4 to both sides

6x - 4 + 4 = 2 + 4

6x = 6

Divide both sides by 6

6x/6 = 6/6

x = 1

Answer:

x = 1

Step-by-step explanation:

-2x + 8x + 3 - 7 = 2

Step 1. Combine like terms (by adding -2x + 8x)

6x + 3 - 7 = 2

Step 2. Subtract 3 - 7

6x - 4 = 2

Step 3. Add 4 to both sides

6x = 6

Step 4. Solve for x

x = 1

Jua Kali Products Ltd has been in operation for the last 10 years. Its annual revenue and cost functions take form of quadratic functions. The following data was obtained from the records of the company. Year 2017 2018 2019 Units produced and sold (000) 5 10 15 Revenue (sh000) 1900 3600 5100 Cost (sh000) 7525 7100 6725 Required: The revenue and cost functions (10 marks) The breakeven number of units (5 marks)​

Answers

Answer:

Step-by-step explanation:

vxcvxcvxcvxcvxcvcxvxcbcvbcvnxcgjfgjfgjghjghjghjghj

The revenue function is y₁ = –4x² + 400x, the cost function is y₁ = x² – 100x + 8000, and the break-even number of units is 20 or 80.

What is a quadratic equation?

It is a polynomial that is equal to zero. Polynomial of variable power 2, 1, and 0 terms are there. Any equation having one term in which the power of the variable is a maximum of 2 then it is called a quadratic equation.

Jua Kali Products Ltd has been in operation for the last 10 years.

Its annual revenue and cost functions take the form of quadratic functions.

The following data was obtained from the records of the company.

Year          Unit Sold            Revenue             Cost

2017              5                        1900                 7525

2018             10                       3600                7100

2019             15                        5100                6725

We know that the quadratic equation is given as

[tex]\rm y = ax^2 + bx + c[/tex]

Let y₁ be the revenue function, y₂ be the cost function and x be the unis sold.

Then the revenue function will be

1900 = 25a + 5b + c  ...i

3600 = 100a + 10b + c  ...ii

5100 = 225a + 15b + c  ...iii

From equations (i), (ii), and (iii), we have

a = –4, b = 400, and c = 0

Then the revenue function will be

y₁ = –4x² + 400x

Similarly, the cost function will be

7525 = 25a + 5b + c  ...1

7100 = 100a + 10b + c  ...2

6725 = 225a + 15b + c  ...3

From equations 1, 2, and 3, we have

a = 1, b = –100, and c = 8000

Then the cost function will be

y₁ = x² – 100x + 8000

For the break-even units, the cost function and the revenue function will be equal. Then we have

[tex]\begin{aligned} x^2 -100x + 8000 &= -4x^2 + 400x\\\\5x^2 -500x + 8000 &= 0\\\\x^2 - 100x + 1600 &= 0\\\\x^2 - 80 x - 20x + 1600 &= 0\\\\x(x-80) - 20 (x-80) &= 0\\\\(x-80)(x-20) &= 0\\\\x &= 20, 80 \end{aligned}[/tex]

More about the quadratic equation link is given below.

https://brainly.com/question/2263981

the polygons in each pair are similar find the scale factor smaller figure to the larger

Answers

9514 1404 393

Answer:

  smaller : larger = 3 : 4

Step-by-step explanation:

The scale factor is the ratio of corresponding dimensions. If we use the width dimensions, we have ...

  smaller/larger = 9/12 = 3/4

The scale factor is 3/4.

find the value of x in 81^x=1/3?​

Answers

Answer:

x = -1/4

Step-by-step explanation:

[tex]81^{x}[/tex] = 1/3

[tex]3^{4}^{x}[/tex] = [tex]3^{-1}[/tex]

4x = -1

x = -1/4

Answer:

x = - [tex]\frac{1}{4}[/tex]

Step-by-step explanation:

Using the rules of exponents

[tex](a^m)^{n}[/tex] = [tex]a^{mn}[/tex] , [tex]a^{-m}[/tex] = [tex]\frac{1}{a^{m} }[/tex]

Given

[tex]81^{x}[/tex] = [tex]\frac{1}{3}[/tex] [ note that 81 = [tex]3^{4}[/tex] ] , then

[tex](3^4)^{x}[/tex] = [tex]3^{-1}[/tex] , that is

[tex]3^{4x}[/tex] = [tex]3^{-1}[/tex]

Since the bases on both sides are equal, both 3, then equate exponents

4x = - 1 ( divide both sides by 4 )

x = - [tex]\frac{1}{4}[/tex]

A fisheries biologist has been studying horseshoe crabs. She has sampled 100 horseshoe crabs and recorded their weight (in kilograms) and width (in centimeters). The proposed regression equation is
where the deviations ε i are assumed to be independent and Normally distributed with mean 0 and standard deviation σ . This model was fit to the data using the method of least squares. The following results were obtained from statistical software:
R 2 =0.423, s=2.2018
The quantity s = 2.2018 is an estimate of the standard deviation, σ, of the deviations in the simple linear regression model. The degrees of freedom for s are
a.) 100
b.) 99
c.) 98
d.) 2

Answers

Answer:

C. 98

Step-by-step explanation:

The proposed regression equation is weight = b + width * m

R2 = 0.423

A.) What is the regression equation for this example?

The estimate for the y-intercepts is b= 2.3013 and the estimate for the slope is m= 0.7963

In general, we can symbolize the estimated regression equation as ^Y= b + m*Xi. For this example you have to replace it with the calculated values of the regression coefficients to obtain the estimated regression equation:

^Y= 2.3013 + 0.7963Xi

B.) What is the explanatory, or predictor, variable in this study?

The explanatory or predictor variable is the variable that is suspected to have an effect over the response variable. In this example the predictor variable is:

X: Width of a horseshoe crab (cm)

C.) If the researcher wanted to test whether there is a statistically significant relationship between these two variables, what would the test statistic be? Calculate it from the table above.

To test if the regression is significant, the parameter of study will be the slope of the regression equation, symbolically: β. If the slope is equal to zero "β=0" then there is no linear regression between the response and explanatory variable. If the slope is different from zero "β≠0" then the regression is significant and the explanatory variable affects the response variable.

The hypotheses are:

H₀: β=0

H₁: β≠0

α: 0.05

The value of the statistic under the null hypothesis is t= 8.48

D.) What can we say about the p-value?

This test is two-tailed and so is the p-value, remember that the p-value is the probabulity of obtaining a value as extreme as the value of the statistic under the null hypothesis. The distribution for this test is a t with n-2= 100-2= 98 degrees of freedom. You can calculate the p-value as:

P(t₉₈≤-8.48) + P(t₉₈≥8.48)= P(t₉₈ ≤ -8.48) + (1 - P(t₉₈ < 8.48) ≅ 0.00001

E.) Ultimately, the reason that we find test statistics is so that we can compare them to a null distribution. For regression, that is a t-distribution based on the degrees of freedom. With 98 degrees of freedom (100-2), we can safely say that the critical t (or the confidence multiplier) is what?

As mentioned before, this test is two tailed, meaning that the rejection region is divided in two:

Critical values ± = ± = ± 1.984

This means that you'll reject the null hypothesis when the statistic is t ≤ -1.984 or if the statistic is t ≥ 1.984-

F.) Find the confidence interval for the slope.

Using a 95% confidence level, the interval for the slope is:

[m ± Sm]

[0.7963 ± 1.984 * 0.0939]

[0.61; 0.98]

G.) Is there a statistically significant relationship? Answer with the test statistic and the confidence interval.

Yes, there is a significant relationship between the width and weight of the horseshoe crabs.

Using the critical value approach:

The calculated statistic is 8.48 and the critical value is ± 1.984, since the statistic is greater than the positive critical value, the decision is to reject the null hypothesis.

If you pay attention to the confidence interval, which was made at a confidence level complementary to the significance level of the hypothesis test, this interval [0.61; 0.98] doesn't include the "zero". Since the interval doesn't include the value of the parameter stated in the null hypothesis, you can conclude that this hypothesis is not true and therefore reject it.

5.
A number is squared, then multiplied by 6. The result is 54. What was the number?
Answer:

Answers

Answer:

± 3

Step-by-step explanation:

let n be the number then the number squared is n² , so

6n² = 54 ( divide both sides by 6 )

n² = 9 ( take the square root of both sides )

n = ± [tex]\sqrt{9}[/tex] = ± 3

That is the number is 3 or - 3

Can someone please help me with this

Answers

Answer:

d

Step-by-step explanation:

h

Can someone please help me solve the equation?

Answers

Subtracting 10 from the original equation will shift the graph down 10 units

The answer is D.

A farmer wishes to construct a fence around his rectangular field. The farmer has 150 feet of fence and
wishes to have the length be three more than the width. What is the width of the field. Make sure and
include feet in your answer.
Help

Answers

Answer:

The width is 36 feet

Step-by-step explanation:

If the width of the fence is x then its length is x+3.

The perimeter is 150 feet, so we have the equation:

2(x + x + 3) = 150

4x + 6 = 150

x = 144/4 = 36 feet

18.75 ft. Steps in pic below

Factor this polynomial expression.
3x^2 - 12x+ 12

A. (3x - 2)(x-6)
B. 3(x-2)(x + 2)
C. 3(x-2)(x-2)
D. 3(x + 2)(x + 2)

Answers

The answer is C. I tried factoring the equation itself, and I got the correct answer but I noticed that it isn’t one of the options. Therefore, the options are partly factored but not completely. I decided to just eliminate each of the multiple choice options. I got C after expanding it. Firstly, we need to distribute the 3 to (x-2). This gives us (3x-6)(x-2). After that, we can use the FOIL method. 3x^2 - 6x -6x + 12 is the same as 3x^2 - 12x + 12.

In case you want to see the fully factored polynomial, I won’t explain the steps since you don’t need it here, but it’s 3(x-2)^2. This is equivalent to 3(x-2)(x-2). That’s the same as C.

write an absolute value equations to satsify the given solution set shown on a number line -1/2 1/2 and a
Plz help fast

Answers

9514 1404 393

Answer:

  |x| = 1/2

Step-by-step explanation:

Perhaps the simplest equation is ...

  |x| = 1/2

__

You could get more elaborate:

  |2x| = 1

  3 -|6x| = 0

For 32 = 5X + 2, what is the first step in solving for X?

Answers

Answer:

-2 from both sides

Step-by-step explanation:

32=5x+2

-2        -2

________

30=5x

__=__

5      5

6=x

The first step to solve for X is to use subtraction property of equality to subtract 2 from both sides.

How to solve algebraic equations?

We are given the algebraic equation;

32 = 5X + 2

The first step to solve for X is to use subtraction property of equality to subtract 2 from both sides to get;

32 - 2 = 5X + 2 - 2

30 = 5X

Divide both sides by 5 using division property of equality to get;

X = 6

Read more about Algebraic Equations at; https://brainly.com/question/16863577

#SPJ6

How do I graph x+3y≥12?

Answers

Here is the graph for the equation

Solve 5 (2x + 1 ) + 4 = 6 ( 3x + 2) - 7

Answers

5(2x+1)+4=6(3x+2)-7

10x+5+4=18x+12-7

10x-18x=12-7-5-4

-8x=-4 (-1)

8x=4

x=4/8 (/4)

x=1/2

Answer:

x = 1/2

Step-by-step explanation:

5(2x + 1) + 4 = 6 (3x + 2) - 7

~Simplify both sides

10x + 9 = 18x + 5

~Subtract 9 from both sides

10x = 18x - 4

~Subtract 18x to both sides

-8x = -4

~Divide -8 to both sides

x = 1/2

Best of Luck!

Find the slope of the line containing the points (7,5) and (2, 4).

Answers

Answer:

1/5

Step-by-step explanation:

the two points are(7,5) and (2,4)

let,(x1,y1)=(7,5) and (x2,y2)=(2,4)

slope (m)=y2-y1/x2-x1

=4-5/2-7

=-1/-5

=1/5(minus ,minus are cut)

Here’s the answer to your question
Hope you understand!!

Could you guys answer this for me by 12am!

Answers

Answer:

-3

Step-by-step explanation:

Slope is y2 - y1 / x1 - x2.

So, let's take two random points; I have chosen (0, 3) and (2, -3).

Excellent. Let's calculate the slope.

Slope = (-3 - 3) / (2 - 0) = -6 / 2 = -3.

Hope this helps!

Use a calculator to find
the mean of the data.
{217, 253, 214, 247,
217, 253, 232, 246,
223, 227, 229, 247,
206, 241, 239, 223,
222, 216, 252, 209,
236, 256}

A. 230.811

B. 231.045

C. 232.045

D. 232.811

Answers

Answer:

232.045

Step-by-step explanation:

217 + 253 + 214 + 247 + 217 + 253 + 232 + 246 + 223 + 227 + 229 + 247 + 206 + 241 + 239 + 223 + 222 + 216 + 252 + 209 + 236 + 256 = 5105

5105 / 22 = 232.045454545

Assume that human body temperatures are normally distributed with a mean of 98.19 and a standard deviation of 0.61

Answers

Answer:

Ok I'm assuming that know what??

Step-by-step explanation:

The function f(t) = t2 + 6t − 20 represents a parabola.

Part A: Rewrite the function in vertex form by completing the square. Show your work.

Part B: Determine the vertex and indicate whether it is a maximum or a minimum on the graph. How do you know?

Part C: Determine the axis of symmetry for f(t).

Answers

Answer:

Step-by-step explanation:

Note that the equation should be

f(t) = t^2 + 6t - 20

A. Completing the square

coefficient of the t term: 6

divide it in half: 3

square it: 3²

add 3² to complete the square and subtract 3² to keep the equation balanced:

f(t) = (t² + 6t + 3²) - 3² - 20

f(t) = (t+3)² - 29. This is the equation in vertex form.

:::::

B. Vertex (-3, -29)

The leading coefficient of the equation is +1. Since the leading coefficient is positive, the parabola opens upwards. Therefore, the vertex is a minimum.

:::::

The axis of symmetry is the vertical line passing through the vertex: x = -3

How many sides does a regular polygon have if each interior angle measures 178°?

Answers

The number of sides of a regular polygon with an interior angle [tex]\[{178^ \circ }\][/tex] is 180.

What is the regular polygon?

A polygon is regular when all angles are equal and all sides are equal.

A regular polygon has if each interior angle.

Interior angle of given polygon =178

An exterior angle of polygon =180 −178 =2

 

The sum of exterior angles of any polygon is 360

Number of sides of a regular polygon

[tex]=\frac{360}{2}[/tex]

[tex]=180[/tex]

Therefore, The number of sides of a regular polygon is 180.

To learn more about the side of regular polygon visit:

https://brainly.com/question/1592456

Select the correct answer. Which expression is equivalent to the given expression? Assume the denominator does not equal zero.​

Answers

Answer:

Step-by-step explanation:

You have not provided the answers to choose from.

The expression can be simplified to δ⁴/a, but I cannot tell if that is one of the choices.

A newsletter publisher believes that less than 61% of their readers own a laptop. Is there sufficient evidence at the 0.02 level to substantiate the publisher's claim? State the null and alternative hypotheses for the above scenario.

Answers

Answer: See explanation

Step-by-step explanation:

From the information given in the question, we are informed that a newsletter publisher believes that less than 61% of their readers own a laptop.

The null hypothesis will be: H0: p ≥ 0.61

The alternative hypothesis will be: Ha: p < 0.61.

Select the correct answer from each drop-down menu. Complete the statement. The solutions of sin2x= √3/2

are : 30 / 120 / 150 / 330

and

45 / 60 / 105 / 135

What are the correct solutions?

Answers

Answer:

henc X = 30°

Step-by-step explanation:

here is the proof

when X=30° then

sin2x = sin2×30

=sin 60°

= √3/2

or else,

putting value of X = 30° then

sin2x= 2sinxcosx

= 2×sin30°×cos30°

=2×1/2×√3/2

= 2√3/4

= √3/2

hence proved sin2x= √3/2.

Other Questions
Good Afternoon I am really stuck on this question whoever solves it I will give them brainliest with no unacceptable question thank you so much! Do oddsmakers believe that teams who play at home will have home field advantage? Specifically, do oddsmakers give higher point spreads when the favored team plays home games as compared to when the favored team plays away games? Two samples were randomly The slope of the line is-A)m=-2B)m=-(1/2)C)m=1/2D)=m=2A point on the line is-A)(-4,-1)B)(4,1/2)C)(1/2,-1)D)(1,4) Darby Company, operating at full capacity, sold 163,500 units at a price of $87 per unit during the current year. Its income statement is as follows: Sales $14,224,500 Cost of goods sold 5,046,000 Gross profit $9,178,500 Expenses: Selling expenses $2,523,000 Administrative expenses 1,508,000 Total expenses 4,031,000 Income from operations $5,147,500 The division of costs between variable and fixed is as follows: Variable Fixed Cost of goods sold 60% 40% Selling expenses 50% 50% Administrative expenses 30% 70% Management is considering a plant expansion program for the following year that will permit an increase of $1,131,000 in yearly sales. The expansion will increase fixed costs by $150,800, but will not affect the relationship between sales and variable costs.Required:Determine the total variable costs and the total fixed costs for the current year. plzzzzz helllllllppppppp worth 25 points How did the speaker's career goals change Whats 782,835 divided by 5? How does this interaction between Nora and the nurse affect the plot?Nora discusses the nurses child with her, which creates conflict.Nora thinks about leaving her own family, which builds suspense.Nora thinks about leaving her own family, which reveals her motivations.Nora is not on a first-name basis with her nurse, which reveals her personality. A water bottling company has purchased the rights to bottle 960 liters of spring water a month from the local spring.How many 4-liter bottles can they produce a month? Which of the following correctly describes the formula for speed? Help me with this question please...Each of the following statements is true or false. Which statements are true?A. A triangle where at least two angles are acute is called an acute triangle.B. Some polygons are neither convex nor concave.C. The sum of the interior angles of a concave pentagon is $540^{\circ}.$D. The interior angles of a regular $1000$-gon are greater than the interior angles of a regular $100$-gon.E. The exterior angles of a regular $1000$-gon are greater than the exterior angles of a regular $100$-gon. Which expression(s) represent(s) the perimeter of the following figure? Select all that apply. (answers are in units) help me pleasssseeeeeee (26)x = 1, what is the value of x Write each function in parametric form, using the given equation for x.x^2+y^2=9, x= cos t in your opinion do toji fushigoro and mugumi fushigoro look alike? what is used in conjunction with a scale balance to weigh dry chemicals Find the value of 3w-10 given that -11w-4=7.Simplify your answer as much as possible. What is the different type of secondary memory of a computer system.? explain Social and economic development is not possible unless conflict is resolved locally.justify this statement.