document.write( "Question 673765: Kristin has $20 and her younger brother Kurt has $10. They go to the market to buy fruits and together they spend $14. Kristin has three times as much money left as Kurt. How much did Kristin spend? \n" ); document.write( "
Algebra.Com's Answer #418925 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Kristin has $20 and her younger brother Kurt has $10. \n" ); document.write( " They go to the market to buy fruits and together they spend $14. \n" ); document.write( " Kristin has three times as much money left as Kurt. \n" ); document.write( " How much did Kristin spend? \n" ); document.write( ": \n" ); document.write( "Let x = amt that brother Kurt has left \n" ); document.write( "then \n" ); document.write( "3x = amt Kristin has left \n" ); document.write( ": \n" ); document.write( "Bro spends + Kris spends = $14 \n" ); document.write( "(10-x) + (20-3x) = 14 \n" ); document.write( "30 - 4x = 14 \n" ); document.write( "-4x = 14 - 30 \n" ); document.write( "-4x = -16 \n" ); document.write( "x = $4 has brother Kurt \n" ); document.write( "and \n" ); document.write( "3(4) = $12 has Kris left \n" ); document.write( "therefore \n" ); document.write( "20 - 12 = $8 spent by Kris \n" ); document.write( " |