document.write( "Question 872531: my yearly salary is 30,000 and it is increased by 3000 a year. Your yearly salary is 20 000 and it will be increased by 5000 a year. In how many years will we both have the same yearly salary? Use algebra.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #526198 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 30000 + 3000x = 20000 + 5000x \n" ); document.write( " 10000 = 2000x \n" ); document.write( " 5 = x \n" ); document.write( " |