document.write( "Question 989995: There are 15 oranges available to be cut up for a hockey team.
\n" );
document.write( "Each member of the team will get two third of an orange. Using operation with fractions, you need to calculate how many team members will get two third of an oranges. \r
\n" );
document.write( "\n" );
document.write( "Thanks in Advance \n" );
document.write( "
Algebra.Com's Answer #610169 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "T=number of team members \n" ); document.write( ". \n" ); document.write( "(2/3)T=15 \n" ); document.write( "(3/2)(2/3)(T)=(3/2)(15) \n" ); document.write( "T=45/2 \n" ); document.write( "T=22 1/2 \n" ); document.write( ". \n" ); document.write( "ANSWER: 22 players will get 2/3 of an orange with 1/3 left over. \n" ); document.write( " |