DEKTEN

MATH/OXYGEN_RENT.TXT

May 21st, 2021 (edited)
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1.  
  2. PASTEBIN_URL[ https://pastebin.com/68ifL6Vc ]
  3. TINY_____URL[ www.tinyurl.com/OXYGEN-RENT ]
  4. DESMOS_GRAPH[ https://www.desmos.com/calculator/etstfk8liw ]
  5.  
  6. y = mx + b
  7. y = ( m * x ) + b
  8. m : slope
  9. b : y intercept
  10.  
  11. :TIME_IS_MONEY:--------------------------------------------:
  12.  
  13. x + y <= 20
  14. x : time (I think)
  15. y : money(I think)
  16.  
  17. For some strange ducking reason:
  18. 1: No one works more than 20 hours.
  19. 2: No one makes more than 20 dollars.
  20.  
  21. OVER_WORKED:
  22.  
  23. x = 19 //:Worked_For[ 19 hours ]
  24. y = 1 //:Got___Paid[ 1 Dollar]
  25.  
  26. LUCKY_DASTARD:
  27.  
  28. x = 1 //:Worked_For[ 1 hours ]
  29. y = 19 //:Got___Paid[ 19 Dollar]
  30.  
  31. :--------------------------------------------:TIME_IS_MONEY:
  32. :COSTS_MONEY_TO_LIVE:--------------------------------------:
  33.  
  34. 6x + 12y >= 96
  35.  
  36. LOW_OXYGEN_RENT:
  37.  
  38. x = 14 //:Breathed_For[ 14 hours ]
  39. y = 1 //:You______OWE[ 1 dollars]
  40.  
  41. HIGH_OXYGEN_RENT:
  42.  
  43. x = 2 //:Breathed_For[ 2 hours ]
  44. y = 7 //:You______OWE[ 7 dollars]
  45.  
  46. :--------------------------------------:COSTS_MONEY_TO_LIVE:
  47. :THE_SHADED_AREA_IS_THOSE_WHO_GET_TO_LIVE:-----------------:
  48.  
  49. If this analogy is correct. Then the LUCKY_DASTARD
  50. living in a LOW_OXYGEN_RENT area is probably alive.
  51.  
  52. If this analogy is correct. Then the OVER_WORKED
  53. living in a HIGH_OXYGEN_RENT area is probably dead.
  54.  
  55. Let's do that math:
  56.  
  57. Alive Rich Person:
  58.  
  59. x + y <= 20 , where: x = 1 , y = 19
  60. 6x + 12y >= 96 , where: x = 14 , y = 1
  61.  
  62. Dying Poor Person:
  63.  
  64. x + y <= 20 , where: x = 19 , y = 1
  65. 6x + 12y >= 96 , where: x = 2 , y = 7
  66.  
  67. :-----------------:THE_SHADED_AREA_IS_THOSE_WHO_GET_TO_LIVE:
Add Comment
Please, Sign In to add comment