document.write( "Question 550533: if a+ar=b+r the value of a in terms of b and r can be expressed as
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #358831 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! a+ar=b+r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a(1+r)=b+r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a=(b+r)/(1+r) \n" ); document.write( " |