Answer:
Step-by-step explanation:
Given : 0.000001 mm = 0.01 cm
To find : How many is in
Solution :
Step 1 : Given 0.000001 mm = 0.01 cm
Step 2: Cubing both side
Step 3: Solve
Therefore,
Answer:
Step-by-step explanation:
Let's do this in Python
day = 1
balance = 0
deposit = 0.01 # first deposit is 1 penny
while balance < 1000000: # execute the loop as long as balance is less than a million dollar
balance += deposit
deposit = deposit * 2 # double the deposit for the next time
day += 1 # add one to day for the next day
print(day) # print out result once loop ends
24pn/18p²
= 24np/18p²
= 24n/18p
= 4n/3p
I hope that's help;0
The exact value of cos(x - y) is 416/425.
What is trigonometry?
Trigonometry is a branch of mathematics that deals with the relationships between the sides and angles of triangles. It explores the properties of trigonometric functions, such as sine, cosine, and tangent, which are used to measure and calculate angles, lengths, and distances in triangles and other geometric shapes.
We can begin by using the trigonometric identity:
cos(x - y) = cosx cosy + sinx siny
We are given that sinx = 8/17 and tany = 7/24. We can use these to find cosx and cosy.
From sinx = 8/17, we know that:
From tany = 7/24, we know that:
Now we can substitute these values into the equation for cos(x - y):
cos(x - y) = cosx cosy + sinx siny
= (15/17)(24/25) + (8/17)(7/24)
= 360/425 + 56/425
= 416/425
Therefore, the exact value of cos(x - y) is 416/425.
To learn more about trigonometry, visit:
#SPJ1