Skip to content

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

@vercel
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

@sonarqubecloud
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