InterviewSolution
Saved Bookmarks
| 1. |
the first kilometre, the fare isi(1)3. If the point (3, 4) lies on theThe taxi fare in a city is as follows: For the first kilometre, the faresubsequent distance it is 5 per km. Taking the distance covered afare as y, write a linear equation for this information, and draw its.ore the equation whose graphs are give |
|
Answer» answer Here is the complete explanation to the mentioned question. Fare for the first km = Rs 8 Total distance covered =xkm After travelling first km, remaining distance = (x– 1) km Rate of fare = Rs 5 per km Fare for (x– 1) km = 5 × (x–1) Total fare = Rsy Fare for the first km + fare for the remaining distance =y 8 + (x– 1) 5 =y 8 + 5x– 5 =y 5x–y+ 3 = 0 |
|