answersLogoWhite

0

Let the distance be d km

time = speed/distance

The journey to the second town took: t1 = d km ÷ 2.5 km/h = d/2.5 hr = 2d/5 hr

The journey back to the first town took: t2 = d km ÷ 3 km/h = d/3 hr

The total time is: t1 + t2 = 7 hr 20 min = 7 + 20/60 hr = 7⅓ hr

→ 2d/5 + d/3 = 7⅓

→ (6d + 5d)/(3×5) = 7⅓

→ 11d = 7⅓ × 15

→ d = ((7×3+1)/3 × 15)/11

→ d = (22/3 × 15)/11

→ d = 22/11 × 15/3

→ d = 2 × 5 = 10

The towns are 10 km apart.

Checking:

t1 = 10 km ÷ 2.5 km/h = 4 hr

t2 = 10 km ÷ 3 km.h = 3⅓ hr

t = t1 + t2 = 4 hr + 3⅓ hr = 7⅓ hr

1 hr = 60 min

→ ⅓ hr = ⅓ × 60 min = 20 min

→ t = 7 hr 20 min.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Will glee return after journey?

Yes, glee will return after the season finale "journey".


How do you write c program of moving average?

double movingaverage (double raw, double smoothed, double alpha) {return smoothed / (1.-alpha) + raw/alpha;}


How do you Calculate the average of two numbers then return the average in c plus plus?

Use the following function: /* returns the average of two real numbers */ double average (const double a, const double b) { return a/2.0 + b/2.0; } Note that we do not use (a+b) / 2.0 because the expression a+b could overflow the range of a double. By dividing each value by 2 before summing we ensure the result can never overflow no matter how large a and b are. Ideally, you should write separate functions to cater for float and long double arguments independently: /* returns the average of two long doubles */ long double average_lng (const long double a, const long double b) { return a/2.0 + b/2.0; } /* returns the average of two floats */ float average_flt (const float a, const float b) { return a/2.0F + b/2.0F; } For mixed-mode arithmetic, always use the highest precision argument. E.g., the average of a float and a double is a double, so use the function that returns a double, not a float. The float argument will be implicitly cast to a double.


What actors and actresses appeared in The Journey of No Return - 1993?

The cast of The Journey of No Return - 1993 includes: Victoria Harwood as S


How many years did Odysseus travel on his entire journey?

Odysseus was ten years fighting the Trojan War and another ten years on his return journey, for a total of 20 years away from Ithaca.


When will Phoenix return from its journey to Mars?

The Phoenix Lander is not designed for return.


How do you give average command in a calculator in visual basic?

There is no average command in VB. You would have to write your own method for that. I would write it like this Public double getAverage() { double average; average = totalAdded/ totalNumbers; return average; } You would have to have totalAdded and totalNumbers as an instance variable.


What does a one way flight entail?

A one-way flight is a ticket for a journey from one destination to another without a return trip included.


WAP mean filter in c language?

/* Exponentially weighted moving average */ double RunningAverage (double *FilteredData, double RawData, double TimeConstant) { *FilteredData += (*FilteredData - RawData) / TimeConstant; return *FilteredData; }


Is the novel Return Journey by R F Delderfield the sequel to his novel written in the same year Cheap Day Return?

No it's the same novel - 'Return Journey' is the title of the American publication of 'Cheap Day Return'.


Where did Lewis and Clark return after their Journey?

Missouri.


Did Marco polo return from his journey?

Yes, he returned with many treasures from kublai khan. When he arrived home, however, his city was at war with genoa (another city).