Answer:
V = 20.2969 mm^3 @ t = 10
r = 1.692 mm @ t = 10
Step-by-step explanation:
The solution to the first order ordinary differential equation:

Using Euler's method

Where initial droplet volume is:

Hence, the iterative solution will be as next:
- i = 1, ti = 0, Vi = 65.45

- i = 2, ti = 0.5, Vi = 63.88

- i = 3, ti = 1, Vi = 62.33

We compute the next iterations in MATLAB (see attachment)
Volume @ t = 10 is = 20.2969
The droplet radius at t=10 mins

The average change of droplet radius with time is:
Δr/Δt = 
The value of the evaporation rate is close the value of k = 0.08 mm/min
Hence, the results are accurate and consistent!
42600-25800=16800
16800/15=1120
42600*x=100*1120
x=112000/42600=2.62%
Answer:
Total Distance = 2 miles
Step-by-step explanation:
We know D = RT where
D is distance
R is rate (speed)
T is time
First Leg:
Rate = x mph
Time = 20/60 = 1/3 hour
Hence, D = RT, Distance = x * 1/3 = x/3 miles
Second Leg:
Rate = x - 1
Time = 30/60 = 1/2 hour
Distance = (x - 1) * 1/2 = (x-1)/2
Total distance is the sum of both the legs, hence,
Total distance =
miles
Since both the distance are equal we can equate and solve:

Plugging this x = 3 into the total distance expression, we get:

Total distance, 2 miles
Answer:
256
Step-by-step explanation:
Answer:
x = 1 and y = 2
Step-by-step explanation:
Let apples are represented by x
and let oranges are represented by y
You purchase 5 pounds of apples and 2 pounds of oranges for $9. This line in equation format can be written as:
5x + 2y = 9
Your friend purchases 5 pounds of apples and 6 pounds of oranges for $17.
This line in equation format can be written as:
5x + 6y = 17
Now we have two equations:
5x + 2y = 9 -> eq (i)
5x + 6y = 17 -> eq(ii)
We can solve these equations to find the value of x and y.
Subtracting eq(i) from eq(ii)
5x + 6y = 17
5x + 2y = 9
- - -
_________
0+4y= 8
=> 4y = 8
y= 8/4
y = 2
Now, putting value of y in eq (i)
5x + 2y = 9
5x +2(2) = 9
5x +4 = 9
5x = 9-4
5x = 5
x = 1
so, x = 1 and y = 2