document.write( "Question 941765: How to write the following as an algebraic. The product of 3 and 7 more than a number.\r
\n" );
document.write( "\n" );
document.write( "Also the quotient of a number and 5, decreased by 2, is 18. \n" );
document.write( "
Algebra.Com's Answer #574103 by macston(5194)![]() ![]() You can put this solution on YOUR website! The product of 3 and 7 more than a number. Call the number N \n" ); document.write( "7 more than a number= N+7 \n" ); document.write( "The product of 3 and this is 3(N+7) \n" ); document.write( "The quotient of a number and 5, decreased by 2, is 18. \n" ); document.write( "The quotient (Q) of a number and 5: Q=N/5 \n" ); document.write( "Decreased by 2 is 18: Q-2=18 so (N/5)-2=18 \n" ); document.write( "solved: \n" ); document.write( "(N/5)-2=18 \n" ); document.write( "N/5=20 \n" ); document.write( "N=4 \n" ); document.write( " |