document.write( "Question 199091: Solve for y in terms of a, b, and c:
\n" );
document.write( " by+a=c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #149569 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve for y in terms of a, b, and c: \n" ); document.write( "by+a=c \n" ); document.write( "---------- \n" ); document.write( "by = c-a \n" ); document.write( "y = (c-a)/b \n" ); document.write( " |