Answer:
y= 3+x
Step-by-step explanation:
Answer:
he forgot to solve the -6 i hope thats right im srry if it isnt
Step-by-step explanation:
Angle of elevation is the angle from the banana up to the plane, which is 23 degrees.
The distance from the banana to the plane is the angle line labeled x.
The distance from the plane to the ground is the vertical line labeled 2500m.
Nothing important would be j.
Answer:
Step-by-step explanation:
this picture has a blue circle with a line through it i dont know what to help you with if you could tell me the equation then i can help you but i cant if there is a blue circle in it.
Answer:
Lets say that P(n) is true if n is a prime or a product of prime numbers. We want to show that P(n) is true for all n > 1.
The base case is n=2. P(2) is true because 2 is prime.
Now lets use the inductive hypothesis. Lets take a number n > 2, and we will assume that P(k) is true for any integer k such that 1 < k < n. We want to show that P(n) is true. We may assume that n is not prime, otherwise, P(n) would be trivially true. Since n is not prime, there exist positive integers a,b greater than 1 such that a*b = n. Note that 1 < a < n and 1 < b < n, thus P(a) and P(b) are true. Therefore there exists primes p1, ...., pj and pj+1, ..., pl such that
p1*p2*...*pj = a
pj+1*pj+2*...*pl = b
As a result
n = a*b = (p1*......*pj)*(pj+1*....*pl) = p1*....*pj*....pl
Since we could write n as a product of primes, then P(n) is also true. For strong induction, we conclude than P(n) is true for all integers greater than 1.