document.write( "Question 762335: 1. If the product of 7 and a number is 56. what is the number?
\n" );
document.write( "2. if 10 is subtracted from thrice a number, the answer is 35. what is the number?
\n" );
document.write( "3. 3/4th of a number is 15. what is the number? \n" );
document.write( "
Algebra.Com's Answer #463936 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 7 * x = 56 \n" ); document.write( " x = 56/7 \n" ); document.write( " x = 8\r \n" ); document.write( "\n" ); document.write( "3x - 10 = 35 \n" ); document.write( " 3x = 35 + 10 \n" ); document.write( " 3x = 45 \n" ); document.write( " x = 15\r \n" ); document.write( "\n" ); document.write( "3/4x = 15 \n" ); document.write( " x = (4 *15)/3 \n" ); document.write( " x = 20\r \n" ); document.write( "\n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |