document.write( "Question 18135: This is called a Literal Equation.
\n" );
document.write( "Solve (x+7)(y+4)=5 for x in the form x=ay+b/y+c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #9059 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Solve (x+7)(y+4)=5 for x in the form x=ay+b/y+c \n" ); document.write( "(x+7)(y+4)=5 \n" ); document.write( "(x+7)=5/(y+4) \n" ); document.write( "x=-7+5/(y+4)...your problem should read x=a+b/(y+c)....comparing we get that... \n" ); document.write( "a=-7 and b=5 and c=4 \n" ); document.write( " |