document.write( "Question 387027: Mario purchased stock in three different companies. He paid $50 per share for Smith, $45 per share for Jones and $30 per share for Adams, and spent a total of $1020. Mario purchased 2 more shares of Jones than Smith, and twice as many shares of Adams as Smith. How many shares of Jones did he purchase?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #275900 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
let x = number of Jones shares Mario purchased
\n" ); document.write( "then,x-2 = number of Smith shares Mario purchased
\n" ); document.write( "then,2(x-2) = number Adams shares Mario purchased
\n" ); document.write( "$45x+$50(x-2)+$30*2(x-2)=$1020
\n" ); document.write( "45x+50x-100+60x-120=1020
\n" ); document.write( "155x-220=1020
\n" ); document.write( "155x=1240
\n" ); document.write( "x=8\r
\n" ); document.write( "\n" ); document.write( "ans:Mario purchased 8 shares of Jones stock
\n" ); document.write( "
\n" );