document.write( "Question 467048: Here is my problem:\r
\n" );
document.write( "\n" );
document.write( "Find a number such that if 5 times the number is decreased by 14, the result is twice the opposite of the number. \r
\n" );
document.write( "\n" );
document.write( "I get 5X-14= but not sure how to figure out the part of twice the opposite number. Would it be 2x?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #320388 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find a number such that if 5 times the number is decreased by 14, the result is twice the opposite of the number. \n" ); document.write( ": \n" ); document.write( "The opposite number of x is -x, so you have \n" ); document.write( "5x - 14 = 2(-x) \n" ); document.write( "5x -14 = -2x \n" ); document.write( "5x + 2x = 14 \n" ); document.write( "x = 2 \n" ); document.write( " |