document.write( "Question 248380: How do you write four times a number is more than or equal to 10 in an algebraic equation \n" ); document.write( "
Algebra.Com's Answer #181006 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let n= the number
\n" ); document.write( "4n>=10
\n" ); document.write( "or
\n" ); document.write( "4n=>10
\n" ); document.write( "depending on conventions
\n" ); document.write( "
\n" );