document.write( "Question 337596: James bought equal numbers of 50-paisa and 75-paisa stamps. If the total cost of the stamps was Tk. 50.00, what was the total number of stamps bought? \n" ); document.write( "
Algebra.Com's Answer #242012 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
let the number of stamps of each denomination be x\r
\n" ); document.write( "\n" ); document.write( "50x+75x=5000
\n" ); document.write( "125x= 5000
\n" ); document.write( "divide by 125
\n" ); document.write( "x= 5000/125
\n" ); document.write( "x= 400
\n" ); document.write( "..
\n" ); document.write( "Total stamps bought = 800
\n" ); document.write( "
\n" );