document.write( "Question 512253: A vendor has mangoes that sell for Php 10.00 and Php 12.50 each. How many pieces of each must be mixed together to make 90 pieces of mangoes thet would be sold at Php 11.75 per pieces? \n" ); document.write( "
Algebra.Com's Answer #342597 by Maths68(1474)\"\" \"About 
You can put this solution on YOUR website!
Number of Kind 1 mangoes = m
\n" ); document.write( "Number of Kind 2 mangoes = 90-m
\n" ); document.write( "Cost of Kind 1 mango = 10.00
\n" ); document.write( "Cost of kind 2 mango = 12.50
\n" ); document.write( "Number of mangoes in Mixture = 90
\n" ); document.write( "Cost of mango in Mixture = 11.75\r
\n" ); document.write( "\n" ); document.write( "(m)(10)+(90-m)(12.5)=11.75*90
\n" ); document.write( "10m+1125-12.5m=1057.5
\n" ); document.write( "10m-12.5m=1057.5-1125
\n" ); document.write( "-2.5m=-67.5
\n" ); document.write( "-2.5m/-2.5m=-67.5/-2.5
\n" ); document.write( "m=27
\n" ); document.write( "Number of Kind 1 mangoes = m=27
\n" ); document.write( "Number of Kind 2 mangoes = 90-m=90-27=63
\n" ); document.write( "
\n" );