I am having an issue solving this. I wrote this equation to find the with of a bar for a bar chart that is comparative. \begin{equation} D-P*(N+1) = ((N-1)*M)*B*0.75+N*B \end{equation}
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
No guarantee that the result will be an integer, but just distribute the $B$ out of the terms on the right and divide. $\begin{equation} D-P*(N+1) = ((N-1)*M)*B*0.75+N*B \end{equation}$ $\begin{equation} D-P*(N+1) =( ((N-1)*M)*0.75+N)*B \end{equation}$ $\begin{equation} (D-P*(N+1))/( ((N-1)*M)*0.75+N)=B \end{equation}$ |
|||||||||||||
|