document.write( "Question 935266: 'Jane brought a packet of sweets.
\n" );
document.write( "A quarter of them were green, a third of them were red and the rest were yellow.
\n" );
document.write( "There were 10 yellow sweets.\r
\n" );
document.write( "\n" );
document.write( "What was the total number of sweets in the packet?'\r
\n" );
document.write( "\n" );
document.write( "I tried starting with different numbers like 40
\n" );
document.write( "This is what is did afterwards
\n" );
document.write( "
\n" );
document.write( "40-10=30
\n" );
document.write( "30-1/3=20
\n" );
document.write( "20-1/4=15
\n" );
document.write( "and that didn't leave me with Zero.
\n" );
document.write( "Please help me ASAP\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568434 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 'Jane brought a packet of sweets. \n" ); document.write( "A quarter of them were green, a third of them were red and the rest were yellow. \n" ); document.write( "There were 10 yellow sweets.\r \n" ); document.write( "\n" ); document.write( "What was the total number of sweets in the packet?'\r \n" ); document.write( "\n" ); document.write( "I tried starting with different numbers like 40 \n" ); document.write( "This is what is did afterwards \n" ); document.write( " \n" ); document.write( "40-10=30 \n" ); document.write( "30-1/3=20 \n" ); document.write( "20-1/4=15 \n" ); document.write( "and that didn't leave me with Zero. \n" ); document.write( "=================== \n" ); document.write( "T = Total \n" ); document.write( "(1/4)T + (1/3)T + 10 = T \n" ); document.write( "7T/12 + 10 = T \n" ); document.write( "7T + 120 = 12T \n" ); document.write( "5T = 120 \n" ); document.write( "T = 24 \n" ); document.write( " \n" ); document.write( " |