document.write( "Question 1203089: x*y=2x-y find the value of y if y*(3*y)=6 \n" ); document.write( "
Algebra.Com's Answer #838368 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In many other contexts, the asterisk or star symbol * indicates multiplication. \n" ); document.write( "Example: 2*3 = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "However, this problem has the star operator redefined as: \n" ); document.write( "x*y = 2x-y \n" ); document.write( "This is a user-defined operator. \n" ); document.write( "It is not to be confused with the multiplication symbol. \n" ); document.write( "So be careful not to assume that y*(3*y) turns into 3y^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's replace x with 3 \n" ); document.write( "x*y = 2x-y \n" ); document.write( "3*y = 2(3)-y \n" ); document.write( "3*y = 6-y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means any time we see 3*y, we can replace it with 6-y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x*y = 2x-y \n" ); document.write( "x*(3*y) = 2x-(3*y) \n" ); document.write( "x*(3*y) = 2x-(6-y) \n" ); document.write( "x*(3*y) = 2x-6+y \n" ); document.write( "x*(3*y) = 2x+y-6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next we'll replace x with y so we end up with y*(3*y) \n" ); document.write( "x*(3*y) = 2x+y-6 \n" ); document.write( "y*(3*y) = 2y+y-6 \n" ); document.write( "y*(3*y) = 3y-6\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're told that y*(3*y) = 6 \n" ); document.write( "We'll use the previous equation and this given fact to solve for y. \n" ); document.write( "y*(3*y) = 6 \n" ); document.write( "3y-6 = 6 \n" ); document.write( "3y = 6+6 \n" ); document.write( "3y = 12 \n" ); document.write( "y = 12/3 \n" ); document.write( "y = 4\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: y = 4 \n" ); document.write( " \n" ); document.write( " |