document.write( "Question 226871: Can you please help me solve this equation for the variable specified? thank you
\n" );
document.write( " 9a-2b=c+4a, for a \n" );
document.write( "
Algebra.Com's Answer #168789 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 9a-2b=c+4a \n" ); document.write( "subtract 4a \n" ); document.write( "5a-2b=c \n" ); document.write( "add 2b \n" ); document.write( "5a=c+2b \n" ); document.write( "divide by 5 \n" ); document.write( "a=(c+2b)/5 \n" ); document.write( " |