document.write( "Question 1200571: Question: If a = 2b+c and b=3c+d , find a in terms of c and d .
\n" );
document.write( "How is this worked out please ? how do you do subject of the formula with 2 equations ? \n" );
document.write( "
Algebra.Com's Answer #834721 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If a = 2b+c and b=3c+d , find a in terms of c and d . \n" ); document.write( "substitute (3c+d) for b in the first equation \n" ); document.write( "a = 2(3c+d) + c \n" ); document.write( "distribute 2 \n" ); document.write( "a = 6c + 2d + c \n" ); document.write( "a = 7c + 2d \n" ); document.write( " |