Question 1006431
I think I know what they are after
{{{ L = 10*log(( i/i[0] )) }}}
I believe they are saying:
{{{ i = 10^14 * i[0] }}}
Plug this into the equation
{{{ L = 10*log(( ( 10^14*i[0] )/i[0] )) }}}
{{{ L = 10*log( 10^14 ) }}}
{{{ L = 10*14 }}}
{{{ L = 140 }}}
Hope I got it