document.write( "Question 295297: If 6 times a number is added to -7, the result is equal to 13 times the number. Find the number.\r
\n" );
document.write( "\n" );
document.write( "Now the instructions say to let x represent the number...\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "so i think this is how it goes but i'm unsure of the rest:\r
\n" );
document.write( "\n" );
document.write( "6(x-7)=13x \n" );
document.write( "
Algebra.Com's Answer #212821 by richwmiller(17219) You can put this solution on YOUR website! close \n" ); document.write( "6x-7=13x \n" ); document.write( "not 6*(x-7) \n" ); document.write( " |