document.write( "Question 903787: Janine has job offers at two companies. One company offers a starting salary of $28,000 with a raise of $3000 each year. The other company offers a starting salary of $36000 with a raise of $2000 each year.
\n" );
document.write( "a. After how many years would Janines salary be the same with both companies?
\n" );
document.write( "b. What would that salary be? \n" );
document.write( "
Algebra.Com's Answer #548277 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 3000*y+28000=2000*y+36000 \n" ); document.write( "3000*y=2000*y+8000 \n" ); document.write( "1000*y=8000 \n" ); document.write( "y=8 \n" ); document.write( "36000+16000=52000 \n" ); document.write( "28000+24000=52000 \n" ); document.write( " |