document.write( "Question 1047166:  How do I correct the error in this formula?\r
\n" );
document.write( "\n" );
document.write( "x/y + x/3 =x/(y+3) \n" );
document.write( "
| Algebra.Com's Answer #662681 by Boreal(15235)     You can put this solution on YOUR website! x/y + x/3 =x/(y+3) \n" ); document.write( "The common denominator is 3y, not (y+3) \n" ); document.write( "(3x+xy)/(3y) \n" ); document.write( " |