Answer:
12.8mph
Step-by-step explanation:
Let 'w' represent her walking speed
->if her jogging speed is 8mph faster than her walking speed
Jogging speed= w+8
Using the time equation i.e time = dist/speed
For walking when distance is 8miles
time = dist / speed= 8/w hrs
For jogging when distance is 13miles
time = dist / speed= 13/(w+8) hrs
Equating the time
jog time = walk time
13/(w+8) = 8/w
By cross multiplying it
13w = 8w + 64
5w = 64
w=64/5
w=12.8mph
Therefore, 12.8mph is her walking speed.
Answer:
a) 
b) 
c) the points of the form (x, -x) for x≠0
Step-by-step explanation:
a)
If φ(x, y) = arctan (y/x), the vector field F = ∇φ would be
On one hand we have,
On the other hand,
So
b)
The domain of definition of F is
i.e., all the plane X-Y except the (0,0)
c)
Here we want to find all the points such that
where k is a real number other than 0.
But this means
So, all the points in the line y = -x except (0,0) are parallel to the vector field F, that is, the points (x, -x) with x≠ 0
Answer:60
Step-by-step explanation:I seen the answer on bill bye the math guy
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.