Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected example for ETA calculation. #737

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

Steltek
Copy link
Contributor

@Steltek Steltek commented Nov 8, 2023

The current example makes no sense/is incorrect:

if you wash 3 plates in 5 minutes and you have 500 plates to wash, it will take you 5 hours and 10 minutes to wash them all

500 plates / 3 plates per time unit = 166.66... time units * 5 minutes = 833.33... minutes total time. (= 13.88... hours, not 5h 10m).

New example:

if you wash 5 plates in 3 minutes and you have 500 plates to wash, it will take you 5 hours to wash them all

500 plates / 5 plates per time unit = 100 time units * 3 minutes = 300 minutes = 5 hours

Copy link

vercel bot commented Nov 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview Nov 8, 2023 0:10am

Copy link

sonarqubecloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@CorentinTh CorentinTh merged commit 821cbea into CorentinTh:main Nov 8, 2023
@CorentinTh
Copy link
Owner

Hi @Steltek thank you for the correction 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants