The value of tan theta from the given. expression is 7/√51
<h3>Trigonometry identity</h3>
Trigonometry identity are expressions written in terms of sine, cosine and tangents.
Given the following trigonometry values as shown:
sin(theta)=0.7
Convert the decimal to fractions
sin(theta)= 7/10
According to SOH CAH TOA;
sin theta = opp/hyp
Determine the adjacent
adj = √hyp²-opp²
Substitute the values;
adj = √10²-7²
adj = √100-49
adj = √51
Determine the value of tan theta
tan(theta) = opp/adj
Substitute
tan(theta) = 7/√51
Hence the value of tan theta from the given. expression is 7/√51
Learn more on trig identity here: brainly.com/question/20094605
#SPJ1
Answer:
Step-by-step explanation:
We can get this done by using the code
def digits(n):
count = 0
if n == 0:
return 1
while (n > 0):
count += 1
n= n//10
return count
Also, another way of putting it is by saying
def digits(n):
return len(str(n))
------------------------------------------
print(digits(25)) # Should print 2
print(digits(144)) # Should print 3
print(digits(1000)) # Should print 4
print(digits(0)) # Should print 1
Doing this way, we've told the system to count the number of figures that exist in the number. If it's 1000 to 9999, then it records it as 4 digits. If it's 100 - 999, then it records it as 3 digits. If it's 10 - 99, it records as 2 digits. If it's 0 - 9, then it has to record it as a single digit.
Thanks
The answer to your question would be 0.01
Answer:
Step-by-step explanation:
If you look at the numbers you are given, you see that the first purchase has 3 more adult tickets than the second purchase, and its cost is £24 more. This means an adult ticket costs £24/3 = £8.
Two adult tickets will cost 2×£8 = £16, so three child tickets cost ...
£31 -16 = £15
Each child ticket is then £15/3 = £5.
An adult ticket costs £8; a child ticket costs £5.
Answer:
y = -1/3x + 2
Step-by-step explanation:
Divide everything by 2