document.write( "Question 831363: a person has 80,000 to invest in two accounts. one account pays 6% interest, the other 7.5%. assume that x dollars are invested in the 6% account. write a linear equation to determine the total amount of annual interest \n" ); document.write( "
Algebra.Com's Answer #501306 by mananth(16946)![]() ![]() You can put this solution on YOUR website! interest = 6%x + 7.5%(80000-x) \n" ); document.write( " |