Simple Unit Analysis for Generator Revenue Calculation

  • Thread starter Thread starter ainster31
  • Start date Start date
  • Tags Tags
    Analysis Unit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ainster31
Messages
158
Reaction score
1

Homework Statement



$$Let\quad n\quad =\quad the\quad number\quad of\quad hours\quad I\quad run\quad a\quad 40\quad kilowatt\quad generator.\\ Assume\quad that\quad it\quad costs\quad $0.08\quad for\quad 1\quad kWh.\\ Revenue\quad from\quad generator=\frac { $0.08 }{ kW\cdot hours } \quad (40\quad kW)\quad (n\quad hours)\\ =$3.2n\\ \\ Suppose\quad I\quad want\quad to\quad make\quad $6.40\quad from\quad the\quad generator.\\ $6.4=$3.2n\\ n=2$$

Homework Equations





The Attempt at a Solution



What am I doing wrong? Why isn't n in hours?
 
Physics news on Phys.org
ainster31 said:

Homework Statement



$$Let\quad n\quad =\quad the\quad number\quad of\quad hours\quad I\quad run\quad a\quad 40\quad kilowatt\quad generator.\\ Assume\quad that\quad it\quad costs\quad $0.08\quad for\quad 1\quad kWh.\\ Revenue\quad from\quad generator=\frac { $0.08 }{ kW\cdot hours } \quad (40\quad kW)\quad (n\quad hours)\\ =$3.2n\\ \\ Suppose\quad I\quad want\quad to\quad make\quad $6.40\quad from\quad the\quad generator.\\ $6.4=$3.2n\\ n=2$$

Homework Equations





The Attempt at a Solution



What am I doing wrong? Why isn't n in hours?

Because when you write time=n*hours, the units are in the "hours" part and n itself is dimensionless. If you the units to be included in 'n' just write time=n.
 
  • Like
Likes   Reactions: 1 person
Dick said:
Because when you write time=n*hours, the units are in the "hours" part and n itself is dimensionless. If you the units to be included in 'n' just write time=n.

Ah, got it. Thanks.