Well, I'm (trying) to build a low power node which is powered by a tiny 80mAh NiMH battery pack which in turn is recharged (kept charged) by a small photovoltaic panel.
I want to measure the voltages at both panel and battery, so I'm thinking of using a couple of voltage dividers. Usually I wouldn't think too much on it and would just use a couple of resistors, that would divide the max Vin to the voltage at which my chip would be running.
In this case I intend to run an Atmega8 (if everything fits -- else atmega328p) at 3.3V...
hence 6.5V (max I read from the photocell) ---> 3.3V
and 4.35V (theoretical max of 3 NiMH in series) --> 3.3V
now, I'm not asking for that math (algebra) of resolving the equations, I'm asking for the REASONING of picking, say R1, the first resistor, or even if it's more important to choose R2 first (or indiferent).
All this taking into account that this is a low-power application where I'll periodically monitor the voltages, but don't want to waste a lot of current on that.