The cities are 9.6 inches apart on map.
Step-by-step explanation:
Given,
80 miles in actual = 0.75 inch
1 mile =
Distance between two cities = 1025 miles
1025 miles on map =
The cities are 9.6 inches apart on map.
Keywords: distance, multiplication
Learn more about distance at:
#LearnwithBrainly
Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Answer:
Step-by-step explanation:
Because is being multiplied by S, we can divide from both sides of the equation. This will give us:
÷
But, that looks a bit hectic. Instead of dividing, you can multiply by the reciprocal (which is essentially how to divide fractions). So, instead of ÷, you get:
×
When multiplying fractions, remember you can just multiply straight across-- numerator x numerator, then denominator x denominator.
By doing that, you get the fraction
cannot be simplified any more, so S= is your answer :)
I hope this helps
Answer: x=21
Step-by-step explanation:
To solve for x you must first combine you like terms on each side of the equal sign. So you problem will become 8x+1=22+7x. Then get your x on one side and your numbers on the other by taking the one away from the right side and 1 away from 22. Then take away 7 from the left side to cancel it out. Then take 7x away from 8x to leave you with x. making your answer x=21
Answer:
3/5 or 0.6
Step-by-step explanation:
Here, given the value of tan theta , we want to find the value of sine theta
Mathematically;
tan theta = 0pposite/adjacent
Sine theta = opposite/hypotenuse
Firstly we need the length of the hypotenuse
This can be obtained using the Pythagoras’ theorem which states that the square of the hypotenuse equals sum of the squares of the two other sides.
Let’s call the hypotenuse h
h^2 = 3^2 + 4^2
h^2 = 9 + 16
h^2 = 25
h = √(25)
h = 5
Now from the tan theta, we know that the opposite is 3
Thus, the value of the sine theta = 3/5 or simply 0.6