document.write( "Question 973712: The average of the salaries of Kelly, Renee, and Nina is $38,000 a year. If Kelly earns $6000 less than Renee, and Nina's salary is two-thirds of Renee's salary, find the salary of each person \n" ); document.write( "
Algebra.Com's Answer #595795 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! The average of the salaries of Kelly, Renee, and Nina is $38,000 a year. \n" ); document.write( "The total of the salaries of Kelly, Renee, and Nina is $114000 a year. \n" ); document.write( "Let Renee's salary be x. \n" ); document.write( "Kelly's salary is (x-6000). \n" ); document.write( "Nina's salary is 2x/3. \n" ); document.write( "We have x+(x-6000)+2x/3=114000 \n" ); document.write( "Simplifying we get \n" ); document.write( "2x+2x/3=120000 \n" ); document.write( "8x/3=120000 \n" ); document.write( "x=120000*(3/8)=45000 \n" ); document.write( "Renee's salary is $45000. \n" ); document.write( "Kelly's salary is $39000. \n" ); document.write( "Nina's salary is $30000. \n" ); document.write( " |