document.write( "Question 509032: Sandy has an investment account with shares in two companies, SMT and KLR. At the end of June, when each share of SMT was worth $9 and each share of KLR was worth $8, Sandys account was worth $1600. Three months later, SMT was worth $7 a share, KLR was worth $16 a share, and Sandys account was worth $2320. Find the number of shares that Sandy owns for each of the two companies and determine the value of her account when SMT is priced at $11 a share and KLR is priced at $10 a share \n" ); document.write( "
| Algebra.Com's Answer #341256 by Theo(13342)     You can put this solution on YOUR website! let x = number of shares of SMT \n" ); document.write( "let y = number of shares of KLR\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 8y = 1600 (first equation) \n" ); document.write( "7x + 16y = 2320 (second equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve these 2 equations simultaneously to get the value of x and y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply first equation by 2 to get: \n" ); document.write( "2 * (9x + 8y) = 2 * 1600 which becomes: \n" ); document.write( "18x + 16y = 3200 (third equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract second equation from third equation to get: \n" ); document.write( "18x + 16y = 3200 minus: \n" ); document.write( "7x + 16y = 2320 becomes: \n" ); document.write( "11x = 880 \n" ); document.write( "divide both sides of this equation by 11 to get: \n" ); document.write( "x = 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute 80 for x in first equation to get: \n" ); document.write( "720 + 8y = 1600 \n" ); document.write( "subtract 720 from both sides of this equation to get: \n" ); document.write( "8y = 1600 - 720 = 880 \n" ); document.write( "divide both sides of this equation to get: \n" ); document.write( "y = 110\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have: \n" ); document.write( "x = 80 \n" ); document.write( "y = 110\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that: \n" ); document.write( "number of shares of SMT = 80 \n" ); document.write( "number of shares of KLR = 110\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "plug these values into your original equations to confirm they are good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 8y = 1600 (first equation) \n" ); document.write( "7x + 16y = 2320 (second equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "become:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9*80 + 8*110 = 1600 (first equation) \n" ); document.write( "7*80 + 16*110 = 2320 (second equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1600 = 1600 (first equation) \n" ); document.write( "2320 = 2320 (second equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "values are confirmed to be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when SMT is equal to $11 a share and KLR is equal to $10 a share, the equation becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11*80 + 10*110 = 880 + 1100 = $1980\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your answer. \n" ); document.write( "number of shares of SMT is 80 \n" ); document.write( "number of shares of KLR is 110 \n" ); document.write( "value of portfolio when SMT is $11 a share and KLR is $10 a share is $1980.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |