Answer:
Step-by-step explanation:
If the length of a bridge on a map is 1 cm,then the actual length = 40,000
If the length of a bridge on a map is 1.5 cm,then the actual length= 1.5 * 40000
= 60000.0 = 60,000 m
Answer:
1
Step-by-step explanation:
There are a total of 16+25 = 41 students that own hamsters.
There are a total of 16+24 = 40 students that own dogs.
This is a difference of 41-40 = 1.
The recursive formula is f(n+1)= f(n)-5.
<h3>What is recursive function?</h3>
Given sequence :
f(1)= 6, n≥1.
Let f(n) denote the nth term of the given sequence.
f(1)= 6
f(2)= 1 = f(1)-5
f(3)= -4 = 1-5= f(2) -5
f(4)= -9 = 1-10 = f(2)-10
and so on
Hence, the recursive formula is f(n+1)= f(n)-5.
Learn more about this concept here:
brainly.com/question/13210754
#SPJ1