document.write( "Question 345001: This is the question in my textbook: \r
\n" );
document.write( "\n" );
document.write( "Fran and Winston have a combined income of $80 000. One quarter of Winston's income is the same as one-sixth of Fran's income. How much does each person earn?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #246822 by mananth(16946)![]() ![]() You can put this solution on YOUR website! combined income = 80000 \n" ); document.write( "Let Fran's income be x \n" ); document.write( "Winston's income will be 80000-x \n" ); document.write( "... \n" ); document.write( "1/4 * (80000-x)= 1/6 * x \n" ); document.write( "20000 -x/4= x/6 \n" ); document.write( "add x/4 \n" ); document.write( "20000 = x/6+x/4 \n" ); document.write( "LCD =12 \n" ); document.write( "20000=(2x+3x)/12 \n" ); document.write( "multiply by 12 \n" ); document.write( "12*20000 = 5x \n" ); document.write( "/5 \n" ); document.write( "12*4000 =x \n" ); document.write( "x=48000 \n" ); document.write( "Fran's income = $ 48,000 \n" ); document.write( "Winston's income - $32,000 \n" ); document.write( " \n" ); document.write( " |