Question 167224
</pre><font size=4><b>
I guess the question asked,"How much the 2nd lap should be to have an average of 60mph?" Then by Averaging,
{{{Ave=(Lap[1]+Lap[2])/2}}}
{{{60=(30+Lap[2])/2}}}, cross multiply
{{{60*2=30+Lap[2]}}}
{{{120-30=Lap[2]}}}
{{{highlight(Lap[2]=90mph)}}} ---> to have an Average of 60mph in 2 Laps.
If the re-phrase question is what it is.
thank you,
Jojo</pre>