document.write( "Question 264935: If Dixi has x amount of ice-creams, Cena has 10 more than Dixi, Malida has half as many as Dixi, together they have a total of 50 ice-creams. How many ice-creams does Dixi have? \n" ); document.write( "
Algebra.Com's Answer #195073 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If Dixi has x amount of ice-creams, \n" ); document.write( " Cena has 10 more than Dixi, \n" ); document.write( "c = x + 10 \n" ); document.write( ": \n" ); document.write( " Malida has half as many as Dixi, \n" ); document.write( "m = .5x \n" ); document.write( ": \n" ); document.write( " together they have a total of 50 ice-creams. \n" ); document.write( "x + (x+10) + .5x = 50 \n" ); document.write( "2.5x = 50 - 10 \n" ); document.write( "x = \n" ); document.write( "x = 16 ice creams for Dixi \n" ); document.write( ": \n" ); document.write( "Check: 16 + 26 + 8 = 50\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |