Heres what i get
X is original speed traveled for the first 50 mi and is a rate distance/time
Tis the time it takes for the first 50 miles
So T*X=50 miles
X2 is speed traveled for the second 50 mi and is a rate distance/time
T2 is the time it takes for the second 50 miles
So T2*X2=50 miles
Add these together, we get T*X + T2*X2 = 100 miles eq(1)
The average speed for the whole trip needs to be 2X
So we need an expression for average
100 miles / (T+T2) = 2X eq(2)
Which we can solve for T2 and get 50/X - T = T2
Plug in to eq(1) we get T*X+ 50*X2/X - T*X2 = 100 eq(3)
We have an equation with infinite solution i guess
Choose Values for T and X and you can solve for X2 this shoudl always give you an average speed of 2X
For example if we choose T=1hr and X=1mph
We get 1+50*X2-X2=100 and solve for X2=99/49 mph
(if we solve eq(2) for T2=49hr)
To check we get should get an average speed of 2 so use eq(2)...
100 miles / (T+T2) = 2X eq(2)
100/(1+49)=2*1
2=2
This should work for any 2 values chosen for either X1, T, or X2
Hope this helps