Answer:
<h3>The length of y is 62.82 cm.</h3>
Step-by-step explanation:
We are given a right triangle with an angle 30°.
Opposite side of angle 30° is x and adjacent side is y.
Also, given length of side x=36.25 cm.
In order to find the value of y, we need to apply tangent trigonometrical ratio.
We know, 

Therefore,

Plugging values of  and x=36.25, we get
 and x=36.25, we get

Plugging value of  in above equation, we get
 in above equation, we get 

On multiplying both sides by y, we get 

0.577y=36.25
Dividing both sides by 0.577, we get 

y=62.82
<h3>Therefore, the length of y is 62.82 cm.</h3>
 
        
             
        
        
        
 First add 24.95 and 35.99. You get 60.94 (Remember This!)
Now you take 49.95 divided by 2. you should get: 24.975.
add 24.975 with 60.94. You get 85.915
take 85.915 and multiply it by 0.15. You get 12.88725. 
Subtract 85.915 by 12.88725. You should get 73.02775.
Now multiply that by 0.045. you should get 3.28624875. 
Add that onto 73.02775, and you get 76.31399875.
Round that to the nearest hundredth, and your done! (The answer is: 76.31!) 
The answer will be the B.
        
             
        
        
        
Answer:4
Step-by-step explanation:3-8=-5. But because it is in absolute value, it would be positive 5. And then 5-1=4.
 
        
             
        
        
        
Answer:
2nd graph (image)
Step-by-step explanation:
The function to graph is:

It follows the general pattern of the function:   , which is general shape and in 1st and 3rd quadrants. So, we can eliminate 3rd and 4th choices (because of quadrants).
, which is general shape and in 1st and 3rd quadrants. So, we can eliminate 3rd and 4th choices (because of quadrants).
The answer is either 1st, or 2nd graph.
Now, we simply can check a point in both.
lets take x = 4, so the function would be:
f(4) = 4/4 = 1
Hence, point is:
(4,1)
The first graph doesn't go through this point. The second graph does.
hence, we can successfully choose the 2nd graph as our answer.
 
        
                    
             
        
        
        
Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation: