Answer:
2.7-3ft I think
Step-by-step explanation:
i use the internet
. Lisa's dog has 4 squeaky toys
. the squeaky toys are 2/3 of all the dog's toys
. let <em>x</em> be number of all dog toys
<em>make an equation</em>
(2/3)<em>x</em> = 4 <em>← solve</em>
x=6
<em>check</em>
2/3 × 6 = 4
<u>Lisa's Dog has 6 toys in all</u>
3x-7y=2 ; 3x=2+7y x=2x+7y/3
The suquare root is 10. it is a rational number
Answer:
See definition below
Step-by-step explanation:
Since we have to give a recursive definition, we must give a initial value f(0). Additionally, the value of f(n) must depend on the value of f(n-1) for all n≥1.
The required value of f(0) is (0+1)!=1!=1.
Now, the factorial itself is a recursive function, because (n+1)!=(n+1)n!. In terms of f, this means that f(n)=(n+1)f(n-1) for all n≥1.
Then, our definition is: f:N→N is defined by
- f(0)=1.
- For n≥1, f(n)=(n+1)f(n-1).