Westonci.ca offers quick and accurate answers to your questions. Join our community and get the insights you need today. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

1-Write statements to calculate sine of 45 degree.

2-Write statements to calculate 3 to the 5th power by calling an appropriate function defined in math module.

3-The random() function of the random module returns a floating point number [0.0, 1.0). Write a statement to generate a floating point number in the range of [0.0, 5.0) by using the random() function.

Sagot :

By creating an intersection of 45° with the x-axis and then determining the coordinates of the point (0.7071, 0.7071) on the unit circle.

it is possible to determine the value of sin 45 degrees. The y-coordinate is equal to the value of sin 45°. (0.7071). ∴ sin 45° = 0.7071.

In this situation, 5 times is the exponent, which is the quantity that must be multiplied by 3 alone. There are a variety of ways this may be expressed and the most common ways you'll see 3 to the 5th shown are:

The formula for 3 to the fifth power is 3x3x3x3x3 = 243.

3)random. The random() method produces random floating-point values between [0.1 and 1.0]. (Note the opening and closing brackets; these signify that 0 is included but 1 is not.) It has no input parameters and outputs values that are evenly spaced between 0 and 1.

To know more about intersection  click here

brainly.com/question/14217061

#SPJ4